var daysOfWeek=new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday");
var now = new Date();
var day = daysOfWeek[now.getDay()];

function htmlDay() 
{
	switch (day) 
		{ 
		   case day = "Sunday" : //This is the Copy for the Sunday Special
			document.write ("<table width=\"440\" height=\"164\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
			document.write ("<tr>");
			document.write ("<td height=\"45\">&nbsp;</td>");
			document.write ("</tr>");
			document.write ("<tr>");
			document.write ("<td height=\"25\" align=\"left\" valign=\"top\"><span class=\"boldBurgTonight\">Sunday:</span><span class=\"normalBurgTonight\"> Free Comedy Show</span></td>");
			document.write ("</tr>");
			document.write ("<tr>");
			document.write ("<td align=\"left\" valign=\"top\" class=\"normalBurgTonight\">Check out our Free Comedy Show every Sunday at 7pm<br/><br /><br />");
			document.write ("<br />");
			document.write ("</td>");
			document.write ("<tr>");
			document.write ("<td align=\"left\" valign=\"top\"><span class=\"boldBurgTonight\"></span> <span class=\"normalBurgTonight\">$3 Mystery Beer</span> </td>");
			document.write ("</tr>");
			document.write ("</table>"); 
			  break; 
			  
			  
		   case day = "Monday" : //This is the Copy for the Monday Special
			document.write ("<table width=\"440\" height=\"164\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
			document.write ("<tr>");
			document.write ("<td height=\"45\">&nbsp;</td>");
			document.write ("</tr>");
			document.write ("<tr>");
			document.write ("<td height=\"25\" align=\"left\" valign=\"top\"><span class=\"boldBurgTonight\">Monday:</span><span class=\"normalBurgTonight\"> Open Mic Night </span></td>");
			document.write ("</tr>");
			document.write ("<tr>");
			document.write ("<td align=\"left\" valign=\"top\" class=\"normalBurgTonight\">Bring your acoustic guitars, or use ours, play what you like or just come and listen to some of the best that Chicago has to offer. <br />");
			document.write ("<br />");
			document.write ("Hosted by Dan the Man: Never any pressure at the Tonic Room.</td>");
			document.write ("</tr>");
			document.write ("<tr>");
			document.write ("<td align=\"left\" valign=\"top\"><span class=\"boldBurgTonight\">TONIGHTS SPECIALS:</span> <span class=\"normalBurgTonight\">$3 All Drafts (Guinness not included)</span> <span class=\"smallBurgTonight\">(Guinness not included)</span></td>");
			document.write ("</tr>");
			document.write ("</table>"); 
			  break; 
			  
			  
		   case day = "Tuesday" : //This is the Copy for the Tuesday Special
			document.write ("<table width=\"440\" height=\"164\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
			document.write ("<tr>");
			document.write ("<td height=\"45\">&nbsp;</td>");
			document.write ("</tr>");
			document.write ("<tr>");
			document.write ("<td height=\"25\" align=\"left\" valign=\"top\"><span class=\"boldBurgTonight\">Tuesday:</span><span class=\"normalBurgTonight\"> The Best Local Bands</span></td>");
			document.write ("</tr>");
			document.write ("<tr>");
			document.write ("<td align=\"left\" valign=\"top\" class=\"normalBurgTonight\">The Best Local Bands play every Tuesday.</a> <br />");
			document.write ("</td>");
			document.write ("</tr>");
			document.write ("<tr>");
			document.write ("<td align=\"left\" valign=\"top\"><span class=\"boldBurgTonight\">TONIGHTS SPECIALS:</span> <span class=\"normalBurgTonight\">$3 Mystery Beer</span></td>");
			document.write ("</tr>");
			document.write ("</table>"); 
			  break; 
			  
			  
		   case day = "Wednesday" : //This is the Copy for the Wednesday Special
			document.write ("<table width=\"440\" height=\"164\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
			document.write ("<tr>");
			document.write ("<td height=\"45\">&nbsp;</td>");
			document.write ("</tr>");
			document.write ("<tr>");
			document.write ("<td height=\"25\" align=\"left\" valign=\"top\"><span class=\"boldBurgTonight\">Wednesday:</span><span class=\"normalBurgTonight\"> Bands on 3DMAS </span></td>");
			document.write ("</tr>");
			document.write ("<tr>");
			document.write ("<td align=\"left\" valign=\"top\" class=\"normalBurgTonight\">Every Wednesday night we feature some of the best bands in Chicago. Brought to you by <a href='http://www.3dmas.com' target='_blank'>3Dmas.com</a> <br />");
			document.write ("<br />");
			document.write ("</td>");
			document.write ("</tr>");
			document.write ("<tr>");
			document.write ("<td align=\"left\" valign=\"top\"><span class=\"boldBurgTonight\">TONIGHTS SPECIALS:</span> <span class=\"normalBurgTonight\">$3 Stella drafts</span></td>");
			document.write ("</tr>");
			document.write ("</table>"); 
			  break; 
			  
			  
		   case day = "Thursday" : //This is the Copy for the Thursday Special
			document.write ("<table width=\"440\" height=\"164\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
			document.write ("<tr>");
			document.write ("<td height=\"45\">&nbsp;</td>");
			document.write ("</tr>");
			document.write ("<tr>");
			document.write ("<td height=\"25\" align=\"left\" valign=\"top\"><span class=\"boldBurgTonight\">Thursday:</span><span class=\"normalBurgTonight\"> Hack'N Wheeze  </span></td>");
			document.write ("</tr>");
			document.write ("<tr>");
			document.write ("<td align=\"left\" valign=\"top\" class=\"normalBurgTonight\">Chicago's Premiere Jam Band <br />");
			document.write ("<br />");
			document.write ("</td>");
			document.write ("<tr>");
			document.write ("<td align=\"left\" valign=\"top\"><span class=\"boldBurgTonight\">Tonights Specials:</span> <span class=\"normalBurgTonight\">$4 Fat Tire, $3 High Life, $3 SoCo lime shots</span> </td>");
			document.write ("</tr>");
			document.write ("</table>"); 
			  break; 
			  
			  
		   case day = "Friday" : //this is the Copy for Friday Special
			document.write ("<table width=\"440\" height=\"164\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
			document.write ("<tr>");
			document.write ("<td height=\"45\">&nbsp;</td>");
			document.write ("</tr>");
			document.write ("<tr>");
			document.write ("<td height=\"25\" align=\"left\" valign=\"top\"><span class=\"boldBurgTonight\">FRIDAY:</span><span class=\"normalBurgTonight\"> Friday Night Funktion </span></td>");
			document.write ("</tr>");
			document.write ("<tr>");
			document.write ("<td align=\"left\" valign=\"top\" class=\"normalBurgTonight\">Come check out DJ IZZO spin hip-hop, funk & soul<br />");
			document.write ("<br />");
			document.write ("</td>");
			document.write ("<tr>");
			document.write ("<td align=\"left\" valign=\"top\"><span class=\"boldBurgTonight\">TONIGHTS SPECIALS:</span> <span class=\"normalBurgTonight\">$3 SoCo lime shots</span> </td>");
			document.write ("</tr>");
			document.write ("</table>"); 
			  break; 
			  
			  
		   case day = "Saturday" : //This is the Copy for the Saturday Special
			document.write ("<table width=\"440\" height=\"164\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
			document.write ("<tr>");
			document.write ("<td height=\"45\">&nbsp;</td>");
			document.write ("</tr>");
			document.write ("<tr>");
			document.write ("<td height=\"25\" align=\"left\" valign=\"top\"><span class=\"boldBurgTonight\">Saturday:</span><span class=\"normalBurgTonight\"> Hip-Hop & Hot Shots </span></td>");
			document.write ("</tr>");
			document.write ("<tr>");
			document.write ("<td align=\"left\" valign=\"top\" class=\"normalBurgTonight\">DJ IZZO spins hip-hop and old school<br />");
			document.write ("<br />");
			document.write ("</td>");
			document.write ("<tr>");
			document.write ("<td align=\"left\" valign=\"top\"><span class=\"boldBurgTonight\">TONIGHTS SPECIALS:</span> <span class=\"normalBurgTonight\">$5 Jager Bombs</span> </td>");
			document.write ("</tr>");
			document.write ("</table>"); 
			  break; 
			  
			  
		   default : //in case there is an error
			  document.write ("Sorry, there is a problem displaying the specials today, please call us at 773.248.8400 for more information"); 
		} 

}