<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

///////////////////////////////////
function clickIE4(){
        if (event.button==2){
                alert(message);
                return false;
        }
}

function clickNS4(e){
        if (document.layers||document.getElementById&&!document.all){
                if (e.which==2||e.which==3){
                        alert(message);
                        return false;
                }
        }
}



// -->

function popup(URL) {
        height = 500;
        width = 750;
        day = new Date();
        id = day.getTime();
        eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=" + width + ",height=" + height + ",left = 290,top = 262');");
}
function addToFavorites() {
        title = "RADIOGUIDE.FM - Your Internet Radio!";
        url = "http://www.radioguide.fm";
        if (window.sidebar) { // Mozilla Firefox Bookmark
                window.sidebar.addPanel(title, url,"");
        }
        else if( window.external ) { // IE Favorite
                window.external.AddFavorite( url, title);
        }
        else if(window.opera && window.print) { // Opera Hotlist
                return true;
        }
}
