
// More scripts

// Begin popup script
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2; var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }}
//  End


// Begin e-technology script
function jStech (elink) {

document.location = document.affils.cgiurl.value +
"techwrapper.pl?URL=http://www.gannettonline.com/e/"

+ elink + "&AFFIL=" + document.affils.affil.value

}

// End


//Holiday Book Promo Popup
function newWindow(books) {
bookWindow = window.open(books,"","width=490,height=360,scrollbars,resizable,");
bookWindow.focus();
  setTimeout("bookWindow.close()",20000);
}
// End


// Unknown origin of script
if (window != top) top.location.href = location.href;
// End 




