//<!-- * Start Disclaimer Message * 
// NOTE: For Security Purposes This Site Logs ALL IP Numbers. Any unauthorized or illegal activities will be persued.
message = "This function is not available on this site.";
function NoClick(b) {
   if(((navigator.appName=="Microsoft Internet Explorer")&&(event.button > 1))
   ||((navigator.appName=="Netscape")&&(b.which > 1))){
   alert(message);
   return false;
   }
}
document.onmousedown = NoClick;
var statmsg=""
function hidestat(){
window.status=statmsg
return true
}
// * End Disclaimer Message * -->


var bookurl="http://www.coscobweather.com.com"
var booktitle="Cos Cob Weather"
function addbookmark(){
if (window.external) {
window.external.AddFavorite(bookurl,booktitle);
  }
  else if (navigator.appName == "Netscape") {
  	alert("Press Ctrl-D after closing this message to bookmark coscobweather.net");
  }
}

function selectWin(source,h1,w1){
 newWin = window.open(source,'','height=' + h1 + ',width=' + w1 + ',top=0,left=0,toolbar=no,status=yes,menubar=no,scrollbars=yes, ');
}
