function printDiningCoupons() { document.write("\n"); document.write("\n"); //document.write("
\"\" dining coupons
\n"); document.write("
\"inside
"); document.write("\"\"
"); var str = "Macayo\'s
Free Red Corn Chicken Taquitos"; //str += "
GET THIS COUPON"; document.write (str + "
"); var str = "Wing Stop
Free 32oz. Drink"; //str += "
GET THIS COUPON"; document.write (str + "
"); var str = "Mystery Mansion Dinner Theater
$3.00 Off Ticket Price"; //str += "
GET THIS COUPON"; document.write (str + "
"); var str = "Bill Johnson\'s Big Apple
Free pie with purchase"; //str += "
GET THIS COUPON"; document.write (str + "
"); var str = "Sonic Drive-In
$.99 Regular Chili Cheese Tots"; //str += "
GET THIS COUPON"; document.write (str + "
"); document.write("
\n"); } printDiningCoupons();