function LoadFlash(width,height,file,link)
{		document.write('<OBJECT id="fx" codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"\n');
		document.write(' height="'+height+'" width="'+width+'" align="middle" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" >\n');
		document.write(' <PARAM NAME="FlashVars" VALUE="clickTAG='+link+'">\n');
		document.write(' <PARAM NAME="Movie" VALUE="'+file+'&clickTAG='+link+'">\n');
//		document.write(' <PARAM NAME="Movie" VALUE="'+file+'">\n');
		document.write(' <PARAM NAME="WMode" VALUE="transparent">\n');
		document.write(' <PARAM NAME="Play" VALUE="-1">\n');
		document.write(' <PARAM NAME="Loop" VALUE="-1">\n');
		document.write(' <PARAM NAME="Quality" VALUE="High">\n');
		document.write(' <PARAM NAME="SAlign" VALUE="">\n');
		document.write(' <PARAM NAME="Menu" VALUE="-1">\n');
		document.write(' <PARAM NAME="Base" VALUE="">\n');
		document.write(' <PARAM NAME="AllowScriptAccess" VALUE="always">\n');
		document.write(' <PARAM NAME="Scale" VALUE="ShowAll">\n');
		document.write(' <PARAM NAME="DeviceFont" VALUE="0">\n');
		document.write(' <PARAM NAME="EmbedMovie" VALUE="0">\n');
		document.write(' <PARAM NAME="BGColor" VALUE="FFFFFF">\n');
		document.write(' <PARAM NAME="SWRemote" VALUE="">\n');
		document.write(' <PARAM NAME="MovieData" VALUE="">\n');
		document.write(' <PARAM NAME="SeamlessTabbing" VALUE="1">\n');
		document.write(' <embed src="'+file+'&clickTAG='+link+'" quality="high" bgcolor="#FFFFFF" height="'+height+'" width="'+width+'"\n');
//		document.write(' <embed src="'+file+'" quality="high" bgcolor="#FFFFFF" height="'+height+'" width="'+width+'"\n');
		document.write(' 	name="fx" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash"\n');
		document.write(' 	pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
		document.write('</OBJECT>\n');
}

function LoadAffiliateYardFlash(width,height,file,link)
{		document.write('<OBJECT id="fx" codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"\n');
		document.write(' height="'+height+'" width="'+width+'" align="middle" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" >\n');
		document.write(' <PARAM NAME="FlashVars" VALUE="clickTAG='+link+'">\n');
		document.write(' <PARAM NAME="Movie" VALUE="'+file+'&clickTAG='+link+'">\n');
		document.write(' <PARAM NAME="WMode" VALUE="transparent">\n');
		document.write(' <PARAM NAME="Play" VALUE="-1">\n');
		document.write(' <PARAM NAME="Loop" VALUE="-1">\n');
		document.write(' <PARAM NAME="Quality" VALUE="High">\n');
		document.write(' <PARAM NAME="SAlign" VALUE="">\n');
		document.write(' <PARAM NAME="Menu" VALUE="-1">\n');
		document.write(' <PARAM NAME="Base" VALUE="">\n');
		document.write(' <PARAM NAME="AllowScriptAccess" VALUE="always">\n');
		document.write(' <PARAM NAME="Scale" VALUE="ShowAll">\n');
		document.write(' <PARAM NAME="DeviceFont" VALUE="0">\n');
		document.write(' <PARAM NAME="EmbedMovie" VALUE="0">\n');
		document.write(' <PARAM NAME="BGColor" VALUE="FFFFFF">\n');
		document.write(' <PARAM NAME="SWRemote" VALUE="">\n');
		document.write(' <PARAM NAME="MovieData" VALUE="">\n');
		document.write(' <PARAM NAME="SeamlessTabbing" VALUE="1">\n');
		document.write(' <embed src="'+file+'&clickTAG='+link+'" quality="high" bgcolor="#FFFFFF" height="'+height+'" width="'+width+'"\n');
		document.write(' 	name="fx" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash"\n');
		document.write(' 	pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
		document.write('</OBJECT>\n');
}
