function quotes()
{
//9
var ranNum= Math.round(Math.random() * 9);
if (ranNum == 0){document.write('<table width=100%><tr><td width="12%"><img src="http://www.britain.tv/images/quotes1.jpg" width="75" height="75"></td><td width="74%"><a href="http://www.britain.tv/business_whatreallymakes_difference.shtml" class="quote">Want your business to succeed - you better do this!</a></td><td width="14%"><img src="http://www.britain.tv/images/quote2.jpg" width="75" height="75"></td></tr></table>'); } // quote1
if (ranNum == 1){document.write('<table width=100%><tr><td width="12%"><img src="http://www.britain.tv/images/quotes1.jpg" width="75" height="75"></td><td width="74%"><a href="http://www.britain.tv/travel_countries_around_world.shtml" class="quote">Don&rsquo;t go to a foreign country without knowing this!</a></td><td width="14%"><img src="http://www.britain.tv/images/quote2.jpg" width="75" height="75"></td></tr></table>'); } // quote2
if (ranNum == 2){document.write('<table width=100%><tr><td width="12%"><img src="http://www.britain.tv/images/quotes1.jpg" width="75" height="75"></td><td width="74%"><a href="http://www.britain.tv/legaladvice_buyinggoods.shtml" class="quote">Need to return something: you better know this!</a></td><td width="14%"><img src="http://www.britain.tv/images/quote2.jpg" width="75" height="75"></td></tr></table>'); } // quote3
if (ranNum == 3){document.write('<table width=100%><tr><td width="12%"><img src="http://www.britain.tv/images/quotes1.jpg" width="75" height="75"></td><td width="74%"><a href="http://www.britain.tv/legaladvice_caughtweb.shtml" class="quote">Buy from the web? You better know this!</a></td><td width="14%"><img src="http://www.britain.tv/images/quote2.jpg" width="75" height="75"></td></tr></table>'); } // quote4
if (ranNum == 4){document.write('<table width=100%><tr><td width="12%"><img src="http://www.britain.tv/images/quotes1.jpg" width="75" height="75"></td><td width="74%"><a href="http://www.britain.tv/legaladvice_witnesscrime.shtml" class="quote">If you witness a crime you better do this!</a></td><td width="14%"><img src="http://www.britain.tv/images/quote2.jpg" width="75" height="75"></td></tr></table>'); } // quote5
if (ranNum == 5){document.write('<table width=100%><tr><td width="12%"><img src="http://www.britain.tv/images/quotes1.jpg" width="75" height="75"></td><td width="74%"><a href="http://www.britain.tv/motoring_carmaintenance.shtml" class="quote">If you know this trade secret your car will last a lot longer.</a></td><td width="14%"><img src="http://www.britain.tv/images/quote2.jpg" width="75" height="75"></td></tr></table>'); } // quote6
if (ranNum == 6){document.write('<table width=100%><tr><td width="12%"><img src="http://www.britain.tv/images/quotes1.jpg" width="75" height="75"></td><td width="74%"><a href="http://www.britain.tv/motoring_hintsecondhandcar.shtml" class="quote">Buying second beware of this!</a></td><td width="14%"><img src="http://www.britain.tv/images/quote2.jpg" width="75" height="75"></td></tr></table>'); } // quote7
if (ranNum == 7){document.write('<table width=100%><tr><td width="12%"><img src="http://www.britain.tv/images/quotes1.jpg" width="75" height="75"></td><td width="74%"><a href="http://www.britain.tv/motoring_changeaflatyre.shtml" class="quote">Never change a flat tyre without doing this first!</a></td><td width="14%"><img src="http://www.britain.tv/images/quote2.jpg" width="75" height="75"></td></tr></table>'); } // quote8
if (ranNum == 8){document.write('<table width=100%><tr><td width="12%"><img src="http://www.britain.tv/images/quotes1.jpg" width="75" height="75"></td><td width="74%"><a href="http://www.britain.tv/health_phn_diet_and_nutrition_part1.shtml"  class="quote">You can’t lose weight if you don’t have this!</a></td><td width="14%"><img src="http://www.britain.tv/images/quote2.jpg" width="75" height="75"></td></tr></table>'); } // quote9
if (ranNum == 9){document.write('<table width=100%><tr><td width="12%"><img src="http://www.britain.tv/images/quotes1.jpg" width="75" height="75"></td><td width="74%"><a href="http://www.britain.tv/health_bad_breath.shtml" class="quote">Guess what causes bad breath in the morning?</a></td><td width="14%"><img src="http://www.britain.tv/images/quote2.jpg" width="75" height="75"></td></tr></table>'); } // quote10
}
