
<!--
function change()
{
number = Math.floor(Math.random()*6)
if (number==0)
document.write('<img src="images/rotating/bottling.jpg" width="245" height="149" align="texttop">')
if (number==1)
document.write('<img src="images/rotating/office.jpg" width="245" height="149" align="texttop">')
if (number==2)
document.write('<img src="images/rotating/phone.jpg"  width="245" height="149" align="texttop">')
if (number==3)
document.write('<img src="images/rotating/trucks.jpg" width="245" height="149" align="texttop">')
if (number==4)
document.write('<img src="images/rotating/fitness.jpg" width="245" height="149" align="texttop">')
if (number==5)
document.write('<img src="images/rotating/medical.jpg" width="245" height="149" align="texttop">')
}

function change2()
{
number = Math.floor(Math.random()*5)
if (number==0)
document.write('<img src="images/rotating/pharmacy.jpg" width="245" height="149" align="texttop">')
if (number==1)
document.write('<img src="images/rotating/kitchen.jpg" width="245" height="149" align="texttop">')
if (number==2)
document.write('<img src="images/rotating/meeting.jpg"  width="245" height="149" align="texttop">')
if (number==3)
document.write('<img src="images/rotating/nurse.jpg" width="245" height="149" align="texttop">')
if (number==4)
document.write('<img src="images/rotating/team.jpg"  width="245" height="149" align="texttop">')
}
//-->


