/* Copyright (c) The Internet Movie Database, 2009 */function detectFlash()
{var flash=[0,0];try{if(new ActiveXObject("ShockwaveFlash.ShockwaveFlash.5"))
flash=[5,0];if(new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6"))
flash=[6,0];if(new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7"))
flash=[7,0];if(new ActiveXObject("ShockwaveFlash.ShockwaveFlash.8"))
flash=[8,0];if(new ActiveXObject("ShockwaveFlash.ShockwaveFlash.9"))
flash=[9,0];}
catch(error){}
if(navigator.plugins&&navigator.plugins!=null&&navigator.plugins.length>0){var plugin=navigator.plugins['Shockwave Flash'];if(typeof plugin=='object'){for(var i=25;i>0;i--){if(plugin.description.indexOf(i+'.')!=-1){minor=plugin.description.match(/\.(\d+)/)[1];flash=[i,minor];break;}}}}
return flash;}
window.setTimeout(function(){var flash=detectFlash();if(window.ActiveXObject)
window.ie=window[window.XMLHttpRequest?'ie7':'ie6']=true;else if(document.childNodes&&!document.all&&!navigator.taintEnabled)
window.khtml=window.webkit=window[window.xpath?'webkit420':'webkit419']=true;else if(document.getBoxObjectFor!=null)window.gecko=true;var width=0;if(window.webkit419)width=this.innerWidth;else if(window.opera)width=document.body.clientWidth;else width=document.documentElement.clientWidth;var height=0;if(window.webkit419)height=this.innerHeight;else if(window.opera)height=document.body.clientHeight;else height=document.documentElement.clientHeight;var wb=new Image();wb.src='/rg/FLASHVER/V'+flash[0]+'.'+flash[1]+'/ia/b.gif?h='+height+';w='+width+';m='+(Math.random()*1000000000);},400);