// JavaScript Document

jQuery(document).ready(function($){
								$("#home_images").innerfade({
															speed: 1500,
															timeout: 4000,
															type: 'sequence',
															containerheight: '312px'
															});
								})//End Doc ready
