$(document).ready(function(){
	
	/*//Activate if site has PNG's
	$('#pg_home #home-content').pngFix();
	$('#searchBox').pngFix();
	$('#home-gmaps-form form').pngFix();
	$('#detail-gmaps-form form').pngFix();
	//$('.body').pngFix();*/
	
	//Activate if site has search
	$('#search').emptyonclick();
	$('#search2').emptyonclick();
	$('#gt-formsmall .gt-form-text').emptyonclick();
	
	
	/*Activate if site has tag search
	$("#search").autocomplete("/ajax/autocompleter_tags.php", {
		width: 260,
		selectFirst: false
	});
	*/
});

