<!--
var today = new Date();
var pictstr = "";

function showmatchup() {
today = new Date();
if (new Date("September 5, 2009 3:30PM EDT") > today) pictstr = "common_files/mich_wmichigan.gif";
else if (new Date("September 12, 2009 3:30PM EDT") > today) pictstr = "common_files/mich_notredame.gif";
else if (new Date("September 19, 2009 12:00PM EDT") > today) pictstr = "common_files/mich_emichigan.gif";
else if (new Date("September 26, 2009 12:00PM EDT") > today) pictstr = "common_files/mich_indiana.gif";
else if (new Date("October 3, 2009 12:00PM EDT") > today) pictstr = "common_files/mich_michstate.gif";
else if (new Date("October 10, 2009 7:00PM CDT") > today) pictstr = "common_files/mich_iowa.gif";
else if (new Date("October 17, 2009 12:00PM EDT") > today) pictstr = "common_files/mich_delawarestate.gif";
else if (new Date("October 24, 2009 3:30PM EDT") > today) pictstr = "common_files/mich_pennstate.gif";
else if (new Date("October 31, 2009 2:30PM CDT") > today) pictstr = "common_files/mich_illinois.gif";
else if (new Date("November 7, 2009 12:00PM EST") > today) pictstr = "common_files/mich_purdue.gif";
else if (new Date("November 14, 2009 11:00AM cST") > today) pictstr = "common_files/mich_wisconsin.gif";
else if (new Date("November 21, 2009 12:00PM EST") > today) pictstr = "common_files/mich_ohiostate.gif";
else pictstr = "common_files/michigan_right.gif";
/*
else pictstr = "common_files/mden-bowl-title-2005.gif";
*/
}

showmatchup()
document.write('<A HREF="http://www.mgoblue.com/football/" target="_top"><IMG SRC="' + pictstr + '" border="0" ALT="Michigan\'s Next Matchup" align="absmiddle"></A>');
// -->
