var tipAfriendText = tipAfriendText == undefined ? 'Tipsa en vän' : tipAfriendText; document.write('


' + (tipAfriendText) + '

'); function tipAFriend() { var win = window.open ("/produkter/tipsaenvan.php?ref=" + document.location, "mywindow","status=1,toolbar=1,width=400,height=500"); if(!win) return(true); return(false); }