var num_of_quotes = 9;
quotes = Math.floor (num_of_quotes * Math.random());
if (quotes==0) {
title="Buying Tip";
body="You can save significantly on shipping costs by buying multiple wall signs in one order.";
}
if (quotes==1) {
title="Buying Tip";
body="You can save significantly on shipping costs by buying multiple wall signs in one order.";
}
if (quotes==2) {
title="Gift Tip";
body="You can easily send your wall signs as a gift! Just enter the recipient\'s name and address at checkout and she or he is in for a great surprise.";
}
if (quotes==3) {
title="Wall Sign Tip";
body="Each wall sign comes with 2 holes at the top and bottom for easy wall hanging";
}
if (quotes==4) {
title="30 Day Money-back";
body="Each item is back by a 30 day unconditional money back guarantee! Be satisfied or get your money back.";
}
if (quotes==5) {
title="Buying Tip";
body="Almost all wall signs ships within 24 hours of purchase. You will be given a postal tracking number.";
}
if (quotes==6) {
title="How to save big money";
body="Remember that the more you buy, the more you save!";
}
if (quotes==7) {
title="Is payment secure?";
body="Our merchant site, AllPosters uses a secure server which encrypts your name, address and credit card information. This information cannot be accessed by anyone except AllPosters";
}
if (quotes==8) {
title="Is Shipping Worldwide?";
body="If your Country has a post-office then you will receive your wall signs. Shipping is safe and a unique postal tracking ID is issued immeadiately after payment. This will allow you track your parcel.";}
document.write('<div align=left>');
document.write('<strong>' + title + '</strong>: ');
document.write(''+ body +'');
document.write('</div>');
