jQuery.noConflict();
// jQuery noConflict is important as the buying/renting switcher is reliant on Prototype and script.aculo.us

jQuery(document).ready(
		function(){
			// Slideshow Function
			jQuery('#introImgs').innerfade({
				animationtype: 'fade',
				speed: 2000, //Fade out or slide speed
				timeout: 4000, //Image rotation speed
				type: 'sequence',
				containerheight: '290px'
			});
		}
);

jQuery(document).ready(
		function(){
			// Slideshow Function
			jQuery('#testimonialFades').innerfade({
				animationtype: 'fade',
				speed: 2000, //Fade out or slide speed
				timeout: 8000, //Image rotation speed
				type: 'sequence',
				containerheight: '300px'
			});
		}
);
// End of Slideshow function
