var domain = location.href; domain = domain.substr(domain.indexOf('://')+3); domain = domain.substr(0,domain.indexOf('/')); var title = encodeURIComponent(document.title); var url = encodeURIComponent(location.href); if (title == "") title = url; document.write("                 ");