var j$ = jQuery.noConflict();

j$(document).ready(
		function(){
			
			j$('ul#home_pic').innerfade({
				speed: 'slow',
				timeout: 5000,
				type: 'sequence',
				containerheight: '270px'
			});
			
		}
	);

