//IE FLASH FIXfunction flashFix(myMovie) {		if (myMovie == "nav"){		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="381" height="60" title="15 Forever Navigation">\n');	document.write('<param name="movie" value="flash/nav.swf" />\n');	document.write('<param name="quality" value="high" />\n');	document.write('<embed src="flash/nav.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="381" height="60"></embed>\n');	document.write('</object>\n');	}	if (myMovie == "home") {			document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="760" height="363" title="Welcome to 15 Forever">\n');			document.write('<param name="movie" value="flash/home/home.swf" />\n');			document.write(' <param name="quality" value="high" />\n');            document.write('<embed src="flash/home/home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="363"></embed>\n');			document.write('</object>\n');			}}
