function show_person(id, username)
	{
	info['current'] = ''; //resetting current status to ensure the page changes

//	sections['person']['extra_params'] = 'user_id='+id+'&side_id=15';
	sections['person']['extra_params'] = 'user_id='+id+'&side_id=24';
	go_to('person');
//	update_url(username);


		try {
		      
		    if(users[id]['username'])
		    {
			setTimeout(function(){update_url(username)},1500);
		    }
		      
		} catch(e) {
		//setting title again to clean up after IE
		setTimeout(function(){confirm_title()},1500);
		}
	
	return false;
	}