function switchImages() { 
	$('#mainimage').fadeOut("slow", function(){
		// slide 1
		$("#mainimage").html('<a href="http://www.hotgirlies4u.com/xxxpictures/index.php"><img src="images/babeleft.jpg" alt="Free XXX Pictures to view Hot Pornstars" /></a><a href="http://www.hotgirlies4u.com/babes/index.php"><img src="images/baberight.jpg" alt="Hot Twistys Models Free pics to view" /></a>').fadeIn("slow");
		$("#mainimagetext").html('View Free XXX Pictures of hot Girls from Twistys Penthouse Hustler 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); });