$(function(){
	// Value Blur / Focus Effects
	if ($('input.valueFx').length > 0){
		$.getScript('wp-content/themes/kevinleary/js/jquery.valueFx.js',function(){ 
			$('input.valueFx').valueFx();
		});
	}	
});