function switchImages() { 
	$('#mainimage').fadeOut("slow", function(){
		// slide 1
		$("#mainimage").html('<a href="http://www.rob.dumb1.com/twistys/celestestar/index.php"><img src="images/babeleft.jpg" alt="Free Pictures of Celeste Star" /></a><a href="http://www.rob.dumb1.com/twistys/ericaellyson/index.php"><img src="images/baberight.jpg" alt="Free xxx pics of Erica Ellyson" /></a>').fadeIn("slow");
		$("#mainimagetext").html('View Free XXX Pictures of hot babes from Twistys Penthouse Virtua Girl and more').fadeIn("slow");
		// slide 2
	});
}

// preloads the slide images
jQuery.preloadImages = function() {
  for(var i = 0; i<arguments.length; i++) {
    jQuery("<img>").attr("src", arguments[i]);
  }
}

$.preloadImages("images/babeleft.jpg", "images/baberight.jpg");

// start slides when page loads
$(document).ready(function(){ setTimeout(switchImages, 1300); });
