/*
 * Custom jQuery Javascript File	
 */

jQuery(document).ready(function() { 
	
	
$("ul.joblist li").click(function(){
	window.location=$(this).find("a").attr("href"); return false;
}); 
	
	
$('input[title!=""]').hint();
	
	
	



//end of custom javascript
}); 

