Klingeltoene
 var BookmarkURL = window.location.href;
var BookmarkTitle = "Klingeltoene";
function Bookmark() {
if (document.all) window.external.AddFavorite(BookmarkURL,BookmarkTitle)
}
function checkVHost(str){
if(str.indexOf(".")!=-1){
return true;
}else{
return false;
}
}
if(checkVHost('laweo')){
alert('MEDIAPLAZZA WARNING\r\n\r\nYour vHost is not defined correctly.\r\nEnter your correct Subdomain in the config file.')
};