
function BookMark(){
	if (window.sidebar){
		window.sidebar.addPanel("Met4Cast Weather Reports", "http://www.met4cast.com",  "");
	}else if(window.opera && window.print){
	  return true;
	}else if(document.all){
	   window.external.AddFavorite("http://www.met4cast.com","Met4Cast Weather Reports");
	};
};