

// IE6 image flicker fix
try {
 document.execCommand("BackgroundImageCache", false, true);
} catch(err) {
}
// init on DOM ready
$(function(){
    $("#col220 .naSkroty ul a:first").addClass("first");

    $("#col180 .menu a:first").addClass("first");

    $("#col560 .boxC div.item:last").addClass("last");

    $(".daneAdresowe a").addClass("more");

    $("#miniSitemap .fixed .col:last").find("ul").addClass("last");

});


   