$(function(){
		// Accordion
				$("#accordion").accordion({ 
				header: "h3" ,event: "mouseover"

				});
				
				// Tabs
				$('#tabs').tabs();
				});
$(window).load(function() {
		$('#featured').orbit({
					'bullets': true,
					'timer' : true,
					'animation' : 'horizontal-slide'
				});
			});
