var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
	document.write('<p class="just"><img class="right" src="lorriegeer.jpg" height="100" alt="Migraines"><span class="title"><a href="migraines.html">Migraines?</a> </span>Before coming to Borer Family Chiropractic I had been troubled with various types of headaches since 1984, over 20 years. I used to get migraines two to three times a month. Since my care at Borer Family Chiropractic I have not had one headache. My neck feels so much better and to know that migraines are a problem of the past makes me look forward to another day. Thanks Dr. Rob!</p><p class="signature">Lorrie Geer<br>Addison, MI<br><br><a class="more" href="migraines.html">more...</a></p>');
}
if (ad==2) {
	document.write('<p class="just"><img class="right" src="donackerman.jpg" height="100" alt="Neck Pain"><span class="title"><a href="neckpain.html">Neck Pain?</a> </span>I have had neck pain for two years, going to Dr. Rob two and one half months, neck pain gone. Haven&#8217;t had gout for 2 1/2 months, head is clear, my whole body has changed. I walk better, stand up straighter, my hips don&#8217;t ache. Pleased with Dr. Rob&#8217;s method. Very much so.</p><p class="signature">Don Ackerman<br>Traverse City, MI<br><br><a class="more" href="neckpain.html">more...</a></p>');
}
if (ad==3) {
	document.write('<p class="just"><img class="right" src="nickgieske.jpg" height="100" alt="Headaches"><span class="title"><a href="headaches.html">Headaches?</a> </span>Since starting care I have no more back pain, no more headaches, I can move more freely without discomfort allowing me to do more stuff at my job. I mentally feel better and have more energy.</p><p class="signature">Nick Gieske<br>Saline, MI<br><br><a class="more" href="headaches.html">more...</a></p>'); 
}
if (ad==4) {
	document.write('<p class="just"><img class="right" src="danawashington.jpg" height="100" alt="Back Pain"><span class="title"><a href="backpain.html">Back Pain?</a> </span>I was always in pain, in fact I couldn&#8217;t remember when I didn&#8217;t have pain and tension knots from between my shoulder blades, up my neck, along with constant headaches. After a month and a half with Dr. Rob I have no more pain between my shoulders, no more headaches and my hearing has improved.</p><p class="signature">Dana Washington<br>Ypsilanti, MI<br><br><a class="more" href="backpain.html">more...</a></p>'); 
}
if (ad==5) {
	document.write('<p class="just"><img class="right" src="joanneclements.jpg" height="100" alt="Numbness"><span class="title"><a href="numbness.html">Numbness?</a> </span>I came to Dr. Rob without much hope of avoiding neck surgery. Now, my mobility and lack of pain or numbness amaze me. I no longer take 800mg Motrin like candy and I can enjoy playing with my grandchildren without any limitations.</p><p class="signature">JoAnne Clements<br>Belleville, MI<br><br><a class="more" href="numbness.html">more...</a></p>'); 
}