var dom=(document.getElementById)?true:false;
var ns5=(!document.all&&dom||window.opera)?true:false;
var ie8=((navigator.userAgent.indexOf("MSIE 8.0")>-1)&&dom)?true:false;
var ie5=((navigator.userAgent.indexOf("MSIE")>-1)&&dom)?true:false;
var ie4=(document.all&&!dom)?true:false;
var iem=(navigator.userAgent.indexOf("IEMobile")>-1)?true:false;
var ps3=(navigator.userAgent.indexOf("PLAYSTATION")>-1)?true:false;
var wii=(navigator.userAgent.indexOf("Nintendo Wii")>-1)?true:false;
if(ps3||wii)ns5=true;
var nodyn=(!ns5&&!ie4&&!ie5&&!dom)?true:false;
if(nodyn)event="nope";
function OpenBrWindow(theURL,winName,features,myWidth,myHeight,isCenter){
	if(window.screen)if(isCenter)if(isCenter=="true"){
		var myLeft=(screen.width-myWidth)/2;
		var myTop=(screen.height-myHeight)/2;
		features+=(features!='')?',':'';
		features+=',left='+myLeft+',top='+myTop;
	}
	var pucheck=window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);
	if(!pucheck)document.location.href=theURL+'&pub=y';
}
function get_cookie2(cookie_name){
  var results=document.cookie.match('(^|;) ?'+cookie_name+'=([^;]*)(;|$)');
  if(results)return(unescape(results[2]));
  else return(false);
}
if(!get_cookie2("frwide2")){
  var winwidth=0;
  if(typeof(window.innerWidth)=='number')winwidth=window.innerWidth;
  else if(document.documentElement&&(document.documentElement.clientWidth||document.documentElement.clientHeight))winwidth=document.documentElement.clientWidth;
  else if(document.body&&(document.body.clientWidth||document.body.clientHeight))winwidth=document.body.clientWidth;
  document.cookie="frwide2="+winwidth+"; path=/";
}