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('#slideShow').innerfade({
				animationtype: 'fade',
				speed: 3000,
				timeout: 9000,
				type: 'sequence',
				containerheight: '320px'
			});
			
			jQuery('#slideshow2').innerfade({
				animationtype: 'fade',
				speed: 3000,
				timeout: 9000,
				type: 'sequence',
				containerheight: '320px'
			});
			
			
		}

);
// End of jQuery no Conflict




