function RunFlash()
	{
	document.write('<object type="application/x-shockwave-flash" id="Flash" width="243" height="295" data="assets/Flash/homepage-globe.swf">\n');
	document.write('<param name="movie" value="assets/Flash/homepage-globe.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<p>To view this page you need the flash player plugin installed. <a href="http://www.macromedia.com/go/getflash/">Download flash player for free here.</a></p>\n');
	document.write('</object>\n');
}

