
// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
<!-- 
document.write("<b>")
now = new Date()
if (now.getDay() == 5)
document.write("<h3>Website Special</h3>  <p>For each order placed during a given month you are entered into a monthly raffle for a $100 American Express gift card.</p>")
if (now.getDay() == 6)
document.write("<h3>Website Special</h3>  <p>For each order placed during a given month you are entered into a monthly raffle for a $100 American Express gift card./p>")
if (now.getDay() == 0)
document.write("<h3>Website Special</h3> <p>For each order placed during a given month you are entered into a monthly raffle for a $100 American Express gift card.</p>")
if (now.getDay() == 1)
document.write("<h3>Website Special</h3>  <p>For each order placed during a given month you are entered into a monthly raffle for a $100 American Express gift card.</p>")
if (now.getDay() == 2)
document.write("<h3>Website Special</h3>  <p>For each order placed during a given month you are entered into a monthly raffle for a $100 American Express gift card.</p>")
if (now.getDay() == 3)
document.write("<h3>Website Special</h3> <p>For each order placed during a given month you are entered into a monthly raffle for a $100 American Express gift card.</p>")
if (now.getDay() == 4)
document.write("<h3>Website Special</h3> <p>For each order placed during a given month you are entered into a monthly raffle for a $100 American Express gift card.</p>")
document.write("</b>")
//-->
