  var myWidth = 0, myHeight = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    myWidth = window.innerWidth;
    myHeight = window.innerHeight;
  } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    myWidth = document.documentElement.clientWidth;
    myHeight = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    myWidth = document.body.clientWidth;
    myHeight = document.body.clientHeight;
  }

if ( myWidth > 1365)
{
	var randomnumber=Math.floor(Math.random()*99999999999);
	document.write("<div style='position:absolute;left:10px;top:138px;width:160px;height:600px;border:1px solid #ffffff;'>");
	document.write("<iframe id='a4b0c44e' name='a4b0c44e' src='http://d1.openx.org/afr.php?zoneid=2936&amp;cb="+randomnumber+"' framespacing='0' frameborder='no' scrolling='no' width='160' height='600' allowtransparency='true'>");
	document.write("<a href='http://d1.openx.org/ck.php?n=af746026&amp;cb="+randomnumber+"' target='_blank'>");
	document.write("<img src='http://d1.openx.org/avw.php?zoneid=2936&amp;cb="+randomnumber+"&amp;n=af746026' border='0' alt='' /></a></iframe></div>");
}


