function LoadSwf(){
document.write('<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="435" height="326">');
		document.write('<param name="movie" value="player-viral.swf" />');
		document.write('<param name="allowfullscreen" value="true" />');
		document.write('<param name="allowscriptaccess" value="always" />');
		document.write('<param name="flashvars" value="file=video.flv&image=preview.jpg" />');
		document.write('<object type="application/x-shockwave-flash" data="player-viral.swf" width="435" height="326">');
			document.write('<param name="movie" value="player-viral.swf" />');
			document.write('<param name="allowfullscreen" value="true" />');
			document.write('<param name="allowscriptaccess" value="always" />');
			document.write('<param name="flashvars" value="file=video.flv&image=preview.jpg" />');
			document.write('<p><a href="http://get.adobe.com/flashplayer">Get Flash</a> to see this player.</p>');
		document.write('</object>');
	document.write('</object>');
}