	// JavaScript Document
//set the stripwidth and stripheight to the width/height of the largest image in your slideshow
var stripwidth='200px'
var stripheight='150px'
// 1000 milliseconds = 1 second
var lagtime=3000

// images to be used in the slideshow
var images=new Array()
// emerald
images[0]='<a href="http://http://www.ml.com/" target="_blank"><img src="images/mlynch.gif" border="0">'
// ruby
images[1]='<img src="images/macaljon.gif" border="0">'
images[2]='<a href="http://www.southuniversity.edu/savannah.aspx" target="_blank"><img src="images/southu.gif" border="0">'
images[3]='<a href="http://www.westrehab.com/" target="_blank"><img src="images/west.gif" border="0">'
// sapphire
images[4]='<img src="images/bayada.gif" border="0">'
images[5]='<a href="http://www.bryanbank.com/" target="_blank"><img src="images/bryanbank.gif" border="0"></a>'
images[6]='<img src="images/cedar.gif" border="0">'
images[7]='<a href="http://www.jcbofgeorgia.com/" target="_blank"><img src="images/jcb.gif" border="0">'
images[8]='<img src="images/lane.gif" border="0">'
// topaz
images[9]='<img src="images/CHMMC.gif" border="0">'
images[10]='<img src="images/wilmington.gif" border="0">'
images[11]='<a href="http://rhcrossroadscenter.com/" target="_blank"><img src="images/crossroads.gif" border="0"></a>'
images[12]='<img src="images/Empi.gif" border="0">'
images[13]='<img src="images/meguiar.gif" border="0">'
images[14]='<img src="images/rwidener.gif" border="0">'

//*******Do not change anything past this line*******//

var ie=document.all
var dom=document.getElementById

if (images.length>2)
i=2
else
i=0

window.onload=startscroll
