/*** Script ----------------------------------------------- domain7.com file: /js/script.css firm: FH Canada date: 2009 ***/ /* Sandbox URL Rewrites - ae */ $(document).ready(function() { if (window.location.href.match(/fh\.domain7\.com|sandbox/)) { $("a").each(function() { this.href = this.href.replace(/(forms|checkout|system)\.netsuite\.com/, "$1.sandbox.netsuite.com"); this.href = this.href.replace(/http:\/\/www\.fhcanada\.org/, "http://fh.domain7.com"); }); $("iframe").each(function() { this.src = this.src.replace(/(forms|checkout|system)\.netsuite\.com/, "$1.sandbox.netsuite.com"); }); $("form").each(function() { this.action = this.action.replace(/(forms|checkout|system)\.netsuite\.com/, "$1.sandbox.netsuite.com"); }); } }); /* Suckerfish - main navigation dropdown ----------------------------------------------- */ sfHover = function() { try { var sfEls = document.getElementById("mainnav").getElementsByTagName("LI"); for (var i=0; i