function wifiGetTileUrl(x,y,z)
{
	return '/images/GMapTiles/' + ((x+10*y)%100) + '/' + z + '-' + x + '-' + y + '.png';
}

