 
 var filenm 	= "/images/site_img/site_main_img/featured_products.swf";	
 var idName	= "featured_products";	
 var widthSWF 	= "297";		
 var heightSWF 	= "134";	
 document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" WIDTH="' + widthSWF + '" HEIGHT="' + heightSWF + '" id="' + idName + '" ALIGN="">');
 document.write('<param name="AllowScriptAccess" value="never" /> ');
 document.write('<param name=movie value="' + filenm + '" />');
 document.write('<param name=quality VALUE=high>');
 document.write('<param name=bgcolor VALUE=#ffffff>');
 document.write('<embed AllowScriptAccess="never" src="' + filenm + '" quality=high width="' + widthSWF + '" height="' + heightSWF + '" name="' + idName + '" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
 document.write('</object>');

