 $(document).ready(function(){ 
						   
	$("#home h1").append('<img src="/media/img/arrow.gif" />');
	
	//Makes spacing sweet on NTF LATEST
	$("#ntf_news .threecol:nth-child(even)").addClass("last");
	
	$("#recent_blogs .threecol:nth-child(4)").addClass("last");
	
	//if($("#home_content p a").html() != null)
		//$("#home_content p a").addClass("bold").after(" &raquo;");
	
	$("#query").focus(function(){
		$(this).val("");
	});
	
});

