function verifyDomain() { //place holder in case you need to check domain hosting js return true; } var request = 'http://clientapps.kickapps.com/redskins/widgets/comments/cnr_100plus.php?id=' + encodeURIComponent(window.location.href) + '&d=&n=News+%26+Notes%3A+Wynn+Re-signs%2C+Pakulak+Released&as=54110&tzAbbr=EST&pSize=&dName=&loginAtBottom='; if (verifyDomain()){ aObj = new JSONscriptRequest(request); aObj.buildScriptTag(); aObj.addScriptTag(); }