function getElementsByClassName(node,classname){if(node.getElementsByClassName){return node.getElementsByClassName(classname);}else{return(function getElementsByClass(searchClass,node){if(node==null)node=document; var classElements = [], els = node.getElementsByTagName("*"), elsLen = els.length, pattern = new RegExp("(^|\\s)"+searchClass+"(\\s|$)"), i, j; for (i = 0, j = 0; i < elsLen; i++) { if ( pattern.test(els[i].className) ) { classElements[j] = els[i]; j++; } } return classElements; })(classname, node);}} function processAnchors(prefix, hashTmp) { var anchors = getElementsByClassName(document, prefix + '-' + hashTmp); if (anchors && anchors.length > 0) { var a0 = 0; for (var ii = 0; ii < anchors.length; ii++) { var a = anchors[ii]; if (a.href && a.href.indexOf('an=') < 0) { a.href = a.href + '&an=' + a0; a0 = a0 + 1; } } } } function addClassCreationPool(id, cssClassNew) { var divPool = document.getElementById(id); if (divPool) { if (divPool.className.indexOf(cssClassNew) < 0) { divPool.className += ' ' + cssClassNew; } } } function addStyle(styleText, idStyle) { var createStyle = true; if (idStyle) { var styleExist = document.getElementById(idStyle); if (styleExist) { createStyle = false; } } if (createStyle && styleText) { var cssstyle = document.createElement("style"); if (cssstyle) { if (idStyle) { cssstyle.setAttribute('id', idStyle); } cssstyle.setAttribute('type', 'text/css'); var styles = document.createTextNode(styleText); if (cssstyle.styleSheet) { cssstyle.styleSheet.cssText = styles.nodeValue; } else { cssstyle.appendChild(styles); } var head = document.getElementsByTagName('head')[0]; if (head) { head.appendChild(cssstyle); } } } } function ofeOnLoad() { } function addScript(scriptHref, idScript) { var createScript = true; if (idScript) { var scriptExist = document.getElementById(idScript); if (scriptExist) { createScript = false; } } if (createScript && scriptHref) { var script = document.createElement("script"); if (script) { if (idScript) { script.setAttribute('id', idScript); } script.setAttribute('type', 'text/javascript'); script.setAttribute('src', scriptHref); script.onload=ofeOnLoad; var head = document.getElementsByTagName('head')[0]; if (head) { head.appendChild(script); } } } } function includejQueryUI() { var script = document.createElement('script'); script.setAttribute('id', 'ofe-jquery-ui'); script.src = 'https://www.oferteo.pl/scripts/jquery/jquery-ui-1.10.3.custom.min.js'; document.getElementsByTagName('head')[0].appendChild(script); } function includejQuery(callback) { if(window.jQuery) { if (callback) { setTimeout(function() { callback(jQuery); }, 1000); } } else { var script = document.createElement('script'); script.onload = function() { jQuery.noConflict(); if (callback) { callback(jQuery); } }; script.setAttribute('id', 'ofe-jquery'); script.src = 'https://www.oferteo.pl/scripts/jquery/jquery-1.9.1.min.js'; document.getElementsByTagName('head')[0].appendChild(script); } } function creationframe(id, node, styleText, idStyle, idDiv, classDiv) { var content = '
REKLAMA

Firma budowlana - gdzie szukać?

Poniżej przedstawiamy ranking serwisu Oferteo.pl dotyczący 234 716 Firm Budowlanych, najlepszych w 2025 roku:

'; iframe = document.createElement('iframe'); iframe.setAttribute("frameborder","0"); iframe.setAttribute("scrolling","no"); iframe.setAttribute("allowTransparency","true"); iframe.setAttribute("width","664px"); iframe.setAttribute("height","350px"); src = 'data:text/html;charset=utf-8'; iframe.setAttribute("src", src ); //node.parentNode.insertBefore(iframe, node.nextSibling); node.appendChild(iframe); iframe.onload = function() { var y = (iframe.contentWindow || iframe.contentDocument); if (y.document)y = y.document; var createStyle = true; if (idStyle) { var styleExist = y.getElementById(idStyle); if (styleExist) { createStyle = false; } } if (createStyle) { if (styleText) { var cssstyle = document.createElement("style"); if (cssstyle) { if (idStyle) { cssstyle.setAttribute('id', idStyle); } cssstyle.setAttribute('type', 'text/css'); var styles = document.createTextNode(styleText); if (cssstyle.styleSheet) { cssstyle.styleSheet.cssText = styles.nodeValue; } else { cssstyle.appendChild(styles); } var iHead = y.getElementsByTagName('head')[0]; if (iHead) { iHead.appendChild(cssstyle); } } } } y.body.innerHTML = y.body.innerHTML = '
' + content + '
'; } } var hash1053 = ''; var _id1053 = ''; hash1053 = 'ofe-5546569-1053'; _id1053 = 'ofe-5546569-1053'; var elements1053 = getElementsByClassName(document, hash1053); if (elements1053 == null || elements1053.length == 0) { hash1053 = '5546569-72772'; elements1053 = getElementsByClassName(document, hash1053); } if (elements1053 == null || elements1053.length == 0) { hash1053 = 'ofe-5546569-72772'; elements1053 = getElementsByClassName(document, hash1053); } if (elements1053 == null || elements1053.length == 0) { hash1053 = '72772'; elements1053 = getElementsByClassName(document, hash1053); } if (elements1053 == null || elements1053.length == 0) { hash1053 = '1053'; elements1053 = getElementsByClassName(document, hash1053); } if (elements1053 && elements1053.length > 0) { for (var i = 0; i < elements1053.length; i++) { var e1053 = elements1053[i]; var id1053 = 'ofe_' + i + '_' + hash1053; e1053.id = id1053; addStyle('body { margin: 0; } #ofe-5546569-72772 .ofeWidgetCities { background: #fff; text-align: left; font-family: "Lato", sans-serif; font-size: 16px; line-height: 1.8; }#ofe-5546569-72772 .ofeWidgetCities__heading { margin: 0 !important; font-family: "Rajdhani", sans-serif; font-size: 28px; font-weight: 700; line-height: 1.33; color: #444;}#ofe-5546569-72772 .ofeWidgetCities__container { display: flex;}#ofe-5546569-72772 .ofeWidgetCities__text { font-size: 16px; font-weight: 400; line-height: 1.66; color: #444; margin: 0.5em 0 0.5em;}#ofe-5546569-72772 .ofeWidgetCities__urlImg { display: block; margin-right: 1em; width: 100%; max-width: 160px;}#ofe-5546569-72772 img.ofeWidgetCities__img { margin-bottom: 0; margin-right: 0.6em; width: 160px; height: 210px; object-fit: cover;}.ofeWidgetCities__listContainer { width: 100%;}#ofe-5546569-72772 .ofeWidgetCities__list { width: 100%; margin: -3px 0 0.8em; padding: 0; list-style: none; display: grid; grid-auto-flow: column; grid-template-rows: repeat(6, 0fr); /* liczba wierszy w kolumnie, wpłynie na liczbę kolumn, 5 to 3 kolumny, 7 to 2 kolumny, 15 to 1 kolumna*/}#ofe-5546569-72772 .ofeWidgetCities__item { list-style: none; font-size: 17px; line-height: 1.5;}#ofe-5546569-72772 a.ofeWidgetCities__itemUrl { font-weight: 400; color: #000; text-decoration: none;}#ofe-5546569-72772 .ofeWidgetCities__city { padding-right: 0.1em; color: #008ad2; font-weight: 400; text-decoration: none; text-underline-offset: 2px;}#ofe-5546569-72772 .ofeWidgetCities__count, .ofeWidgetCities__raquo { font-weight: 700;}#ofe-5546569-72772 .ofeWidgetCities__itemUrl:hover .ofeWidgetCities__city { color: #000; text-decoration: underlines;}#ofe-5546569-72772 a.ofeWidgetCities__btn { display: block; background: #008ad2; padding: 8px 20px; font-family: "Rajdhani", sans-serif; color: #fff; text-align: center; font-size: 22px; font-weight: 700; line-height: 1.4; text-decoration: none;}@media (max-width: 620px) { #ofe-5546569-72772 .ofeWidgetCities__heading { font-size: 20px; font-weight: 600; } #ofe-5546569-72772 .ofeWidgetCities__text { margin: 0.4em 0 0.2em; } #ofe-5546569-72772 .ofeWidgetCities__container { display: block; } #ofe-5546569-72772 .ofeWidgetCities__urlImg { display: none; } #ofe-5546569-72772 .ofeWidgetCities__list { margin-top: -1px; } #ofe-5546569-72772 .ofeWidgetCities__item { font-size: 16px; } #ofe-5546569-72772 .ofeWidgetCities__count { font-size: 14px; } #ofe-5546569-72772 .a.ofeWidgetCities__btn { font-size: 20px; }}@media (max-width: 480px) { #ofe-5546569-72772 .ofeWidgetCities__list { grid-template-rows: repeat(4, 0fr); } #ofe-5546569-72772 .hideItemOnMobile { display: none; }}@media (max-width: 430px) { #ofe-5546569-72772 .ofeWidgetCities__count { display: none; }}', 's_ofe-5546569-72772'); addClassCreationPool(id1053, 'ofe-5546569-72772'); var creationDiv = document.getElementById(id1053); creationDiv.innerHTML = '
REKLAMA

Firma budowlana - gdzie szukać?

Poniżej przedstawiamy ranking serwisu Oferteo.pl dotyczący 234 716 Firm Budowlanych, najlepszych w 2025 roku:

'; } } processAnchors('a0', hash1053); processAnchors('a1', hash1053); processAnchors('a2', hash1053); processAnchors('a3', hash1053);