$(document).ready(function(){
	
	/* Activate if site has PNG's
	$("#content").pngFix(); 
	*/
	
	/*Activate if site has search
	$('#search').emptyonclick();
	*/
	
	
	/*Activate if site has tag search
	$("#search").autocomplete("/ajax/autocompleter_tags.php", {
		width: 260,
		selectFirst: false
	});
	*/
	
	    
   
	$(function() {
	    setTimeout(function() {
	        $('#contentHeaderPhoto img:first').fadeIn(2000);
	        $('#contentHeaderPhoto').cycle();
	    }, 800);
	});
	
	
});
