/** * External javascript for flash plugin * * Added in case browsers are forced to change plugin/activex implementation * and microsoft is correct in this method of circumventing the eolas patent * * For more information, visit: * http://www.microsoft.com/presspass/press/2003/oct03/10-06EOLASpr.asp * http://www.macromedia.com/devnet/activecontent/articles/devletter.html * */ function writeFlash () { var scheme = 'http'; if ((/^https:/).test(window.location.href)) { scheme = 'https'; } var flash_tag; flash_tag = "
"; flash_tag += ''; flash_tag += ''; flash_tag += ''; flash_tag += ''; flash_tag += ''; flash_tag += '
'; document.write (flash_tag); } function appendQuery (u, q) { return u + ((u.toLowerCase ().indexOf ('.swf?') == -1) ? '?' : '&') + q; }