// a counter tracks how many highlights have been loaded per page... if(typeof(cbgHighlightcssLoaded) == 'undefined'){ cbgHighlightcssLoaded = 0; }; // Load the Highlight CSS from the CBG template folders. function setCSS(css) { try { // append stylesheet to alter document.getElementsByTagName("head")[0].appendChild(css); // increment counter for tracking how many highlights have loaded on the page cbgHighlightcssLoaded++; } catch (e) { setTimeout(function(){setCSS(css)}, 100); } } // create CSS element to set up the page var css = document.createElement("link"); css.setAttribute("href","http://brookings.chamberbusinessgateway.com/gw-templates/brookings/css/highlights.css"); css.setAttribute("rel","stylesheet"); css.setAttribute("type","text/css"); // attempt to add the css and then keep trying till we do // only apply CSS to header if tracker is on first iteration (0) if(cbgHighlightcssLoaded == 0){ setCSS(css); } css = null; document.write('
\r\n
\r\n South Coast Lumber & Pacific Wood Laminates\r\n \"Member\r\n

South Coast Lumber Co. & Affiliates is dedicated to meeting the diverse needs of our customers with a wide range of high-quality products backed up...

\r\n
\r\n
» Visit Gateway
\r\n
')