function tell()
{
newURL = "sendurl1.asp?u=" + window.location.protocol + "//" + window.location.host + "/" + window.location.pathname;

window.open(newURL,'kkk','width=400,height=400')

}

