$(function(){
	

$('#twitter h2').after('<div class="tweets"></div>');
// Latest twitter script	

 $(".tweets").tweet({
       count: 5,
       username: "jltfox",
       loading_text: "loading list..."
     });	
	
// Contact form validation
	$("#contactform").validate();	
	
	
});
