var domain = document.location.href;
domain = domain.replace(/^http:\/\/(www\.)?/i, '');
domain = domain.replace(/\/.*$/, '');
var keywords = [];
var description = '';
function submitSite() {
var keyword = keywords[Math.floor(Math.random() * keywords.length)];
document.writeln('If you would like your site to be listed in our online directory, please follow the instructions below.\
\
- Please add a link to our site on your website with the following information:
\
' + keyword + ' - ' + description + '
\
URL: http://www.' + domain + '
\
Link Text: ' + keyword + '
\
Description: ' + description + '
\
OR you can copy any of the following HTML code below for you convenience.
\
\
- Contact Us with your site url, title, description, and where our link can be found and we will get back to you as soon as possible.\
');
}