<!--
/*
JavaScript Image slideshow:
By Website Abstraction (www.wsabstract.com)
and Java-scripts.net (www.java-scripts.net)
*/

var slideimages=new Array()
var slidelinks=new Array()

function slideshowimages(){
  for (i=0;i<slideshowimages.arguments.length;i++){
  slideimages[i]=new Image()
  slideimages[i].src=slideshowimages.arguments[i]
  }
}

function slideshowlinks(){
  for (i=0;i<slideshowlinks.arguments.length;i++)
  slidelinks[i]=slideshowlinks.arguments[i]
}

function gotoshow(){
  if (!window.winslide||winslide.closed)
    winslide=window.open(slidelinks[whichlink])
  else
    winslide.location=slidelinks[whichlink]
    winslide.focus()
}
//-->
document.write('<table width=470 cellpadding=2 border=0><tr><td align="left">');
document.write('<a href="javascript:gotoshow()"><img src="http://i37.tinypic.com/2mmy9uo.jpg" name="slide" border=0></a>');

if (location.href.indexOf("wedg.com") != -1){
	document.write('<br><br>For more photos of these girls and of cruise night visit the<br><a href="http://www.rodandpiston.com/features/sandr.asp">Shredd & Ragan Cruise Night Page on RodandPiston.com</a><br><br>');
	document.write('Want to tryout for RodandPiston.com Hottie of the Week?<br><A href="mailto:site@rodandpiston.com">Contact RodandPiston</a> for more info!');
	document.write('</td></tr></table>');
}
else {
	document.write('<br><font size="2" face="verdana">Want to tryout for RodandPiston.com Hottie of the Week?<br><A href="mailto:site@rodandpiston.com">Contact RodandPiston</a> for more info!</font>');
	document.write('</td></tr></table>');

}


<!--
//configure the paths of the images, plus corresponding target links
slideshowimages("http://i37.tinypic.com/2mmy9uo.jpg","http://i34.tinypic.com/19o2za.jpg","http://i34.tinypic.com/jifhp0.jpg","http://i37.tinypic.com/1i0vgk.jpg","http://i28.tinypic.com/aktpbp.jpg","http://i36.tinypic.com/emyxh.jpg","http://i27.tinypic.com/1zecs2o.jpg","http://i27.tinypic.com/dnydkw.jpg","http://i25.tinypic.com/dmy8ae.jpg","http://i32.tinypic.com/119b0ya.jpg","http://i25.tinypic.com/33kadsy.jpg","http://i30.tinypic.com/2crvdcl.jpg")
slideshowlinks("http://www.rodandpiston.com/features/sandr.asp","http://www.rodandpiston.com/features/sandr.asp","http://www.rodandpiston.com/features/sandr.asp","http://www.rodandpiston.com/features/sandr.asp","http://www.rodandpiston.com/features/sandr.asp","http://www.rodandpiston.com/features/sandr.asp","http://www.rodandpiston.com/features/sandr.asp","http://www.rodandpiston.com/features/sandr.asp","http://www.rodandpiston.com/features/sandr.asp","http://www.rodandpiston.com/features/sandr.asp","http://www.rodandpiston.com/features/sandr.asp","http://www.rodandpiston.com/features/sandr.asp")

//configure the speed of the slideshow, in miliseconds
var slideshowspeed=6000
var whichlink=0
var whichimage=0

function slideit(){
  if (!document.images)
    return
    document.images.slide.src=slideimages[whichimage].src
    whichlink=whichimage

  if (whichimage<slideimages.length-1)
    whichimage++
  else
    whichimage=0
    setTimeout("slideit()",slideshowspeed)
}
slideit()
//-->


//document.write('<a href="http://www.rodandpiston.com/pictures.asp?id=cruise/sandr07-girls10b"><img src="http://www.rodandpiston.com/components/top_pics_rotate.asp?Name=Shelly&folder=cruise/sandr07-girls10b" alt="Photos Preview" border="0"></a>')

