var how_many = 8;
var maxm1 = how_many - 1;
//var now = new Date()
//var sec = now.getSeconds()
//var pick = sec % how_many;
//pick +=1;
pick = Math.round(Math.random()*maxm1) + 1;


if (pick==1) {
document.write("<em>&ldquo;Theresia and her staff always take care of me and my<br />"+
"  jewelery needs.  They are always friendly &amp; helpful and they<br />"+
"  really go out of there way to make sure that I am satisfied&ldquo;<br />"+
"  <br />"+
"  ~ John, Avon OH</em>")
}

if (pick==2) {
document.write("<em>&ldquo;Theresia and staff, congratulations on honorable  mention for &ldquo;Coolest Store&ldquo; in the Instore magazine.  I agree your store and personnel are the coolest!&ldquo;<br />"+
"  ~ Carol</em>")
}

if (pick==3) {
document.write("<em>&ldquo;Dear Theresia,  I wanted to thank you again for helping us pick out & create a beautiful ring-I absolutely LOVE it!  I can't stop looking at it.  Your service was awesome and we will be back for the Band!  Thank you,&ldquo;<br />"+
"  ~ Patty C.</em>")
}

   
if (pick==4) {
document.write("<em>&ldquo;Theresia, Congratulations on your new location. We are glad to have been a part of it.&ldquo;<br />"+
"  ~ The Russells.</em>")
}
     
if (pick==5) {
document.write("<em>&ldquo;Kim, Thank you for sending the earrings! They are beautiful and Megan loves them.&ldquo; <br />"+
"  ~ Drew </em>")
}
   
if (pick==6) {
document.write("<em>&ldquo;Thank you so much for your awesome service. Also, thank you for setting me up with the most beautiful ring set I've ever seen. I can't keep my eyes off it! I will always tell everyone they  should jewelry shop at your store.&ldquo; <br />"+
"  ~ Patty  &amp; Jerry</em>")
}

 
if (pick==7) {
document.write("<em>&ldquo;Thank you so much for meeting with my friend Tony and I last night. I know we came in very near your closing time and you are such a wonderful person to stay late, listening so intently to all of Tony's needs and offering to help him find the perfect engagement ring. Thank you again! With Warm regards,&ldquo;<br />"+
"  ~ Tom</em>")
}

 
if (pick==8) {
document.write("<em>&ldquo;Peter & Co is not only the most professional company I have ever had the pleasure to do business with, you are the most attentive, understanding, and caring people I have had the pleasure to do business with. I will continue to do business with you as long as I can and tell friends who will be getting engaged.Thank you for making part of my dream come true.&ldquo;<br />"+
"  ~ Ken</em>")
}
