function initpage(){
	if ($("flteaser")) {
		$("flteaser").wrap("div", { "class": "flteaser" });
		if(flashvars_flt.cpHeight == "306"){
			var width = "950";
			var height = "400";
		}else{
			var width = "950";
			var height = "255";
		}
		
		swfobject.embedSWF("typo3conf/ext/flteaser/pi1/res/flteaser.swf", "flteaser", width, height, "8", "", flashvars_flt, params_flt, attributes_flt);
	}
}

document.observe("dom:loaded",initpage);

