function friendsend(id, song,type)
{
pagina = window.location.host;
var oproep="http://"+pagina+"/friendsend.php?id="+id+"&titel="+song+"&type="+type;

window.open(oproep,'friendsend','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=550,height=250,screenX=0,screenY=0,top=0,left=0');
}
