function footer()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<div id="footer"><img src="images/custom/testimonials-01.jpg" alt="Testimonials" border="0" usemap="#testimonial" /><map name="testimonial" id="testimonial">	<area shape="rect" coords="586,92,690,127" href="testimonials.html" target="_blank" alt="Read More Testimonials" /></map></div>'); } // Testimonial
if (ranNum == 1){document.write('<div id="footer"><img src="images/custom/testimonials-02.jpg" alt="Testimonials" border="0" usemap="#testimonial" /><map name="testimonial" id="testimonial">	<area shape="rect" coords="586,92,690,127" href="testimonials.html" target="_blank" alt="Read More Testimonials" /></map></div>'); } // Testimonial2
if (ranNum == 2){document.write('<div id="footer"><img src="images/custom/testimonials-03.jpg" alt="Testimonials" border="0" usemap="#testimonial" /><map name="testimonial" id="testimonial">	<area shape="rect" coords="586,92,690,127" href="testimonials.html" target="_blank" alt="Read More Testimonials" /></map></div>'); } // Testimonial3
if (ranNum == 3){document.write('<div id="footer"><img src="images/custom/testimonials-04.jpg" alt="Testimonials" border="0" usemap="#testimonial" /><map name="testimonial" id="testimonial">	<area shape="rect" coords="586,92,690,127" href="testimonials.html" target="_blank" alt="Read More Testimonials" /></map></div>'); } // Testimonial4
}
