function jumpout(layer,rnd,start,stop) 
{
	if ((rnd >= start) && (rnd <= stop) && (layer == "hitec" || layer == "hp" || layer == "walls" || layer == "market"))
		return true;
	else
		return false;
}

function banner(noPosition,l1,l2,l3,time)
{
	var site = "";
	if(document.cookie.indexOf("brand=msn")!=-1||location.search.indexOf("?brand=msn")!=-1)
	{
		site="themarker_msn"
		//alert("themarker_msn")
	}
	else
	{
		site = "themarker"
		//alert("themarker")
	}
	position = new Array("","WIDTH=468 HEIGHT=60","WIDTH=468 HEIGHT=60","WIDTH=109 HEIGHT=65","WIDTH=109 HEIGHT=65","WIDTH=124 HEIGHT=31","WIDTH=124 HEIGHT=31","WIDTH=124 HEIGHT=150","WIDTH=124 HEIGHT=150","WIDTH=80 HEIGHT=31","WIDTH=124 HEIGHT=150","WIDTH=109 HEIGHT=100","WIDTH=420 HEIGHT=108","WIDTH=420 HEIGHT=108","WIDTH=124 HEIGHT=600","","WIDTH=124 HEIGHT=31","WIDTH=124 HEIGHT=180","WIDTH=210 HEIGHT=210","","WIDTH=286 HEIGHT=210","WIDTH=115 HEIGHT=17","WIDTH=285 HEIGHT=20");
	posSrcs = new Array(" ","468x60","468x60","109x65","109x65","124x31","124x31","124x150","124x150","80x31","124x150","109x100","420x108","420x108","124x600","","124x31","124x180","210x210","","286x210","115x17","285x20");
	var now = new Date();
	var RND = now.getSeconds();
	var frameUrl = "http://dclk"
	var domainName = new String(self.location);
	if (domainName.indexOf("test.themarker.com") != -1) frameUrl += "5";
	frameUrl += ".themarker.com/html.ng/site=" + site + "&adsize=" + posSrcs[noPosition] + "&" + (l1=="none"?"":"layer="+l1+"&") + (l2=="none"?"":"layer2="+l2+"&") + (l3=="none"?"":"layer3="+l3+"&") + "adtype=hp&page_position=" + noPosition + "&Rnd=" + RND;

	// ---------------------------------- 
	document.write('<div id=add' + noPosition + '>');
	if (site=="themarker_msn" && noPosition==18)
		document.write("<IFRAME name='ih' src='http://ads.msn.co.il/ad.htm?site=msnthemarker&amp;size=210*210&amp;page=all&amp; rtc= RND' width='210' height='210' marginwidth='0' marginheight='0' frameborder='0' scrolling='no'></IFRAME>");
	else if (site!="themarker_msn" && noPosition == 1 && jumpout(l1,RND,0,1))
	{
		// ------ JumpOut Scripts -----
		document.write ("<script src='http:/" + "/www.jumpad.co.il/jumpBanner/jumpout3.asp?md=5&cp=71&iframeID=show1'><" + "/" + "script>");
	}
	else if (site!="themarker_msn" && noPosition == 1 && jumpout(l1,RND,2,3))
	{
		// ------ JumpOut Scripts -----
		document.write ("<script src='http:/" + "/www.jumpad.co.il/jumpBanner/jumpout3.asp?md=5&cp=73&iframeID=show1'><" + "/" + "script>");
	}
	else
	{
		document.write("<IFRAME " + position[noPosition] + " MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no BORDERCOLOR=000000 SRC=\"" + frameUrl + "\"></IFRAME>");
	}
	document.write('</div>');
}
