			function rts() 
			{
							if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete")
				{
				document.getElementById("notification").innerHTML=xmlHttp.responseText;
				//alert(xmlHttp.responseText);	
				}
			}




function l(refer,sections)
{
var str="&refer="+refer+"&section="+sections;
geturlos("link",str,"1",rts)
}

function totest(refer,sections,country)
{
//alert("Test");
var str="&refer="+refer+"&section="+sections+"&country="+country;
geturlos("link",str,"2",rts)
}