function JimVision()
{
	document.write('<OBJECT CLASSID="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"\n');
	document.write('		CODEBASE="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"\n');
	document.write('		WIDTH="900"\n');
	document.write('		HEIGHT="1050"\n');
	document.write('		ID="JimVision"\n');
	document.write('		ALIGN="left">\n');
	document.write('	<PARAM NAME="allowScriptAccess" value="sameDomain" />\n');
	document.write('	<PARAM NAME="movie" value="JimVision.swf" />\n');
	document.write('	<PARAM NAME="loop" value="false" />\n');
	document.write('	<PARAM NAME="menu" value="false" />\n');
	document.write('	<PARAM NAME="quality" value="high" />\n');
	document.write('	<PARAM NAME="bgcolor" value="#ffffff" />\n');
	document.write('	<EMBED	SRC="JimVision.swf"\n');
	document.write('			QUALITY="high"\n');
	document.write('			BGCOLOR="#ffffff"\n');
	document.write('			WIDTH="900"\n');
	document.write('			HEIGHT="1050"\n');
	document.write('			NAME="JimVision"\n');
	document.write('			ALIGN="left"\n');
	document.write('			allowScriptAccess="sameDomain"\n');
	document.write('			TYPE="application/x-shockwave-flash"\n');
	document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('</OBJECT>\n');
}
