if(gup("showsender")!="")
{
	window.onload = function() 
	{
		var shorturl = gup("shorturl");
		$('#sblink'+shorturl).click();
	
	};

}


