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=Ring+of+Fame+Inductee+Mitchell+Never+Backed+Down&as=54110&tzAbbr=EST&pSize=&dName=&loginAtBottom='; if (verifyDomain()){ aObj = new JSONscriptRequest(request); aObj.buildScriptTag(); aObj.addScriptTag(); }