var host = location.host;

var hosturl = 'http://' + host;

host = host.replace(/www./, "");

firstchar = host.substr( 0, 1);
host = host.substr(1, host.length -1);
host = firstchar.toUpperCase() + host;

// find :
hostname = document.title;
pos = hostname.indexOf( ":");
if ( pos > -1)
{
  hostname = hostname.substr( 0, pos);
}

document.write( '<h2>Whois Lookup</h2><div class="link-note"><p><a href="' + hosturl + '">' + hostname + '</a> is a semi-automated blog with aggregated news and comments. All quotations come with full attribution to their authors. Posted using <a href="http://www.technorati.com">Technorati</a><!--, <a href="http://www.alexa.com">Alexa</a>--> and <a href="http://www.google.com">Google</a> sources. Thumbnail previews come from <a href="http://www.thumbshots.org">Thumbshots.org</a>.<br/>&nbsp;&nbsp;This work is published by Peter Grossmann, founder of the <a href="http://www.ecogeos.com/">EcoGEOS.com</a> investment group.</p><p>A note to potential buyers: &nbsp;&nbsp;I&nbsp;am further developing this site, but I might be willing to sell. To contact me please leave your message: E-Mail to <i>acado.com(at)gmail.com</i></p></div>');
