  var today = new Date();
  var q = today.getMonth();
  var date = today.getDate();
  var coupons = "";
   if (q == 8 && date >= 1 && date <= 6) {
	coupons = "<table summary='' cellpadding=0 cellspacing=0 border=0><tr><td class='text_left' align=left valign=top><ul class='sub'><li class='corrector'><div class='pad_left pad4'>"
	+ "<font color=blue>Sweet Deal!<\/font><div style='padding:2px'><\/div>It's the last long weekend of the summer, so it's time to unshackle those work worries and get away from it all. If you're lucky and ducking out a little early, take a moment to spread the love to everyone you can think of and offer some sweet deals while you're at it. Please see Sweet Deal Information...<div style='padding:2px'><\/div><font color=blue>Coupon Code:<\/font> LaborDayTraffic<br><font color=blue>Discount:<\/font> Free Shipping on Super Saver, Canadian Airmail or International orders with subtotal of <font color=#00ff00>$<\/font>30+<div style='padding:2px'><\/div><font color=blue>Coupon Code:<\/font> OhYeahLngWkends<br><font color=blue>Discount:<\/font> Save $20 on orders with subtotal of <font color=#00ff00>$<\/font>75+"
	+ "</td><td class=text_left align=left valign=top>&nbsp;</td><td class=text_left align=left valign=top><ul class='sub'><li class='corrector'><div class='pad_left pad4'>"
	+ "Printfection <font color=red>Disclaimer:<\/font><div style='padding:2px'><\/div>Please enter coupon code LaborDayTraffic OR OhYeahLngWkends before completing checkout. Discount is applied to the base price and does not include taxes, or additional charges. This offer may not be combined with other offers. If enough people share this promo some orders may be delayed a little beyond normal ship times. Coupons valid from 9/01/2011 to 09/06/2011 11:59 pm Mountain Time."
	+ "<\/div><\/li><\/ul><\/td><\/tr><\/table>";
}
   else {
    coupons = "<table summary='' cellpadding=0 cellspacing=0 border=0><tr><td class='text_left' align=left valign=top><ul class='sub'><li class='corrector2'><div class='pad_left pad4'>No <font color=blue>SAW<\/font> or PF coupons at this time.<\/div><\/li><\/ul><\/td><\/tr><\/table>";
}
    document.write(coupons);
