Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>LOTA Photos</title>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<style type = "text/css">
body {
background-color: #99ffcc;
}
img {
width: 800px;
height: 600px;
}
.floated {
float: left;
width: 15%;
padding-left: 1%;
}
.headfont {
font: italic 200% arial;
color: red;
}
p {
font: italic 130% arial;
color: blue;
}
.link {
padding-left: 50%;
}
.clear {
clear: both;
}
</style>
</head>
<body>
<div>
<span class = "headfont">
LOTA Photos
</span>
<span class = "link">
<a href="index.htm">Return to Home Page</a>
</span>
</div><br /><br />
<script language="JavaScript1.2">
/***********************************************
* Flexi Slideshow- (c) Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
var variableslide=new Array()
//variableslide[x]=["path to image", "OPTIONAL link for image", "OPTIONAL text description (supports HTML tags)"]
variableslide[0]=["pic7.jpg", "", "LOTA USTA Men's 7.5 Combo League State Finalists"];
variableslide[1]=["pic10.jpg", "", "Are they spelling YMCA or LOTA ???"];
variableslide[2]=["pic8.jpg", "", "Mixed Doubles ???"];
variableslide[3]=["pic11.jpg", "", "Mixed Doubles #2 ???"];
variableslide[4]=["pic14.jpg", "", "Nov, 2000 Board Members"];
variableslide[5]=["pic15.jpg", "", "Nov, 2000 Mixed Doubles"];
variableslide[6]=["pic16.jpg", "", "Sept, 2009 Senior Mixed 8.0 State Finalists"];
variableslide[7]=["pic20.jpg", "", "Founder's Day - LOTA's 10th Birthday"];
variableslide[8]=["pic21.jpg", "", "LOTA USTA Ladies Adult 5.5 Finalists"];
variableslide[9]=["pic22.jpg", "", "LOTA USTA Senior Ladies 7.5 Finalists"];
variableslide[10]=["jerrycaldwell.jpg", "", "LOTA member Jerry Caldwell admitted to Southern Tennis Hall of Fame"];
variableslide[11]=["pic1.jpg", "", "St Pattys Day - Mixed Doubles"];
variableslide[12]=["pic23.jpg", "", "LOTA Board Member Marty Colton presents 5 Year Sponsor award to Rick Franks"];
variableslide[13]=["pic2.jpg", "", "Brenda Bourdage Celebration Tournament Winners"];
variableslide[14]=["lake-oconee-living2.jpg", "", "Lake Oconee Living - LOTA is the Winner"];
variableslide[15]=["lake-oconee-living.jpg", "", "Lake Oconee Living - Best Local Sports Organization"];
//configure the below 3 variables to set the dimension/background color of the slideshow
var slidewidth='800px' //set to width of LARGEST image in your slideshow
var slideheight='600px' //set to height of LARGEST iamge in your slideshow, plus any text description
var slidebgcolor='#F3F3F3'
//configure the below variable to determine the delay between image rotations (in miliseconds)
var slidedelay=3000
////Do not edit pass this line////////////////
var ie=document.all
var dom=document.getElementById
for (i=0;i<variableslide.length;i++){
var cacheimage=new Image()
cacheimage.src=variableslide[i][0]
}
var currentslide=0
function rotateimages(){
contentcontainer='<center>'
if (variableslide[currentslide][1]!="")
contentcontainer+='<a href="'+variableslide[currentslide][1]+'">'
contentcontainer+='<img src="'+variableslide[currentslide][0]+'" border="0" vspace="3">'
if (variableslide[currentslide][1]!="")
contentcontainer+='</a>'
contentcontainer+='</center>'
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('<div id="slidedom" style="width:'+slidewidth+';height:'+slideheight+'; background-color:'+slidebgcolor+'"></div>')
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
</script>
<ilayer id="slidensmain" width=&{slidewidth}; height=&{slideheight}; bgColor=&{slidebgcolor}; visibility=hide><layer id="slidenssub" width=&{slidewidth}; left=0 top=0></layer></ilayer>
<p align="center"><font face="Arial" size="-2">Free DHTML scripts provided by<br>
<a href="http://www.dynamicdrive.com">Dynamic Drive</a></font></p>
</body>
</html>
Bookmarks