$(document).ready(function(){
	$('#header_images').cycle({ 
		fx: 'fade',
		speed: 3000, 
		timeout: 2500 
	});
	
	$('#freeform').ajaxForm(function() { 
         $('#response').html("<p>Thank-you. We will respond to your message as soon as possible.</p>").hide().fadeIn(1500).fadeOut(2500);
    });
    
    $.localScroll({hash:true});
    	     
   	$("#gallery_page").html('<i>loading</i>');
	$("#gallery_page").load('index.php/pictures');	
	if(typeof sIFR == "function"){
		sIFR.replaceElement(named({sSelector:"body h1", sFlashSrc:"http://www.kangelani.co.za/images/template/sifr.swf", 
							   sColor:"#000000", sLinkColor:"#000000", 
							   sHoverColor:"#CCCCCC",sWmode:"transparent",sFlashVars:"offsetTop=5"}));
	};

});

function AffectCategory(url) {
	if(url == "all")
		$("#gallery_page").load('http://www.kangelani.co.za/index.php/pictures/');  
	else $("#gallery_page").load(url);  	
}

