function addbookmark() {
var locBrow=wheret;
bookmarkurl=window.location.href;
bookmarktitle=locBrow;

if (document.all) window.external.AddFavorite(bookmarkurl,bookmarktitle);

else if (window.sidebar)
window.sidebar.addPanel(bookmarktitle, bookmarkurl, "")
}

/* set homepage */
	function setHome(siteURL) {
  if (document.all)
{
    document.body.style.behavior = "url(#default#homepage)";
    document.body.setHomePage(siteURL);
}
else
    alert("only works in IE 4.0 or higher! \n \nto add MaiFM as you homepage from other browsers simply go: \n1) tools \n2) options \nand add it here");
}

function openWindow() { 
mywindow = window.open("/Portals/0/listenOnline/playerControl.htm?tash=new","ListenOnline","width=470,height=400,toolbar=0,scrollbars=0,location=0,menubar=0,resizeable=0,status=0"); 
} 