quote2 = new Array
quote2[0] = "\"It is so painless now when I gather up my coupons.  No cutting involved I just click and add...\" <div align=\"right\"><b>S. Sullivan</b></div>";
quote2[1] = "\"My favorite feature is the coupon catalog.  I get to pick and choose only the coupons I want, no more searching through piles of junk mail...\” <div align=\"right\"><b>D. Fisher</b></div>";
quote2[2] = "\"I couldn't believe that I was spending so much on snack food.  Now my family is eating healthier and we are saving money, a win win for everyone...\"  <div align=\"right\"><b>A. Lance</b></div>";
quote2[3] = "\"I love the automatic category feature and the smart phone apps are really cool. I’m definitely telling my friends about this…\" <div align=\"right\"><b>B. Allen</b></div>";

var rand_no2 = Math.floor((4-1)*Math.random()) + 1;

document.write(quote2[rand_no2]);



