/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var theLink = "news/bsbtest.html";
var num_of_quotes = 7;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="Customer Quote";
body="I've received the Backseat Barrier and have installed it today, many thanks, it looks great and hopefully it will stop my pup from eating my car tax disc!!! My car hasn't look so organized since the day I drove it home! Thanks again.<br>- Loren, United Kingdom";
}

if (quotes==1) {
title="Customer Quote";
body="It worked beautifully. It accomplished what I set out to do in that the dog no longer can jump to the front seat while I'm driving.<br>- Amazon customer";
}

if (quotes==2) {
title="Customer Quote";
body="The Backseat Barrier is absolutely perfect and has made our lives much easier!<br>- Amazon customer";
}

if (quotes==3) {
title="Press Quote";
body="For larger dogs, convenience is key. We like Kurgo's Backseat Barrier, which keeps your pup and you safe by securing him in the back seat. No more wet nose scares while driving! Less confining and fantastically simple to use, the Backseat Barrier separates a pet from jumping into the front seat with sturdy, durable nylon that looks nice too. This can set up and be removed in a matter of minutes, but isn't such an eyesore that you need to worry!<br>- Road and Travel Magazine";
}

if (quotes==4) {
title="Customer Quote";
body="I was a little worried whether it would fit a British car but it’s perfect, it fits all the right places!<br>- L.C.";
}

if (quotes==5) {
title="Customer Quote";
body="We raise Bernese Mountain Dogs (7) and will be using the product in both our vehicles (Honda Odyssey & Honda Ridgeline) to transport dogs to shows and other events. May also be interested in the Auto Zip-Line<br>- Rob S.";
}

if (quotes==6) {
title="Customer Quote";
body="I just want to thank you again for the Backseat Barrier and Zip Line. So far we've only used the Barrier (the Zip Line's being saved for when there's only 1 dog in the car), but after several short stops recently, I really appreciated having it!! Thanks again  - you've got a great product that every dog owner should know about.<br>- Maurie SuDock, Boston MA";
}

document.write('<div style="font-family: \'trebuchet MS\', Verdana, Arial, Helvetica, sans-serif; text-align: left;">');
document.write('<span style="font-size: 10px; font-weight: bold; border-bottom: 1px solid gray;">' + title + '</span><br>');
document.write('<span style="font-size: 10px; font-style: italic;">'+ body +'</span><br><br>');
document.write('<span style="font-size: 10px;"><a href="../'+theLink+'">See what others are saying!</a></span>');
document.write('</div>');
