function increment(lid)
{
 
var url="increment.php"
url=url+"?linkid="+lid
//url=url+"&sid="+Math.random()
window.open(url)

}

