function sendtofriend2()
{
var url = document.location;
document.location = '../sendtofriend.asp?url=' + url;
}