// simply paste each line of the FULL <OBJECT> tag into each block below
// double quotes DO NOT need duplicating
// 7 lines should be enough for all relevant tags

function FlashAhAaaah()
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="320" height="320" id="animatedmap" align="">\n');
	document.write('<param name="movie" value="flash/animatedmap.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="bgcolor" value="#fdffea">\n');
	document.write('<embed src="flash/animatedmap.swf" quality="high" bgcolor="#fdffea" width="320" height="320" name="animatedmap" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>\n');
	document.write('</object>\n');
}
	
	
	

