<!-- Begin Photos-->
function muskegon()
{
number = Math.floor(Math.random()*5)
if (number==0)
document.write('<img src="images/photo01.jpg" width="552" height="162" border="0">')
if (number==1)
document.write('<img src="images/photo02.jpg" width="552" height="162" border="0">')
if (number==2)
document.write('<img src="images/photo03.jpg" width="552" height="162" border="0">')
if (number==3)
document.write('<img src="images/photo04.jpg" width="552" height="162" border="0">')
if (number==4)
document.write('<img src="images/photo05.jpg" width="552" height="162" border="0">')
}
<!-- End Photos-->

<!-- Begin Testimonials-->
function testimonials()
{
number = Math.floor(Math.random()*11)
if (number==0)
document.write('Everyone was very helpful and understanding. I would recommend your service to anyone. I was very pleased – thank you.')
if (number==1)
document.write('I had two nurses- they were both great. They were on time, very nice – friendly, helpful, and I was happy to see them. When I had concerns, they answered my questions.')
if (number==2)
document.write('My nurse was very kind and caring. I would have her again and would recommend her and Homcare to anyone that needs help to get better. Thanks again.')
if (number==3)
document.write('Very professional- inspired my confidence.')
if (number==4)
document.write('Could not have done better. They were so sweet and kind to me all the time. They would bend over backwards to help me. I love each and every one of them.')
if (number==5)
document.write('Very caring helpful with questions. They all work hard together to give you the best of care. Thank God for them.')
if (number==6)
document.write('My nurse was a huge help during a difficult time. I cannot tell you how helpful she was. She explained so much to me about my meds and what to expect over the next few days of my surgery. I really enjoyed having her.')
if (number==7)
document.write('I was VERY satisfied with EVERY service and care provided by your whole staff (nursing, PT, and office).')
if (number==8)
document.write('My nurse was very nice and understanding. She made me feel very comfortable. I wouldn’t want anyone else but her if the need should ever arise again. Thank you.')
if (number==9)
document.write('They explained things clearly about care. They did a great job.')
if (number==10)
document.write('Am very grateful for the care I received through Homcare. They all were so kind and helpful.  I couldn’t have managed this myself. Thank you.')
}
<!-- End Testimonials-->
