function showClickability() { var docdomain = document.domain; var testd = new RegExp("test"); var prodd = new RegExp("www"); if (docdomain.match(testd)) { docdomain = docdomain.substring(5); } if (docdomain.match(prodd)) { docdomain = docdomain.substring(4); } //if (docdomain == "daytondailynews.com") { // alert (docdomain); // document.write('
Tools
'); // document.write('
'); // document.write(''); // document.write(''); // document.write('
'); //} if ((docdomain == "ajc.com") || (docdomain == "accessatlanta.com")) { //alert(docdomain + " is domain"); //document.write('include'); //document.write(''); document.write('
'); document.write(' E-mail this'); document.write(' Print this'); document.write(' Most popular'); document.write('
'); document.write(''); } } showClickability()