function ropic() {
number = Math.floor(Math.random()*8)
if (number==0)
document.write('<a href="http://www.cheerauthority.com" target="_BLANK"><img src="sites/cheerauthority.jpg" align="right" border="0" style="margin-left:10px;margin-bottom:10px;" alt="Cheer Authority"></a>')
if (number==1)
document.write('<a href="http://www.thedowntowngallery.com" target="_BLANK"><img src="sites/downtowngallery.jpg" align="right" border="0" style="margin-left:10px;margin-bottom:10px;" alt="Downtown Gallery"></a>')
if (number==2)
document.write('<a href="http://www.foxrunassociation.com" target="_BLANK"><img src="sites/foxrun.jpg" align="right" border="0" style="margin-left:10px;margin-bottom:10px;" alt="Fox Run"></a>')
if (number==3)
document.write('<a href="http://www.jacksonbama.com" target="_BLANK"><img src="sites/jacksonbama.jpg" align="right" border="0" style="margin-left:10px;margin-bottom:10px;" alt="Jackson Alumni Association"></a>')
if (number==4)
document.write('<a href="http://www.aoacoop.com" target="_BLANK"><img src="sites/aoacoop.jpg" align="right" border="0" style="margin-left:10px;margin-bottom:10px;" alt="Alabama Outdoor Advertising Cooperative"></a>')
if (number==5)
document.write('<a href="http://www.senecawc.com" target="_BLANK"><img src="sites/seneca.jpg" align="right" border="0" style="margin-left:10px;margin-bottom:10px;" alt="Seneca Wesleyan Church"></a>')
if (number==6)
document.write('<a href="http://www.carolgadams.com" target="_BLANK"><img src="sites/caroladams.jpg" align="right" border="0" style="margin-left:10px;margin-bottom:10px;" alt="Carol G. Adams, LCSW, PIP"></a>')
if (number==7)
document.write('<a href="http://www.calvarytuscaloosa.org" target="_BLANK"><img src="sites/calvary.jpg" align="right" border="0" style="margin-left:10px;margin-bottom:10px;" alt="Calvary Baptist Church, Tuscaloosa"></a>')
}
