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