function wS(s)
{
	window.status = s;	
	return true;
	
}
function wSr()
{
	window.status = '';	
}	
function searchForm(f){
	if (f) {
	location.href="/search-poker-rooms/"+f+"";
	
	}
	else {
	location.href="/search-poker-rooms";
		
	}
return false;	
}