/* antispam mail coding by Buxter */ function oec(inp) { var string = 'mai'; string += 'lto'; string += ':' + inp; string += decodeURIComponent('%' + '40') + 'resellersp'; string += 'anel' + '.' + 'com'; self.location.href = string; } function includeJS(jsPath) { var js = document.createElement("script"); js.setAttribute("type", "text/javascript"); js.setAttribute("src", jsPath); document.getElementsByTagName("head")[0].appendChild(js); }