var windowWidth = 0;
function setWidth() {
if (typeof(window.innerWidth) == 'number') {
	windowWidth = window.innerWidth;
}
else {
	if (document.documentElement && document.documentElement.clientWidth) {
		windowWidth = document.documentElement.clientWidth;
	}
	else {
		if (document.body && document.body.clientWidth) {
			windowWidth = document.body.clientWidth;
		}
	}
}
windowWidth=windowWidth*1;
if (document.getElementById("leftBanner"))
	document.getElementById("leftBanner").style.display=(windowWidth>1000?'block':'none');
}

function scrollLeftBanner() {
if (windowWidth<1000) return false;
//setWindowWidth();
if (self.pageYOffset) document.getElementById("leftBanner").style.top= (0+self.pageYOffset) + 'px';
else if (document.documentElement && document.documentElement.scrollTop) document.getElementById("leftBanner").style.top= (0+document.documentElement.scrollTop) + 'px';
else if (document.body) document.getElementById("leftBanner").style.top= (0+document.body.scrollTop) + 'px';
}
window.onscroll=scrollLeftBanner;
window.onresize=setWidth;
setWidth();
//document.write('<div id=leftBanner style="position:absolute;top:0;left:'+((windowWidth-759)/2-120)+';display:'+(windowWidth>1000?'block':'none')+'">'+
/*document.write('<div id=leftBanner style="position:absolute;top:0;left:0;display:'+(windowWidth>1000?'block':'none')+'">'+
'<iframe id="ias" name="ias" width="120" height="600" src="http://www.aduacni.com/ias4/14.php" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe>'+
'</div>');*/

//zedo ad start
/*document.write('<div id=leftBanner style="position:absolute;top:0;left:0;display:'+(windowWidth>1000?'block':'none')+'">'+
'<iframe src="http://c4.zedo.com/jsc/c4/ff2.html?n=1237;c=46;s=12;d=8;w=120;h=600" frameborder=0 marginheight=0 marginwidth=0 scrolling="no" allowTransparency="true" width=120 height=600></iframe>'+
'</div>');*/
//zedo ad end

//ynet ad start
document.write('<div id=leftBanner style="position:absolute;top:0;left:0;display:'+(windowWidth>1000?'block':'none')+'">');
//'<iframe src="http://live.sekindo.com/live/liveView.php?'; js += "s=8606"; js += "&d="; js += document.domain; js += "&t=swf"; js += "&cc=IL"; js += "&x=120"; js += "&y=600" frameborder=0 marginheight=0 marginwidth=0 scrolling="no" allowTransparency="true" width=120 height=600></iframe>'+
			var js = '<iframe src="http://live.sekindo.com/live/liveView.php?';
			js += "s=8606";
			js += "&d=";
			js += document.domain;
			js += "&t=swf";
			js += "&cc=IL";
						js += "&x=120";
			js += "&y=600";			
						js += '" width=120 height=600 marginwidth=0 marginheight=0 scrolling=no frameborder=0></iframe>';
			
			document.write(js);
document.write('</div>');
//ynet ad end


