<!--//<![CDATA[
function getRealWidth()
{
  var myWidth = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    myWidth = window.innerWidth;
  } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    myWidth = document.documentElement.clientWidth;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    myWidth = document.body.clientWidth;
  }
 if (navigator.appName.indexOf("Internet Explorer") != -1) myWidth=myWidth+8;
 return myWidth;
}
myWidth = getRealWidth();
if (myWidth>1003)
{
   document.write ("<iframe src='http://www.bwoman.co.il/run_main.html' id='scrollingbanner' width='120' height='480' frameborder='0' border='0' marginwidth='0' marginheight='0' scrolling='no' target='_top'></iframe>");
}
//]]>-->
