$(function() {
	
	
	if (ajaxLoad) {
		var $pageContainer=$("#content .section");
		
		$("#home .news a").live("click",function() {
			loadSection($(this).attr("href"),$pageContainer,"news",2);	
			return false;
		})
		
		
		
		$("#home .gallery a").live("click",function() {
			loadSection($(this).attr("href"),$pageContainer,"gallery",3);	
			return false;
		})
		
		$("#home .videoGallery a").live("click",function() {
			loadSection($(this).attr("href"),$pageContainer,"videoGallery",4);	
			return false;
		})
	}
	
})
