
This is custom heading element
// Function that loads the css for the calculator function loadCss(fileName) { var oLink = document.createElement("link") oLink.href = fileName; oLink.rel = "stylesheet"; oLink.type = "text/css"; document.body.appendChild(oLink); }
//load CSS loadCss("/calculators/css/default.css"); loadCss("/calculators/css/blue_c.css");