var licznik;
window.addEvent('load',function(){
PNGFix();
$('reklamy-inner').setStyle('height',$('reklamy').getSize().y);
$('reklama-gorna').setStyle('display','block');
});
window.addEvent('domready',function(){
if(Browser.Plugins.Flash.version>=9)
$('content-inner').setStyle('color','#fff');
var options ={
text : $('tester').get('text')+' Firefox Internet Explorer',
url : '#',
img_folder : './img/'
};
if($('intro')&&((Browser.Engine.gecko&&Browser.Engine.version<19)||(Browser.Engine.trident&&Browser.Engine.version==4))){
new OldBrowserNotifier(options);
}
if(Browser.Plugins.Flash.version>=9){
var bodysize=$(document.body).getSize();
$('tmp').setStyle('height',bodysize.y+40);
bodysize=$(document.body).getSize();
$('tmp').setStyles({'display':'none','height':20});
//$('reklamy').setStyle('height',200);
if($('reklama-gorna')){
var h=$('reklamy').getSize().y;
if(h>=200){
var pad=(h*0.1).toInt();
$('reklama-gorna').setStyles({'height':h-2*pad,'padding-top':pad,'padding-bottom':pad});
//$('reklama-gorna').getFirst().setProperties({'width':'80%','height':'80%'});
}
else{
$('reklama-gorna').setStyle('height',h);
}
}
if($('fullscreen')){
$('fullscreen').addEvent('click',function(e){
var ev=new Event(e).stop();
window.open(this.href,"","fullscreen=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");
});
}
if($('intro')){
Cookie.write('intro','1',0);
var sizey=$(document.body).getSize().y;
// $(document.body).setStyle('overflow-y','hidden');
}
var maxwidth=bodysize.x;
var maxheight=bodysize.y-100;
var gh,gw,pad,navpad;
var fr=1000/520;
var ar=maxwidth/maxheight;
if(fr>ar){
maxwidth=bodysize.x;
ar=maxwidth/maxheight;
}
var sciezka='/swf/child_'+$('lang').get('text')+'.swf';
if(fr<=ar){
gh=maxheight;
gw=maxheight*fr;
if(gw*$('skala_flash').get('text').toFloat()<=maxwidth){
gw*=$('skala_flash').get('text').toFloat();
}
else
gw=maxwidth;
gw=Math.floor(gw)-1;
if($('reklama-gorna')){
if(gw-910>0)
$('reklama-gorna').setStyle('width',gw-910);
else
$('reklama-gorna').setStyle('width',0);
}
else
$('reklamy-inner').setStyle('width',gw-160);
$('content').setStyle('width',maxwidth);
var ml=Math.max(0,Math.floor((maxwidth-gw)/2));
$('content-inner').setStyles({'width':gw,'height':gh,'left':ml});
if($('content-overlay')){
$('content-overlay').setStyles({'width':$(document.body).getSize().x,'height':gh+100});
// $(document.body).setStyle('overflow','hidden');
if($('content-big')) $('content-big').destroy();
// $('content-overlay-inner').setStyles({'width':gw,'height':gh+100,'left':ml});
var sizes=$('content-overlay').get('class').split('-');
if(sizes[0].toInt()>0)
$('content-overlay').getFirst().setStyles({'left':($(document.body).getSize().x-sizes[0])/2,'top':215-(sizes[1]/2)});
else
$('content-overlay').getFirst().setStyles({'width':'100%','top':15,'height':$(document.body).getSize().y-193});
if(!$('nielicz')) licznik=odliczaj.periodical(100);
}
$('content-games').setStyles({'top':gh,'width':gw-22,'left':ml,'display':'block'});
$('reklamy').setStyles({'width':gw,'left':ml});
if(Browser.Engine.trident&&Browser.Engine.version==4){
var gra=new Swiff(sciezka,{id:'gra',width:gw,height:gh,container:$('content-inner'),params:{'wMode':'opaque','salign':'T','autoplay':'true','AllowScriptAccess':'always'},properties:{'salign':'T','scale':'exactfit','bgcolor':'#d4d4d4','autoplay':'true','AllowScriptAccess':'always','FlashVars':'menu='+$('menu').get('text')+'&katalog='+$('katalog').get('text')+'&gra='+$('gra').get('text')},vars:{'katalog':$('katalog').get('text'),'menu':$('menu').get('text'),'gra':$('gra').get('text')}});
}
else{
var gra=new Swiff(sciezka,{id:'gra',width:'100%',height:'100%',container:$('content-inner'),params:{'wMode':'opaque','salign':'T','autoplay':'true','AllowScriptAccess':'always'},properties:{'salign':'T','scale':'exactfit','bgcolor':'#d4d4d4','autoplay':'true','AllowScriptAccess':'always','FlashVars':'menu='+$('menu').get('text')+'&katalog='+$('katalog').get('text')+'&gra='+$('katalog').get('text')},vars:{'katalog':$('katalog').get('text'),'menu':$('menu').get('text'),'gra':$('gra').get('text')}});
}
}else{
gw=maxwidth;
gh=maxheight;
$('content').setStyle('width',maxwidth);
if($('reklama-gorna')){
if(gw-910>0)
$('reklama-gorna').setStyle('width',gw-910);
else
$('reklama-gorna').setStyle('width',0);
}
else
$('reklamy-inner').setStyle('width',gw-160);
$('reklamy').setStyles({'width':gw,'left':ml});
$('content-inner').setStyles({'width':gw,'height':gh,'left':0});
if($('content-overlay')){
$('content-overlay').setStyles({'width':$(document.body).getSize().x,'height':gh+100,'left':0});
// $(document.body).setStyle('overflow','hidden');
if($('content-big')) $('content-big').destroy();
// $('content-overlay-inner').setStyles({'width':gw,'height':gh+100,'left':0});
var sizes=$('content-overlay').get('class').split('-');
if(sizes[0].toInt()>0)
$('content-overlay').getFirst().setStyles({'left':($(document.body).getSize().x-sizes[0])/2,'top':215-(sizes[1]/2)});
else
$('content-overlay').getFirst().setStyles({'width':'100%','top':15,'height':$(document.body).getSize().y-193});
if(!$('nielicz')) licznik=odliczaj.periodical(100);
}
$('content-games').setStyles({'top':gh,'width':'100%','display':'block'});
if(Browser.Engine.trident&&Browser.Engine.version==4)
var gra=new Swiff(sciezka,{id:'gra',width:gw,height:gh,container:$('content-inner'),params:{'wMode':'opaque','salign':'T','autoplay':'true','AllowScriptAccess':'always'},properties:{'salign':'T','scale':'exactfit','bgcolor':'#d4d4d4','autoplay':'true','AllowScriptAccess':'always','FlashVars':'NewButVisible=True&menu='+$('menu').get('text')+'&katalog='+$('katalog').get('text')+'&gra='+$('katalog').get('text')},vars:{'katalog':$('katalog').get('text'),'menu':$('menu').get('text'),'gra':$('gra').get('text')}});
else
var gra=new Swiff(sciezka,{id:'gra',width:'100%',height:'100%',container:$('content-inner'),params:{'wMode':'opaque','salign':'T','autoplay':'true','AllowScriptAccess':'always'},properties:{'salign':'T','scale':'exactfit','bgcolor':'#d4d4d4','autoplay':'true','AllowScriptAccess':'always','FlashVars':'NewButVisible=True&menu='+$('menu').get('text')+'&katalog='+$('katalog').get('text')+'&gra='+$('katalog').get('text')},vars:{'katalog':$('katalog').get('text'),'menu':$('menu').get('text'),'gra':$('gra').get('text')}});
}
}
if($('intro')){
$('content').setStyle('display','none');
/* $$('#intro span').each(function(el){
el.setStyles({'width':((0.457*sizey).toInt()),'height':sizey});
el.getElement('object').setProperties({'width':((0.457*sizey).toInt()),'height':sizey});
});
*/
var intro=new Swiff('/swf/intro.swf?v=1',{id:'introswf',width:'100%',height:'100%',container:$('intro'),params:{'wMmode':'transparent','scale':'noborder','salign':'T','autoplay':'true'},properties:{'salign':'T','scale':'noborder','bgcolor':'#d4d4d4','autoplay':'true'}});
}
if($('nawigacja')){
$('nawigacja').setStyle('width',gw-160);
skalujNawigacja(gw-160-94,gh-58);//Logo Buliba+Logo Fanklub
}
// var abuliba=$('fav').getElement('a.buliba');
// var path="http://www.buliba.pl/img/lewa_logo_"+$('lang').get('text')+".gif";
// var color="#ec961b";
/* var url="http://www.buliba.pl";
var title=$('fav_tekst').get('text');
abuliba.addEvent('click',function(){
if(!this.retrieve('favorites')){
window.location.href="http://www.buliba.pl";
}
else{
if(window.sidebar){
window.sidebar.addPanel(title,url,"");
}else if(window.external){
window.external.AddFavorite(url,title);
}
else if(window.opera&&window.print){
return true;
}
}
});
*/
// img.setProperties({'src':path,'width':160,'height':60,'alt':$('fav').getFirst().get('alt')});
// $('fav').empty().setStyles({'background-color':color});
// img.inject($('fav'),'inside');
// $('fav').setStyles({'background-color':color});
// if(Browser.Engine.trident||Browser.Engine.gecko){
// img.setStyle('cursor','pointer');
zmienLogo.periodical(5000);
// }
$$('.stats').each(function(el){
el.addEvent('click',function(){
var r=new Request({url:'http://www.buliba.pl/stat.php'});
r.send({
method:'post',
data:'id='+el.get('title')
})
});
});
$$('div[lang="stats"]').each(function(el){
el.addEvent('click',function(){
var r=new Request({url:'http://www.buliba.pl/stat.php'});
r.send({
method:'post',
data:'id='+el.get('title')
})
});
});
$$('.blank').addEvent('click',function(e){
var e=new Event(e).stop();
window.open(this.href,'_blank');
return false;
});
$$('.wspolpraca').addEvent('click',function(e){
var e=new Event(e).stop();
pageTracker._trackPageview(this.get('name'));
window.open(this.get('href'),'_blank');
return false;
});
$('content-games').getElement('div.info9 a').addEvent('click',function(e){
var ev=new Event(e).stop();
var el=$('content-games').getElement('div.info10');
if(el.getStyle('display')=='none')
el.setStyle('display','block');
else
el.setStyle('display','none');
});
if($('content-overlay')){
var id=$('content-overlay').getFirst().get('class');
if(id!='')
Cookie.write('buliba_r_'+id,1, {duration: 1,path:'/'});
}
if($('nawigacja')){
$$('#nawigacja>div a').each(function(el){
el.addEvent('click',function(e){
var ev=new Event(e).stop();
var r=new Request.HTML({
url: el.href,
method: 'get',
evalScripts:true,
onSuccess: function(responseTree, responseElements, responseHTML, responseJavaScript){
$('nawigacja-gry').getElement('span').set('html',responseHTML);
var paths=new Array();
var preimgs=$$('#nawigacja-gry img.ikona');
preimgs.each(function(el,i){
el.setStyle('opacity',0);
paths[i]=el.src;
});
Asset.images(paths, {
onProgress: function(c,i){
preimgs[i].tween('opacity',1);
}
});
$$('#nawigacja-gry span a').each(function(el2){
el2.store('title',el2.get('title')).set('title','');
el2.addEvent('mouseenter',function(){
$('nawigacja-gry').getElement('b').set('text',el2.retrieve('title'));
el2.getElement('img.elipsa').set('src','http://www.buliba.pl/img/fanklub/fanklub_lista_gier_elipsa_niebieska.png');
});
el2.addEvent('mouseleave',function(){
$('nawigacja-gry').getElement('b').set('text','');
el2.getElement('img.elipsa').set('src','http://www.buliba.pl/img/fanklub/fanklub_lista_gier_elipsa_biala.png');
});
});
skalujNawigacja(($('content-inner').getSize().x)-160-94,($('content-inner').getSize().y)-58);//Logo Buliba+Logo Fanklub
},
onFailure: $empty,
onException: $empty
}).send();
$('nawigacja-gry').tween('height',$('content-inner').getSize().y).store('expand',true);
});
});
$('nawigacja-gry').getElement('i').addEvent('click',function(){
$('nawigacja-gry').tween('height',0).store('expand',false);
});
}
$('reklamy-inner').setStyle('height',$('reklamy').getSize().y);
if($('reklamy-inner')){
var h=$('reklamy-inner').getSize().y;
if(h>=150)
$('fav').getElement('iframe').setStyle('top',(h/4+20).toInt());
}
});
window.addEvent('resize',function(){
if($('gra')){
var bodysize=$(document.body).getSize();
$('tmp').setStyles({'display':'block','height':bodysize.y+20});
bodysize=$(document.body).getSize();
$('tmp').setStyles({'display':'none','height':20});
var maxwidth=bodysize.x;
var maxheight=bodysize.y-100;
var gh,gw,pad,navpad;
var fr=1000/520;
var ar=maxwidth/maxheight;
if(fr>ar){
maxwidth=bodysize.x;
ar=maxwidth/maxheight;
}
if(fr<=ar){
gh=maxheight;
gw=Math.floor(maxheight*fr);
if(gw*$('skala_flash').get('text').toFloat()<=maxwidth){
gw*=$('skala_flash').get('text').toFloat();
}
else
gw=maxwidth;
gw=Math.floor(gw)-1;
if($('reklama-gorna')){
if(gw-910>0)
$('reklama-gorna').setStyle('width',gw-910);
else
$('reklama-gorna').setStyle('width',0);
}
else
$('reklamy-inner').setStyle('width',gw-160);
$('content').setStyle('width',maxwidth);
var ml=Math.max(0,Math.floor((maxwidth-gw)/2));
$('content-inner').setStyles({'width':gw,'height':gh,'left':ml});
if($('content-overlay')){
$('content-overlay').setStyles({'width':gw,'height':gh+100,'left':ml});
// $(document.body).setStyle('overflow','hidden');
// $('content-overlay-inner').setStyles({'width':gw,'height':gh+100,'left':ml});
var sizes=$('content-overlay').get('class').split('-');
if(sizes[0].toInt()>0)
$('content-overlay').getFirst().setStyles({'left':(gw-sizes[0])/2,'top':215-(sizes[1]/2)});
else
$('content-overlay').getFirst().setStyles({'width':'100%','top':15,'height':$(document.body).getSize().y-193});
}
$('content-games').setStyles({'top':gh,'width':gw-22,'left':ml});
$('reklamy').setStyles({'width':gw,'left':ml});
}else{
gw=maxwidth;
gh=maxheight;
if($('reklama-gorna')){
if(gw-910>0)
$('reklama-gorna').setStyle('width',gw-910);
else
$('reklama-gorna').setStyle('width',0);
}
else
$('reklamy-inner').setStyle('width',gw-160);
$('content').setStyle('width',maxwidth);
$('content-inner').setStyles({'width':gw,'height':gh,'left':0});
if($('content-overlay')){
// $(document.body).setStyle('overflow','hidden');
$('content-overlay').setStyles({'width':gw,'height':gh+100,'left':0});
// $('content-overlay-inner').setStyles({'width':gw,'height':gh+100,'left':0});
var sizes=$('content-overlay').get('class').split('-');
if(sizes[0].toInt()>0)
$('content-overlay').getFirst().setStyles({'left':(gw-sizes[0])/2,'top':215-(sizes[1]/2)});
else
$('content-overlay').getFirst().setStyles({'width':'100%','top':15,'height':$(document.body).getSize().y-193});
}
$('content-games').setStyles({'top':gh,'width':'100%'});
$('reklamy').setStyles({'width':gw,'left':ml});
}
}
if($('nawigacja')){
$('nawigacja').setStyle('width',gw-160);
skalujNawigacja(gw-160-94,gh-58);//Logo Buliba+Logo Fanklub
if($('nawigacja-gry').retrieve('expand'))
$('nawigacja-gry').setStyle('height',$('content-inner').getSize().y);
}
});
function clickDrogowskaz(){
pageTracker._trackPageview('/zwierzaki_z_farmy_danonki_link_on_webpage');
}
function zmienLogo(){
var path="http://www.buliba.pl/img/gora_logo_"+($('lang').get('text'))+".gif";
var r;
r=$time()%2;
if(r==0){
path="http://www.buliba.pl/img/buliba_podzial.gif";
// $('fav').getElement('a.buliba').store('favorites',true);
}
else{
//$('fav').getElement('a.buliba').store('favorites',false);
}
$('fav').getElement('a.buliba').setStyle('background-image','url('+path+')');
}
function odliczaj(){
var count=$('content-overlay').getElement('p>b i').get('text')
if(count=='')
count=0;
else
count=count.toFloat();
var limit=10;
if($('r4czas')){
limit=$('r4czas').get('text').toInt();
if(limit==0)
limit=10;
}
interval=100/(limit*10);
count+=interval;
if(count>100){
$('content-overlay').destroy();
// $(document.body).setStyle('overflow','auto');
// $('content-overlay-inner').destroy();
$clear(licznik);
}
else{
$('content-overlay').getElement('p>b span').set('text',count.toInt()+'%');
$('content-overlay').getElement('p>b i').set('text',count);
}
}
function skalujNawigacja(w,h){
if(w<745){
var bwidth=(w/4).toInt()-6;
var ratio=bwidth/180;
$('nawigacja').store('rescaled',true);
$$('#nawigacja>div a img').each(function(el){
if(!el.retrieve('width'))
el.store('width',el.getSize().x).store('height',el.getSize().y);
el.setStyles({'width':(el.retrieve('width')*ratio).toInt(),'height':(el.retrieve('height')*ratio).toInt()});
el.getParent().setStyles({'font-size':(13*ratio).toInt()+'px','width':bwidth});
});
}
else{
if($('nawigacja').retrieve('rescaled')){
$$('#nawigacja>div a img').each(function(el){
el.setStyles({'width':el.retrieve('width'),'height':el.retrieve('height')});
el.getParent().setStyles({'font-size':'13px','width':180});
});
}
}
var wierszy=$$('#nawigacja-gry span br').length+1;
var ratio=h/(wierszy*106);
$$('#nawigacja-gry img').each(function(el){
if(!el.retrieve('width'))
el.store('width',el.getSize().x).store('height',el.getSize().y);
});
if(h