// 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 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 document.write(''); // embed the flash movie } else if (backupGraphic=="yes") { document.write('
'); } else if (movieWidth > 228) { // flash is too old or we can't detect the plugin document.write('
'); //document.write('228 and over'); } else { // flash is too old or we can't detect the plugin //document.write('228 and under'); document.write('
'); } }