$(document).ready( function() {
  DD_roundies.addRule('#header #searchFormWrapper', '0 0 3px 3px', true);
  Cufon.replace('#content form label, #sidebar li a, a.cufon, .cufon');
  if(1/*@cc_on&&@_jscript_version>5.7@*/ ){
    /*Cufon.replace('#gallery li');*/
  }
  var stripes = $('#gallery li');
  if(stripes.length > 1 && stripes.eq(0).css('background-color') == stripes.eq(1).css('background-color') ){
    stripes.filter(':nth-child(2n)').addClass('odd');
  }
  $('#kalendarz').prepend('<div id="swf"><object width="380" height="330"><param name="movie" value="media/swf/kalendarz.swf" /><param name="wmode" value="transparent" /><embed src="media/swf/kalendarz.swf" type="application/x-shockwave-flash" width="330" height="330" wmode="transparent"></embed></object></div>');

  $('#zwyciezcy li:nth-child(2n)').css({'background':'#6e94be'})

});