/*
Copyright (c) Copyright (c) 2007, Carl S. Yestrau All rights reserved.
Code licensed under the BSD License: http://www.featureblend.com/license.txt
Version: 1.0.2
*/
var FlashDetect=new function(){var self=this;self.installed=false;self.major=-1;self.minor=-1;self.revision=-1;self.revisionStr="";self.activeXVersion="";var activeXDetectRules=[{"name":"ShockwaveFlash.ShockwaveFlash.7","version":function(obj){return getActiveXVersion(obj);}},{"name":"ShockwaveFlash.ShockwaveFlash.6","version":function(obj){var version="6,0,21";try{obj.AllowScriptAccess="always";version=getActiveXVersion(obj);}catch(err){}
return version;}},{"name":"ShockwaveFlash.ShockwaveFlash","version":function(obj){return getActiveXVersion(obj);}}];var getActiveXVersion=function(activeXObj){var version=-1;try{version=activeXObj.GetVariable("");}catch(err){}
return version;};var getActiveXObject=function(name){var obj=-1;try{obj=new ActiveXObject(name);}catch(err){}
return obj;};var parseActiveXVersion=function(str){var versionArray=str.split(",");return{"major":parseInt(versionArray[0].split(" ")[1],10),"minor":parseInt(versionArray[1],10),"revision":parseInt(versionArray[2],10),"revisionStr":versionArray[2]};};var parseRevisionStrToInt=function(str){return parseInt(str.replace(/[a-zA-Z]/g,""),10)||self.revision;};self.majorAtLeast=function(version){return self.major>=version;};self.FlashDetect=function(){if(navigator.plugins&&navigator.plugins.length>0){var type='application/x-shockwave-flash';var mimeTypes=navigator.mimeTypes;if(mimeTypes&&mimeTypes[type]&&mimeTypes[type].enabledPlugin&&mimeTypes[type].enabledPlugin.description){var desc=mimeTypes[type].enabledPlugin.description;var descParts=desc.split(' ');var majorMinor=descParts[2].split('.');self.major=parseInt(majorMinor[0],10);self.minor=parseInt(majorMinor[1],10);self.revisionStr=descParts[3];self.revision=parseRevisionStrToInt(self.revisionStr);self.installed=true;}}else if(navigator.appVersion.indexOf("Mac")==-1&&window.execScript){var version=-1;for(var i=0;i<activeXDetectRules.length&&version==-1;i++){var obj=getActiveXObject(activeXDetectRules[i].name);if(typeof obj=="object"){self.installed=true;version=activeXDetectRules[i].version(obj);if(version!=-1){var versionObj=parseActiveXVersion(version);self.major=versionObj.major;self.minor=versionObj.minor;self.revision=versionObj.revision;self.revisionStr=versionObj.revisionStr;self.activeXVersion=version;}}}}}();};FlashDetect.release="1.0.2";
if(FlashDetect.majorAtLeast(8)){document.write("\x3cobject type=\"application/x-shockwave-flash\" width=\"246\" height=\"205\" id=\"NowPublicMediaPlayer\" data=\"http://media.nowpublic.net/flash/mediaplayer.swf\"\x3e\n  \x3cparam name=\"movie\" value=\"http://media.nowpublic.net/flash/mediaplayer.swf\" /\x3e\n  \x3cparam name=\"FlashVars\" value=\"image=http%3A%2F%2Fstatic.nowpublic.net%2Ffscache%2F2389708b8f586b562b431f175ecc8cc0.mov.45266c392cf70.jpg\x26amp;logo=http%3A%2F%2Fstatic.nowpublic.net%2Fgraphics%2Fsites%2Fall%2Fthemes%2Fnova%2Fdefault%2Fimages%2Fflogo.png\x26amp;file=http%3A%2F%2Fmedia.nowpublic.net%2Ffscache%2F23%2F8%2F2389708b8f586b562b431f175ecc8cc0.mov.swf\x26amp;width=246\x26amp;height=205\x26amp;assetID=126636\" /\x3e\n  \x3cparam name=\"allowfullscreen\" value=\"true\" /\x3e\n  \x3cparam name=\"allowScriptAccess\" value=\"always\" /\x3e\n  \x3cp\x3e\x3cimg src=\"http://media.nowpublic.net/fscache/2389708b8f586b562b431f175ecc8cc0.mov.45266c39033df.jpg\"  width=\"120\" height=\"90\"  alt=\"Greenpeace documentary about chinese ewaste yards\" /\x3e\n\x3c/p\x3e\n\x3c/object\x3e\n");}else{document.write('\x3ca href=\"http://upload.nowpublic.com/greenpeace_documentary_about_chinese_ewaste_yards_0\"\x3e\x3cimg src=\"http://media.nowpublic.net/fscache/2389708b8f586b562b431f175ecc8cc0.mov.45266c39033df.jpg\"  width=\"120\" height=\"90\"  alt=\"Greenpeace documentary about chinese ewaste yards\" /\x3e\n\x3c/a\x3e\x3cbr /\x3eThis content requires the free flash player from Macromedia version 6 or higher.\x3cbr /\x3e To view this content as it was intended to be viewed, \x3ca href=\"http://www.macromedia.com/go/getflashplayer\"\x3edownload the free Flash Player from Macromedia.\x3c/a\x3e');}