var flashContent = '<object width="550" height="400" align="middle" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="num14" _base_href="http://actionsportsphoto-la.com/">'+
'<param name="allowScriptAccess" value="always" />'+
'<param name="movie" value="num14.swf" />'+
'<param name="quality" value="high" />'+
'<param name="bgcolor" value="#ffffff" />'+
'<embed width="550" height="400" align="middle" src="num14.swf" quality="high" bgcolor="#ffffff" name="num14" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" _base_href="http://actionsportsphoto-la.com/" menu=false></embed>'+ 
'</object>';

var alternateContent = '<font color="#FFFFFF">This content requires the Adobe Flash Player. ' +
'<a href=http://www.adobe.com/go/getflash/>Get Flash</a></font>';

// Version check based upon the values entered in "Globals"
var hasRequestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
			
// Check to see if the version meets the requirements for playback
if (hasRequestedVersion) {
	// if we've detected an acceptable version
	// embed the Flash Content SWF when all tests are passed
				
	document.write(flashContent);
				
} else {  // flash is too old or we can't detect the plugin
	
	document.write(alternateContent);  // insert non-flash content
}
