onloadActions=function (){
	document.getElementsByTagName("body")[0].style.backgroundImage="url(/modules/layout/bg.gif)"
	//LosowaczFotek.losuj()
	setActiveItems()
//	var br=new BrRotator()
//br.addBaner("http://www.rooster.pl/pl/poznan/","_blank","flash",{width:125,height:125,file:"http://www.rooster.pl/resources/sweet_messages/rooster_poznan_zaproszenie.swf",wmode:"opaque"})
//br.addBaner("http://www.invitopizza.pl","_blank","flash",{width:125,height:125,file:"/modules/GroupBr/invito_call_2_125x125.swf",wmode:"opaque"})
//br.assign("infoContent")
JSLT.include("/modules/StockQuotes/query.php",true)
}
onLoadQueue.appendOnLoad(onloadActions)
var LosowaczFotek={
	cnt:0,
	nOfPhotos:8,
	losuj:function(){
		var ref=document.getElementById("divFotki")
		var prevPath=ref.style.backgroundImage
		while(true ){
			var  newPath="/modules/layout/foto_"+Math.ceil(Math.random()*LosowaczFotek.nOfPhotos)+".jpg"
			if(prevPath.indexOf(newPath)==-1){
				ref.style.backgroundImage="url("+newPath+")"
				break;
			}
		}
		LosowaczFotek.cnt++;
		if(LosowaczFotek.cnt<(2*LosowaczFotek.nOfPhotos)){
			setTimeout("LosowaczFotek.losuj()",10000)
		}
		
	}
}

