function refresh(){
	location.href = location.href.replace('#','')+'&'+(new Date().getTime());
}
var ixis = {};
ixis.add_follow = function(obj_id){
	$.post(g.web_root+'sns/index.php',{'act':'add_follow','obj_id':obj_id},function(data){
		alert(data);
	});
}
