function floating(header,footer,couponcode)
{
	document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="233" height="202">');
    document.writeln('<param name="movie" value="../swf/floatingImage.swf?header='+header+'&footer='+footer+'&code='+couponcode+'">');     
     document.writeln('<param name="quality" value="high">');
     document.writeln('<param name="menu" value="false">');
	 document.writeln('<param name="SCALE" value="exactfit">');
	 document.writeln('<param name="SCALE" value="noborder">');
     document.writeln('<param name="wmode" value="transparent">');	
	 document.writeln('<embed src="../swf/floatingImage.swf?header='+header+'&footer='+footer+'&code='+couponcode+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="233" height="202" scale="exactfit"></embed>');		 
    //document.writeln('<embed src="../swf/floatingImage.swf?header='+header+'&footer='+footer+'&code='+couponcode+'" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="233" height="202"></embed>');
	document.writeln('</object>');
}