$().ready(function() {
	// validate the comment form when it is submitted
	$("#subForm").validate();
	 $('#tweetFeed').jTweetsAnywhere({
        username: 'coghlan49',
        count: 1
    });
});






