// in this section we set up the content to be placed dynamically on the page
// customize movie tags and alternate html content below

if(hasRightVersion) {	
		var oeTags = '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
		+ 'WIDTH="550" HEIGHT="200"'
		+ 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
		+ '<PARAM NAME="MOVIE" VALUE="images/altitude_intro.swf">'
		+ '<PARAM NAME="QUALITY" VALUE="high">'
		+ '<EMBED SRC="images/altitude_intro.swf"'
		+ 'WIDTH="550" HEIGHT="200"'
		+ 'QUALITY="high"'
		+ 'TYPE="application/x-shockwave-flash"'
		+ 'PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">'
		+ '</EMBED>'
		+ '</OBJECT>';
		
		document.write(oeTags); 	// embed the flash movie
} 

