
var hasReqestedVersion = DetectFlashVer(8, 0, 0);
if (hasReqestedVersion)
{
        /* Write out the preview
         */
        document.writeln("<object id=\"preview\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"" + 700 + "\" height=\"" + 350 + "\"><param name=\"movie\" value=\"preload.swf\" /><param name=\"bgcolor\" value=\"#ffffff\" /><param name=\"wmode\" value=\"transparent\"/><param name=\"quality\" value=\"high\" /><param name=\"allowScriptAccess\" value=\"always\" /><param name=\"swliveconnect\" value=\"true\" /><embed type=\"application/x-shockwave-flash\" src=\"preload.swf\" width=\"" + 700 + "\" height=\"" + 350 + "\" id=\"preview\" name=\"preview\" wmode=\"transparent\" quality=\"high\" allowScriptAccess=\"always\" swliveconnect=\"true\" /></object>");
}
else
{
        var alternateContent = 'An old version of the Flash plugin was detected. <strong><a href="http://www.macromedia.com/go/getflash/">Please upgrade your Flash plugin.</a></strong>  If you wish to skip straight to the details, <a href="index.php?area=performance">click here</a>.';
        document.writeln(alternateContent);
}

