var links=new Array()



links[0]='<img src="images/autocheck.gif" width="160" height="9"><br><br><img src="images/car.jpg" width="100" height="80" align="right"> Shopping for auto insurance? The price you pay for your auto insurance can vary by hundreds of dollars. Here is a checklist of things you can do to save money.<br><br> <a href="autocheck.html" class="bod">More &raquo;</a>'

links[1]='<img src="images/homecheck.gif" width="209" height="9"><br><br><img src="images/house.jpg" width="100" height="80" align="right"> This checklist prepares home buyers with the information they need in purchasing a new home.<br><br> <a href="homecheck.html" class="bod">More &raquo;</a>'

links[2]='<img src="images/teensafe.gif" width="168" height="9"><br><br><img src="images/teen.jpg" width="100" height="80" align="right"> Have a teenager who is learning to drive? Stop worrying, and read our tips on keeping young drivers safe.<br><br> <a href="teensafe.html" class="bod">More &raquo;</a>'



var whichlink=Math.floor(Math.random()*(links.length))
document.write(links[whichlink])
