var now = new Date();
        var hours = now.getHours();
        var minutes = now.getMinutes();
        var timeValue = "" + ((hours >12) ? hours -12 :hours)
        timeValue += ((minutes < 10) ? ":0" : ":") + minutes
        timeValue += (hours >= 12) ? " PM" : " AM"
        timerRunning = true;
     mydate = new Date();
     myday = mydate.getDay();
     mymonth = mydate.getMonth();
     myweekday= mydate.getDate();
     weekday= myweekday;
     myyear= mydate.getYear();
     year = myyear;
	 if (year < 2000)    // Y2K Fix, Isaac Powell
		year = year + 1900; // http://onyx.idbsu.edu/~ipowell
     if(myday == 0)
             day = " Sunday, ";      
     else if(myday == 1)
           day = " Monday, ";
     else if(myday == 2)
             day = " Tuesday, ";   
     else if(myday == 3)
             day = " Wednesday, ";   
     else if(myday == 4)
             day = " Thursday, ";
	 else if(myday == 5)
             day = " Friday, ";
     else if(myday == 6)
             day = " Saturday, ";
     if(mymonth == 0)
              month = "January ";
     else if(mymonth == 1)
              month = "February ";
     else if(mymonth == 2)
             month = "March ";
     else if(mymonth == 3)
            month = "April ";
     else if(mymonth == 4)
              month = "May ";
     else if(mymonth == 5)
              month = "June ";
     else if(mymonth == 6)
              month = "July ";
     else if(mymonth == 7)
            month = "August ";
     else if(mymonth == 8)
           month = "September ";
     else if(mymonth == 9)
          month = "October ";
     else if(mymonth == 10)
          month = "November ";
     else if(mymonth == 11)
          month = "December ";

function openWindowScore()
        {
popupWin=window.open('score.html','score','scrollbars=yes,width=385,height=450,top=100,left=100')
}

function openWindowSubmit()
        {
popupWin=window.open('submit.php','score','scrollbars=no,width=300,height=490,top=50,left=50')
}

/*function openWindowLineup()
        { popupWin=window.open('lineup16.html','score','scrollbars=yes,width=409,height=500,resize=yes,top=100,left=100')
}*/

function openWindowLineup()
        { popupWin=window.open('lineup1.html','score','scrollbars=yes,width=785,height=625,resize=yes,top=50,left=50')
}

function openWindowLineup2()
        { popupWin=window.open('lineup2.html','score','scrollbars=yes,width=785,height=625,resize=yes,top=50,left=50')
}

function openWindowLineup3()
        { popupWin=window.open('lineup3.html','score','scrollbars=yes,width=785,height=625,resize=yes,top=50,left=50')
}

function openWindowLineup4()
        { popupWin=window.open('lineup4.html','score','scrollbars=yes,width=785,height=625,resize=yes,top=50,left=50')
}

function openWindowLineup5()
        { popupWin=window.open('lineup5.html','score','scrollbars=yes,width=785,height=625,resize=yes,top=50,left=50')
}

function openWindowLineup6()
        { popupWin=window.open('lineup6.html','score','scrollbars=yes,width=785,height=625,resize=yes,top=50,left=50')
}

function openWindowLineup7()
        { popupWin=window.open('lineup7.html','score','scrollbars=yes,width=785,height=625,resize=yes,top=50,left=50')
}

function openWindowLineup8()
        { popupWin=window.open('lineup8.html','score','scrollbars=yes,width=785,height=625,resize=yes,top=50,left=50')
}

function openWindowLineup9()
        { popupWin=window.open('lineup9.html','score','scrollbars=yes,width=785,height=625,resize=yes,top=50,left=50')
}

function openWindowLineup10()
        { popupWin=window.open('lineup10.html','score','scrollbars=yes,width=785,height=625,resize=yes,top=50,left=50')
}

function openWindowLineup11()
        { popupWin=window.open('lineup11.html','score','scrollbars=yes,width=785,height=625,resize=yes,top=50,left=50')
}

function openWindowLineup12()
        { popupWin=window.open('lineup12.html','score','scrollbars=yes,width=785,height=625,resize=yes,top=50,left=50')
}

function openWindowLineup13()
        { popupWin=window.open('lineup13.html','score','scrollbars=yes,width=785,height=625,resize=yes,top=50,left=50')
}

function openWindowLineup14()
        { popupWin=window.open('lineup14.html','score','scrollbars=yes,width=785,height=625,resize=yes,top=50,left=50')
}

function openWindowPlayoff1()
        { popupWin=window.open('playoff1.html','score','scrollbars=yes,width=425,height=450,resize=yes,top=50,left=50')
}

function openWindowPlayoff2()
        { popupWin=window.open('playoff2.html','score','scrollbars=yes,width=425,height=450,resize=yes,top=50,left=50')
}

function openWindowPlayoff3()
        { popupWin=window.open('playoff3.html','score','scrollbars=yes,width=425,height=675,resize=yes,top=50,left=50')
}
