function Stat()
{
	var rooms=$F('stat_rooms');
	var region=$F('stat_region');
	$('stat_img').src='stats.php?rooms='+rooms+'&region='+region;
}
