function add_bookmark() {
        var title = "GamerRated.com - Real Reviews for REAL Gamers";
		var url = "http://www.gamerrated.com";
		if (window.sidebar) { // firefox
              window.sidebar.addPanel(title, url,"");
        } else if( document.all ) { //MSIE
                window.external.AddFavorite( url, title);
        } else {
               alert("Sorry, your browser doesn't support this");
        }
}
