// Include Blog Feeds

jQuery(document).ready(function() {
	//cvpblog
	$.ajax({
	  url: 'http://www.cvpcorp.com/_includes/getBlog.php',
	  success: function(data) {
		  $('#cvpblog').html(data);
		  }
	}); 
/*
	$('#tweetFeed').jTweetsAnywhere({
		username: 'cvpcorp',
		count: 2,
		showFollowButton: false
	});    
*/
});

