<script language="JavaScript" type="text/JavaScript">
<!--
imgArray = new Array(
"11011_1.jpg",
"11011_2.jpg",
"11011_3.jpg",
"11011_4.jpg",
"11011_5.jpg"
);
baseURL = "http://www.planet99.com/pix";
numImages = 5;
curImage = 1;
function f_slideshow( xflip ) {
curImage = curImage + xflip;
if (curImage > numImages)
{ curImage = 1 ; }
if (curImage == 0)
{ curImage = numImages ; }
document.images[2].src = baseURL + '/' + imgArray[curImage - 1];
}
//-->
</script>
Click on the buttons to flip through the photos - allow a few seconds for each photo to load.
<input type="button" value="<< Prev" name="cb_prev" onclick="f_slideshow(-1)">
<input type="button" value="Next >>" name="cb_next" onclick="f_slideshow(1)">
<img src='http://www.planet99.com/pix/11011_1.jpg'>
Click on the buttons to flip through the photos - allow a few seconds for each photo to load.
|
|