window.addEvent('domready', function(){
	
	new Ajax("scripts/hashandusers.php", {
		method: 'get',
		update: $('twitter')
	}).request();
	
});