var variableslide=new Array() //variableslide[x]=["path to image", "OPTIONAL link for image", "OPTIONAL text description (supports HTML tags)"] variableslide[0]=['http://www.health-e-nation.com.au/cms/imagedb_render.php?imgid=602', '/exhibitordetail.php?page_heading=Exhibitor Profile&id=354', '']; variableslide[1]=['http://www.health-e-nation.com.au/cms/imagedb_render.php?imgid=545', '/exhibitordetail.php?page_heading=Exhibitor Profile&id=331', '']; variableslide[2]=['http://www.health-e-nation.com.au/cms/imagedb_render.php?imgid=567', '/exhibitordetail.php?page_heading=Exhibitor Profile&id=339', '']; variableslide[3]=['http://www.health-e-nation.com.au/cms/imagedb_render.php?imgid=601', '/exhibitordetail.php?page_heading=Exhibitor Profile&id=320', '']; variableslide[4]=['http://www.health-e-nation.com.au/cms/imagedb_render.php?imgid=541', '/exhibitordetail.php?page_heading=Exhibitor Profile&id=325', '']; variableslide[5]=['http://www.health-e-nation.com.au/cms/imagedb_render.php?imgid=579', '/exhibitordetail.php?page_heading=Exhibitor Profile&id=336', '']; variableslide[6]=['http://www.health-e-nation.com.au/cms/imagedb_render.php?imgid=546', '/exhibitordetail.php?page_heading=Exhibitor Profile&id=326', '']; variableslide[7]=['http://www.health-e-nation.com.au/cms/imagedb_render.php?imgid=537', '/exhibitordetail.php?page_heading=Exhibitor Profile&id=327', '']; variableslide[8]=['http://www.health-e-nation.com.au/cms/imagedb_render.php?imgid=605', '/exhibitordetail.php?page_heading=Exhibitor Profile&id=342', '']; variableslide[9]=['http://www.health-e-nation.com.au/cms/imagedb_render.php?imgid=594', '/exhibitordetail.php?page_heading=Exhibitor Profile&id=361', '']; variableslide[10]=['http://www.health-e-nation.com.au/cms/imagedb_render.php?imgid=606', '/exhibitordetail.php?page_heading=Exhibitor Profile&id=360', '']; variableslide[11]=['http://www.health-e-nation.com.au/cms/imagedb_render.php?imgid=600', '/exhibitordetail.php?page_heading=Exhibitor Profile&id=349', '']; variableslide[12]=['http://www.health-e-nation.com.au/cms/imagedb_render.php?imgid=543', '/exhibitordetail.php?page_heading=Exhibitor Profile&id=319', '']; variableslide[13]=['http://www.health-e-nation.com.au/cms/imagedb_render.php?imgid=601', '/exhibitordetail.php?page_heading=Exhibitor Profile&id=321', '']; variableslide[14]=['http://www.health-e-nation.com.au/cms/imagedb_render.php?imgid=543', '/exhibitordetail.php?page_heading=Exhibitor Profile&id=318', '']; var slidewidth='154px' //set to width of LARGEST image in your slideshow var slideheight='80px' //set to height of LARGEST iamge in your slideshow, plus any text description //var slidebgcolor='#F3F3F3' var slidebgcolor='#FFFFFF' //configure the below variable to determine the delay between image rotations (in miliseconds) var slidedelay=5000 ////Do not edit pass this line//////////////// var ie=document.all var dom=document.getElementById for (i=0;i' contentcontainer+='' if (variableslide[currentslide][1]!="") contentcontainer+='' contentcontainer+='' if (variableslide[currentslide][2]!="") contentcontainer+=variableslide[currentslide][2] if (document.layers){ crossrotateobj.document.write(contentcontainer) crossrotateobj.document.close() } else if (ie||dom) crossrotateobj.innerHTML=contentcontainer if (currentslide==variableslide.length-1) currentslide=0 else currentslide++ setTimeout("rotateimages()",slidedelay) } if (ie||dom) document.write('
') function start_slider(){ crossrotateobj=dom? document.getElementById("slidedom") : ie? document.all.slidedom : document.slidensmain.document.slidenssub if (document.layers) document.slidensmain.visibility="show" rotateimages() } if (ie||dom) start_slider() else if (document.layers) window.onload=start_slider //counter++; //alert(counter) document.write('')