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=Portis%2C+Campbell+Among+Injured+Redskins&as=54110&tzAbbr=EST&pSize=&dName=&loginAtBottom='; if (verifyDomain()){ aObj = new JSONscriptRequest(request); aObj.buildScriptTag(); aObj.addScriptTag(); }