quote0= "<div class=\"quote\">\"Thank you for putting heart and soul into everything you do.\"</div><div class=\"author\">-Brent and Cynthia, Orange County</div>";
quote1= "<div class=\"quote\">\"Chef Gene's imaginative cuisine made my party a tremendous success.\"</div><div class=\"author\">-Pamela, West Hollywood</div>";
quote2= "<div class=\"quote\">\"The cuisine at our wedding was perfection!\"</div><div class=\"author\">-Iris and Brian, Los Angeles</div>";
quote3= "<div class=\"quote\">\"From the hors d'oeuvres to the decadent dessert -- absolute perfection!\"</div><div class=\"author\">-David and Elaine, Bel Air</div>";
quote4= "<div class=\"quote\">\"The food, the presentation, Chef Gene's professional etiquette -- impeccable!\"</div><div class=\"author\">-Sharon and David, Beverly Hills</div>";
quote5= "<div class=\"quote\">\"I recommend Chef Gene for <em>any</em> event!\"</div><div class=\"author\">-Arturo, Hollywood</div>";

now=new Date()
num=(now.getSeconds())%6
document.write(eval("quote"+num));
