var userTypeBanner="";
var navBar="";
function checkKlal()
{
	if(location.hostname.indexOf("yoetz") != -1)
		return 1;
	else
		return 0;
}
function banner(noPosition,aolayer0,aolayer1,aolayer2)
{
	position = new Array("","WIDTH=468 HEIGHT=60","WIDTH=124 HEIGHT=80","WIDTH=124 HEIGHT=80","WIDTH=109 HEIGHT=65","WIDTH=150 HEIGHT=154","WIDTH=124 HEIGHT=180","WIDTH=80 HEIGHT=31","WIDTH=245 HEIGHT=245","WIDTH=210 HEIGHT=210","WIDTH=124 HEIGHT=450","WIDTH=76 HEIGHT=34","WIDTH=76 HEIGHT=34","WIDTH=76 HEIGHT=34","WIDTH=150 HEIGHT=154","WIDTH=124 HEIGHT=31","WIDTH=124 HEIGHT=31","WIDTH=230 HEIGHT=30","WIDTH=152 HEIGHT=40","WIDTH=109 HEIGHT=109","WIDTH=485 HEIGHT=38","","WIDTH=124 HEIGHT=84","WIDTH=124 HEIGHT=48","WIDTH=124 HEIGHT=60","WIDTH=89 HEIGHT=17","WIDTH=761 HEIGHT=60","WIDTH=280 HEIGHT=60","WIDTH=468 HEIGHT=60","WIDTH=468 HEIGHT=60","","","","","","","WIDTH=760 HEIGHT=60","WIDTH=280 HEIGHT=60","WIDTH=280 HEIGHT=60");
	posSrcs = new Array(" ","adsize=468x60","adsize=124x80","adsize=124x80","adsize=109x65","adsize=150x154","adsize=124x180","adsize=80x31","adsize=245x245","adsize=210x210","adsize=124x450","adsize=76x34","adsize=76x34","adsize=76x34","adsize=150x154","adsize=124x31","adsize=124x31","adsize=230x30","adsize=152x40","adsize=109x109","adsize=485x38","","adsize=124x84","adsize=124x48","adsize=124x60","adsize=89x17","adsize=761x60","adsize=280x60","adsize=468x60","adsize=468x60","","","","","","","adsize=760x60","adsize=280x60","adsize=280x60");
	var now = new Date();
	var RND = now.getSeconds();
	var site;
	loc = document.location;
	locationStr = loc.toString();
	if (locationStr.indexOf("poalim.") != -1)
		return;
	else if (locationStr.indexOf("msn.") != -1)
		site="aonline_msn";
	else 
		site="AOnline";
	if(checkKlal())
		aolayer1 = "yoetz";
	document.write('<IFRAME ID=add' + noPosition + ' ' + position[noPosition] + ' MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no BORDERCOLOR=000000 SRC="http://dclk.themarker.com/html.ng/site='+site+'&userType='+userTypeBanner+'&navBar='+navBar+'&' + posSrcs[noPosition] + '&aolayer0=' + aolayer0 + '&aolayer1=' + aolayer1 +'&aolayer2=' + aolayer2 + '&adtype=hp&aopage_position=' + noPosition + '&Rnd=' + RND +'"></IFRAME>');
}

function bannerNew(noPosition,l1,l2,l3,posSrcs,positionStr){
	var now = new Date();
	var RND = now.getSeconds();
	var frameUrl = "http://dclk"
	if(checkKlal())
		l2 = "yoetz";
	frameUrl += ".themarker.com/html.ng/site=AOnline&adsize=" + posSrcs + "&" + (l1=="none"?"":"aolayer0="+l1+"&") + (l2=="none"?"":"aolayer1="+l2+"&") + (l3=="none"?"":"aolayer2="+l3+"&") + "adtype=hp&aopage_position=" + noPosition + "&Rnd=" + RND;	
	document.write("<IFRAME " + positionStr + " MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no BORDERCOLOR=000000 SRC=\"" + frameUrl + "\"></IFRAME>");
	document.write('</div>');	
}





