/* 
 * Twitter scripts
 */
twttr.events.bind('tweet', function(e) {
	socialInc();
});

