function createSupportLink() {createSupportLink2("Support");} function createSupportLink2(linkText) { var a = "firstproductions"; var b = "isoengine"; var c = "."; var d = "mailto:"; var e = "com"; var f = "@"; if (linkText == null) linkText = b+f+a+c+e; document.write( ''+linkText+'');}