    function addToFav() { 
		if(window.sidebar){
			window.sidebar.addPanel(document.title, this.location,"");
		}
		else{
        	window.external.AddFavorite(this.location,document.title);
		}
    }        


$(document).ready(function(){
	$('#nojs').hide();
	$('#hasjs').show();
});


