$(document).ready(function() {
	if($('.mfarvatotimebar').length > 0) {
		$('.mfarvatotimebar').each(function() {
			var t = $(this);
			var xmlPath = t.find('a').attr('href');
			var conId = t.attr('id');
			
			flashembed(conId, { src: "/typo3conf/ext/mfarvatotimebar/res/swf/_Main.swf", wmode: 'opaque'}, {
				xml: xmlPath,
				l : encodeURIComponent('/typo3conf/ext/mfarvatotimebar/res/swf/library/AssetLibrary.swf')
			});
		})
	}
});
