function initHomeNew(){
				
				$.supersized({
				
					// Functionality
					slide_interval          :   5000,		// Length between transitions
					transition              :   1, 			// 0-None, 1-Fade, 2-Slide Top, 3-Slide Right, 4-Slide Bottom, 5-Slide Left, 6-Carousel Right, 7-Carousel Left
					transition_speed		:	700,		// Speed of transition
															   
					// Components							
					slide_links				:	0,	// Individual links for each slide (Options: false, 'number', 'name', 'blank')
					new_window				: 	0,
					slides 					:  	homePageShowArray
					
				});
		    }

