
document.write ("<strong>HOURS</strong><br />");

document.write (" <strong>Monday thru Thursday </strong>");

document.write ("11:00 am - 9:00 pm<br /><br />");

document.write ("<strong>Friday thru Sunday </strong><br />");

document.write ("7:30 am - 9:00 pm<br />");

document.write ("(8 pm on Sunday)<br /><br />");

document.write ("<strong>BREAKFAST </strong><br />");

document.write ("<strong>Saturday & Sunday</strong><br />");

document.write ("Served until 12:00pm<br />");

document.write ("<strong>Friday</strong> until 11:00am");



