function RunMap()
{
	document.write('<object type="application/x-shockwave-flash" data="/flash/loader.swf?path=/flash/map.swf" width="515" height="350">\n');
	document.write('<param name="movie" value="/flash/loader.swf?path=/flash/map.swf" />\n');
	document.write('<param name="wmode" value="transparent" />\n');  
	document.write('<br />\n');
	document.write('<h1>Welcome to our World of Wonders</h1>\n');
	document.write('<a href="/destinations/"><img src="/images/flash-alternative.jpg" width="511" height="305" alt="Click to explore our World of Wonders" border="0" /></a>\n');
	document.write('</object>\n');
}