function swapquote()
{
number = Math.round(Math.random()*8)
if (number==0)
document.write('<img src="images/quote1.gif" width="190" height="240" border="0">')
if (number==1)
document.write('<img src="images/quote2.gif" width="190" height="240" border="0">')
if (number==2)
document.write('<img src="images/quote3.gif" width="190" height="240" border="0">')
if (number==3)
document.write('<img src="images/quote4.gif" width="190" height="240" border="0">')
if (number==4)
document.write('<img src="images/quote5.gif" width="190" height="240" border="0">')
if (number==5)
document.write('<img src="images/quote6.gif" width="190" height="240" border="0">')
if (number==6)
document.write('<img src="images/quote7.gif" width="190" height="240" border="0">')
if (number==7)
document.write('<img src="images/quote8.gif" width="190" height="240" border="0">')
if (number==8)
document.write('<img src="images/quote9.gif" width="190" height="240" border="0">')
}

function swapphotos()
{
number = Math.round(Math.random()*6)
if (number==0)
document.write('<img src="photos/photo1.jpg" width="173" height="118" border="0">')
if (number==1)
document.write('<img src="photos/photo2.jpg" width="173" height="118" border="0">')
if (number==2)
document.write('<img src="photos/photo3.jpg" width="173" height="118" border="0">')
if (number==3)
document.write('<img src="photos/photo4.jpg" width="173" height="118" border="0">')
if (number==4)
document.write('<img src="photos/photo5.jpg" width="173" height="118" border="0">')
if (number==5)
document.write('<img src="photos/photo6.jpg" width="173" height="118" border="0">')
if (number==6)
document.write('<img src="photos/photo7.jpg" width="173" height="118" border="0">')
}


