function writeSWF() { var interfaceURL = "http://yourroofhealth.com/ss/interface.aspx"; var settingsPath = "http://yourroofhealth.com/ss/DanWorstell/settings.xml"; var codesXmlPath = "http://yourroofhealth.com/ss/codes.xml"; var bannerPath = "http://yourroofhealth.com/ss/bannerEmbed/banner.jpg"; var customFlag = "&pyramid=true&"; var winParams = "location=no,menubar=no,resizable=no,width=780,height=550"; var targetURL = interfaceURL +"?settingspath="+settingsPath +"&codesxmlpath=" + codesXmlPath + "&local=true"; // uncomment this for live version: var targetURL = interfaceURL +"?settingspath="+settingsPath +"&codesxmlpath=" + codesXmlPath + "&" + customFlag; document.write(''); } writeSWF();