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=Lewis+to+Take+Over+Play-Calling+Duties&as=54110&tzAbbr=EST&pSize=&dName=&loginAtBottom='; if (verifyDomain()){ aObj = new JSONscriptRequest(request); aObj.buildScriptTag(); aObj.addScriptTag(); }