cooNmMultiPoll = 'multiPoll';
cooNmTopLayer = 'topLayer';
sitePrefix = 'of_';

promoSearch = '\
<xmlAdvList>\
  <promoSearch text="\'\'Mała Wielka Miłość\'\' - Telekomunikacja Polska zaprasza do kin!" link="http://www.neostrada.pl/tpsa/run?n=mala_wielka_milosc" allowedUrlRE="/n=/" target="main" dateStart="2008-03-01T00:00:00" dateEnd="2008-03-08T23:40:00" />\
</xmlAdvList>';

//var bsTopLayer = [
//'/binaries/wstazka_czarna.swf|55|75|c150|3'
//];

enableProfile = true;

//if(currentDate < '2008-01-26T19:00:00')
//  addOnLoad('setToplayerMourning');
//addOnLoad('addPromoSearch');
addOnLoad('initWordSearch');
addOnLoad('cleanEmptyImages');
addOnLoad('highlightMainMenu');
//addOnLoad('initTabs');
//addOnLoad('initPoll');
addOnLoad('processStreamLinks');
//addOnLoad('initScroller');
//addOnLoad('insertInlineAdv');
/*
if(Math.random() > 0.31) {
  setTimeout('if(document.getElementById("flash_player_of") && !document.getElementById("flash_player_of").style.visibility) document.getElementById("flash_player_of").style.visibility = "hidden";', 100);
  addOnLoad('insertSlideshow');
}
*/
//addOnLoad('xmassTree');


//wrzucenie slideshow zamiast playera
function insertSlideshow() {
  var s = '/pic/91/mnw_slideshow_480x360.swf';
  var o = document.getElementById('flash_player_of');
  if(o) {
    o.style.visibility = 'visible';
    o.innerHTML = '';
    var so = new SWFObject(s, 'flash_player_of', '480', '360', '9.0.0', '#ffffff');
    so.addParam('quality', 'high');
    so.addParam('wmode', 'transparent');
    so.addParam('allowFullScreen', 'true');
    so.write('flash_player_of');
  }
}

//motyw świąteczny
function xmassTree() {
  var p = getObjectPositionById('pageHeader');
  var o = document.getElementById('pageHeader');
  var o0 = document.createElement('div');
  o0.style.background = 'url(/pic/98/of_lay_0.gif)';
  o0.style.width = '117px';
  o0.style.height = '85px';
  o0.style.position = 'absolute';
  o0.style.left = (p.x + 553) + 'px';
  o0.style.top = p.y + 'px';
  document.body.appendChild(o0);
  var o1 = document.createElement('div');
  o1.style.background = 'url(/pic/98/of_lay_1.gif)';
  o1.style.width = '300px';
  o1.style.height = '126px';
  o1.style.position = 'absolute';
  o1.style.left = (p.x + 670) + 'px';
  o1.style.top = p.y + 'px';
  document.body.appendChild(o1);
}

//inicjacja wyszukiwania po słowie
function initWordSearch() {
  var req = extractReqParams(window.location.href);
  if(req && req.p1 && req.n == (sitePrefix + 'szukaj')) {
    try {
      document.forms['formSearcherMain'].elements['p1'].value = utf8UrlDecode(req.p1);
    } catch(ex) {}
  }
  updateWordSearch(document.forms["formSearcherMain"], 'p1', true);
}
