/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 2;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="<a href='http://www.corsonjohnsonlaw.com/the_law_and_you.html'><img src='http://www.corsonjohnsonlaw.com/images/lay-logo-feed.gif' alt='The Law and You' style='float:left;margin-right:12px;border:none;'></a>";
body="<span class='subheads'>Motorcycle Safety <br><span class='alert-text'>by Don Corson</span></span><p>Motorcycles have become more popular, and unfortunately, motorcycle accidents are on the rise. Nationally, the number of motorcycle fatalities has more than doubled over the past decade.<br><a href='http://www.corsonjohnsonlaw.com/the_law_and_you.html'>Read more topics from The Law And You</a></p>";
}


if (quotes==1) {
title="<a href='http://www.corsonjohnsonlaw.com/the_law_and_you.html'><img src='http://www.corsonjohnsonlaw.com/images/lay-logo-feed.gif' alt='The Law and You' style='float:left;margin-right:12px;border:none;'></a>";
body="<span class='subheads'>Pesticides and Children <br><span class='alert-text'>by Lara Johnson</span></span><p>We are working with the Northwest Coalition for Alternatives to Pesticides to support legislation to put children's health first, by requiring the use of either non-toxic or least toxic products at schools, playgrounds, and parks.<br><a href='http://www.corsonjohnsonlaw.com/the_law_and_you.html'>Read more about this and other topics from The Law And You</a></p>";
}

document.write('<div align=left>');
document.write('<strong>' + title + '</strong><br>');
document.write(''+ body +'');
document.write('</div>');
