function insertSwfObject(banner_swf, swf_width, swf_height, ie_wmode, mf_wmode, flashvars) {
	

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ID="swf_object" width="100%" height="100%">');
	document.write('<param name="movie" value="'+banner_swf+'"> '); 
	document.write('<param name="quality" value="autohigh">');
	document.write('<param name="wmode" value="'+ ie_wmode +'">');
	document.write('<param name="allowScriptAccess" value="sameDomain">');
	document.write('<param name="flashvars" value="'+flashvars+'">');		
	document.write('<embed src="'+banner_swf+'" quality"autohigh" allowScriptAccess="sameDomain" name="swf_object" swLiveConnect="true" width="100%" height="100%" wmode="'+mf_wmode+'" type="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
	document.write('</embed>');
	document.write('</object>');
	
}
