var curURL;

function tellafriend()
{
 window.open("TellYourFriend.aspx?url="+ location.href,"mywindow","menubar=0,resizable=0,width=260,height=200");
}
