function verifyDomain() { //place holder in case you need to check domain hosting js return true; } var request = 'http://clientapps.kickapps.com/ascd/widgets/comments/cnr_100plus.php?id=' + encodeURIComponent(window.location.href) + '&d=Description&n=Educational+Leadership%3ABuilding+Classroom+Relationships%3AThe+Key+to+Classroom+Management&as=127586&tzAbbr=EST&pSize=&dName=&loginAtBottom='; if (verifyDomain()){ aObj = new JSONscriptRequest(request); aObj.buildScriptTag(); aObj.addScriptTag(); }