AnyBrowser=function(){
this.engine={gecko:false}
this.init=function(){
try{
this.engine.gecko=navigator.userAgent.indexOf("Gecko")>-1
}catch(e){}
}
this.init()
}
/*
function startBr(){
	var br=new BrRotator()
	br.addBaner("http://"+location.host+"/cms_id/prezentacje/","_top","flash",{width:125,height:125,file:"/modules/GroupBr/DomusPrezentacje.swf"})
	br.assign("reklama")
}
onLoadQueue.appendOnLoad(startBr)
*/
function startGadgetSlideshow(){
		var emb = new PluginEmbeder();
		emb.addAttribute("width","125");
		emb.addAttribute("height","125");
		emb.addAttribute("wmode","transparent");
		emb.addVariable("isHTML","true");
		var base="/modules/content/galeria/"
		var conf="-conf125x125,70_m.jpg"
		emb.addVariable("slideshowImages",base+"dwor_essow"+conf+"|"+base+"psary"+conf+"|"+base+"palac_w_chrcynnie"+conf+"|"+base+"palczew"+conf+"|"+base+"korzkiew"+conf+"|"+base+"kurozweki"+conf+"|"+base+"pilch"+conf+"|"+base+"mankowski"+conf+"|"+base+"tarnawa"+conf+"|"+base+"kompleks"+conf+"|"+base+"sucha"+conf);
		emb.addVariable("clickURL","http://"+location.host+"/cms_id/prezentacje/");
		emb.addAttribute("file","/modules/GadgetSlideshow/domus-125x125.swf");
		emb.assignToElement("reklama")
}
onLoadQueue.appendOnLoad(startGadgetSlideshow)