function scoreboard( theURL,winName,features ) { //v2.0
  window.open( '/sports/news/scoreboard.php','scoreboard','scrollbars=yes,resizable=yes,width=250,height=350' );
}
function calendar(theURL,winName,features) { //v2.0
  window.open( '/sports/news/calendar.php','calendar','scrollbars=yes,resizable=yes,width=400,height=450' );
}

function link_popup( theURL ) {
  window.open( theURL, 'mobilePop', 'scrollbars=yes, resizable=yes, width=500, height=600' );
}