if(typeof(otworz_url) == 'undefined')
{
	document.write('<script type="text/javascript" src="./javascript/otworz_url.js"></scr'+'ipt>');//importowanie funkcji
}

var tresc_top_woman = false;//określa czy treść została wczytana
var tresc_top_woman_zdarzenie = null;//uchwyt który przechowuje stan odświerzania postępu wczytywania galerii

function sprawdz_stan_wczytywania_top_woman (http)
{
	//pobieramy teraz element DOM
	element = document.getElementById('najlepiej_oceniane_galerie_kobiet');
	switch(http.readyState)
	{
		case 4:
			element.innerHTML = http.responseText;
			tresc_top_woman = true;
		break;
		default:
		{
			if(tresc_top_woman_zdarzenie == null || tresc_top_woman_zdarzenie == 3)
			{
				element.innerHTML = t_w_loading+' .';
				tresc_top_woman_zdarzenie = 0;
			}
			else
			{
				element.innerHTML += '.';
				tresc_top_woman_zdarzenie++;
			}
		}
	}
}
function wczytaj_top_woman ()
{
	if(tresc_top_woman == true) return true;
	var galeria_dane = otworz_url('./?t=128', 'sprawdz_stan_wczytywania_top_woman');
}