$(document).ready(
	$(function() {
	    // Add the fun from here...



	$("#aspnetForm").validate();
 
		///////////////////////////
		// JQuery SlideShow Start
		$('#slideshow').cycle({ 
			fx:     'fade', 
			speed:   1000, 
			timeout: 2500, 
			next:   '#slideshow'
		});
		// JQuery SlideShow Slut
		///////////////////////////

	    // ...to here
	})

);


