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=Zorn+Seeks+Comfort+Level+As+Lewis+Assumes+Play+Calling&as=54110&tzAbbr=EST&pSize=&dName=&loginAtBottom='; if (verifyDomain()){ aObj = new JSONscriptRequest(request); aObj.buildScriptTag(); aObj.addScriptTag(); }