    var strHref = window.location.href;
    if (strHref.indexOf('https')==0) {
        newurl = strHref.replace(/https/g,"http");
    }
    if (strHref.indexOf('http://home.comcast.net/~hfgbcrhp')==0) {
        newurl = strHref.replace(/http:\/\/home.comcast.net\/~hfgbcrhp/g,"http:\/\/greatwhitefrost.net\/hfgbcrhp");
        alert('Due to many issues with Comcast servers, I have purchased a domain and moved all sites.\nYou are being forwarding to\n'+newurl+'\nPlease note this address for future use, and update any bookmarks.\nThanks!');
        window.location=newurl;
    }
    var strQueryString = strHref.substr(strHref.indexOf("?")).toLowerCase();
    var aQueryString = strQueryString.split("&");
    for ( var iParam = 0; iParam < aQueryString.length; iParam++ ){
      if ( aQueryString[iParam].indexOf("print=true") > -1 ){
        loadobjs("../print_style.css");
        break;
      }
    }