// JavaScript Document

	
	
	function twitterFeedUpdate() {
		$.ajax({
		   type: "POST",
		   url: "/site/modules/twitter_rss/twitterFeedUpdate.helper.php",
		   success: function(msg) {
			
		   },
		   error: function(url){
			    alert('connection '+this.url+' failed...');
		   }
		 });
 	}
