function senden()
{
str = window.location.href;
str = str.replace("&","%26");
window.location.href='http://nobody.de.dedi757.your-server.de/senden.php?link='+str;
}

