var num_of_quotes = 11;
quotes = Math.floor (num_of_quotes * Math.random());
if (quotes==0) {
title="Customer Testimonial";
body="A motivational poster is all i needed in my small home office. I am today more productive and show more dedication to my business. Thanks for giving me the inspiration every entrepreneur needs. - <i>Steve Yates, U.K.</i>";
}
if (quotes==1) {
title="Buying Tip";
body="You can save significantly on shipping costs by buying multiple posters and prints in a single order.";
}
if (quotes==2) {
title="Gift Tip";
body="A motivational poster is a great gift for any occasion - or even if there is no special occasion to celebrate! Just enter the recipient\'s name and address at checkout and she is in for a great surprise.";
}
if (quotes==3) {
title="Buying Tip";
body="A motivational poster normally has a better coup-d'oeil mounted than framed.";
}
if (quotes==4) {
title="In-House Services - Mounting";
body="Mounted prints are a fantastic way to feature your favorite prints. Mounting is a great alternative to Framing that comes with a Limited Lifetime Guarantee. It also protects your print from dust, moisture, dirt and fingerprints.";
}
if (quotes==5) {
title="Buying Tip";
body="We DO NOT recommend buying the poster or art print as is. Remember that a motivational print is nothing short of art! If you are on a shoestring budget, add a few more dollars and laminate it for best bang. <b>We personally recommend that you mount it.</b>";
}
if (quotes==6) {
title="A Poster or an Art Print?";
body="It is just a question of quality. Posters are typically printed in large volume on less expensive paper. Art Prints are printed on a higher paper grade. This gives the latter true photography quality. You will also notice that art prints are a bit more expensive than posters. As far as possible, we recommend purchasing <i>Art Prints</i> rather than <i>Posters</i>.";
}
if (quotes==7) {
title="In-House Services - Canvas";
body="Transferring a print on to Canvas is an elegant treatment that transforms the image to look like an original painting. The print is adhered to a canvas material with a UV coated acrylic finish to protect the image from dust, moisture and fading.";
}
if (quotes==8) {
title="In-House Services - Lamination";
body="Clear lamination is an effective solution for protecting your print or poster from fading, dirt, fingerprints, moisture and other contaminants. Select your print or poster. Choose to have it laminated. It's that quick. It's that simple.";
}
if (quotes==9) {
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==10) {
title="Is Shipping Worldwide?";
body="If your Country has a post-office then you will receive your posters. 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>');
