function getFollowing(){
	$.blockUI({ message: $('#Following') }); 
}
function getFollowers(){
	$.blockUI({ message: $('#Followers') }); 
}
function showMyStores(){
	$.blockUI({ message: $('#my_stores') }); 
}
	

