/**
 * @author speena
 */
//	   $(document).ready(
	   jQuery(document).ready(
					function(){
						jQuery('ul#center-image-home').innerfade({
							//animationtype: 'slide',
							speed: 3000,
							timeout: 6000,
							type: 'sequence'
							//containerheight: '220px'
							//runningclass: "center-image-wrap"
						});
					}
		)

	   jQuery(document).ready(
				function(){
					/*jQuery('ul#center-image').innerfade({
						//animationtype: 'slide',
						speed: 3000,
						timeout: 6000,
						type: 'sequence',
						containerheight: '220px',
						runningclass:"center-image-wrap"
					});*/
//					$('ul#header-left-contents').innerfade({
					jQuery('ul#header-left-contents').innerfade({
						speed: 1000,
						timeout: 6000,
						type: 'random_start',
						containerheight: '110px'
					});
					//startAccorion('nepaaccordion',5,'now_highlight');
					//menu_current_setcurrent();				

			}
			);
