//$(document).ready(function() { - removed to avoid conflict
jQuery(document).ready(function($) {
	$(".data").tweet({username: "mayfairguru", count: 50});
}); 
