<!-- Begin hiding script from older browsers


// email this page.......................................................


function emailthis(loc){
location.href="mailto:" + "?body=" + loc;

  }

// information window function.........................................

function newWindow2(page){

leftPos = 0
if (screen) {

leftPos = screen.width-715

}
newsWin = window.open( page,  "info", "height=350,width=600,left="+ leftPos +",top=100,scrollbars=yes,resizable=yes,toolbar=yes");
newsWin.focus()
}


// sports information window function.........................................

function newWindow3(page){

leftPos = 0
if (screen) {

leftPos = screen.width-715

}
newsWin = window.open( page,  "info", "height=350,width=535,left="+ leftPos +",top=100,scrollbars=yes");
newsWin.focus()
}


// dropdown list opens in new window...............................


function selectPage(newLoc) {
location.href=newLoc.options[newLoc.selectedIndex].value


  }



//-->
