$(document).ready(function() {


        // TOP SLIDESHOW
	    $('.slideshow').cycle({
	    fx: 'fade',
	    speed: 2000,
	    timeout: 4000
	});
	// blindX, blindY, blindZ, cover, curtainX, curtainY, fade, fadeZoom, growX, growY, none, scrollUp, scrollDown, scrollLeft, scrollRight, scrollHorz, scrollVert, shuffle, slideX, slideY, toss, turnUp, turnDown, turnLeft, turnRight, uncover, wipe, zoom

       
        // Convert Image to Canvas and rotate
	// $('#badge img').rotate(-10);
 
        // Make main Content overflow slide with style
        $('#col1_content').jScrollPane();

       if($('#aspnetForm').length != 0)
	{
	    $("#aspnetForm").validate();
	}

	


});


