$j(function() {
	
	$j('#home-tabs-2 ul').kwicks({
		max : 440,
		spacing : 2
	});

	
	
	
	
	
	
	
	/*
	$j('#home-tabs ul li div h2 a').each(function() {
	    
		var l = $j(this).attr("href").split('#');
		$j('#'+l[1]+'-cont').click(function() {
			window.location = l[0];
			return false;
		});
		$j(this).click(function() {
			window.location = l[0];
			return false;
		});
		$j(this).attr("href",'#'+l[1]);
	    
	});
	
	var $jhomeTabs = $j('#home-tabs').tabs(); // first tab selected
	
	$j('#home-tabs .box-one').hover(function() { // bind click event to link
	    $jhomeTabs.tabs('select', 0); // switch to third tab
	    return false;
	});
	
	$j('#home-tabs .box-two').hover(function() { // bind click event to link
	    $jhomeTabs.tabs('select', 1); // switch to third tab
	    return false;
	});
	
	$j('#home-tabs .box-three').hover(function() { // bind click event to link
	    $jhomeTabs.tabs('select', 2); // switch to third tab
	    return false;
	});
	
	*/
	
});
