// List all variables that may not be defined in the top of the page for older pages

// in this section we set up the content to be placed dynamically on the page
// customize movie tags and alternate html content below
if (typeof alternateHtml == "undefined") var alternateHtml = "";
if (typeof graphicSrc == "undefined") var graphicSrc = ""
if (typeof backupGraphic == "undefined") var backupGraphic = "" 
if (typeof graphicLink == "undefined") var graphicLink = "" 

  if (!useRedirect) {   // if dynamic embedding is turned on   
	if(hasRightVersion)   { // if we've detected an acceptable version
		flashTracking = '<script language="javascript">var SA_ID="wpost;wpost";var SA_FLASH_NAME="'+flashName+'";</script><script language="JavaScript1.1" src="//stats.surfaid.ihost.com/sacdcflash.js"></script>';
		media = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width='+movieWidth+' height='+movieHeight+' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#5,0,0,0" id="national_sidecar">	<param name="SRC" value='+movieSrc+'>	<param name="wmode" value="transparent">	<param name="QUALITY" value="high">		<embed src='+movieSrc+' width='+movieWidth+' height='+movieHeight+' wmode="transparent" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/"></EMBED></OBJECT>';     
		document.write(flashTracking);
		document.write("\n");
		document.write(media);  // embed the flash movie   
	}   else   {     
		document.writeln(alternateHtml);   
	} 
  }  
