function ChangeDiv(id, txt) {
document.getElementById(id).innerHTML = txt;
}

function Login(form) {
var username = form.username.value;
var password = form.password.value;
var wmail = 'http://' + username + ':' + password + '@' + 'dorino.net:2095';
window.location = wmail;
}

var home = '' + 
'&nbsp;&nbsp;&nbsp;<b>my website</b> - informative header goes here!<br><br>' + 
'you&#39;ve stumbled upon my website. it might appear bland, but in reality, it is.<br>' + 
'whether you arrived here on purpose or accidentally, please look around. enjoy your stay, and try not to knock anything over. very fragile, all of it.<br><br>' + 
'if you know what you&#39;re doing, do it. that&#39;s all there is to it.<br><br><br>' + 
'<p align=right>-dorino, website greeter</p>';

var info = '' + 
'&nbsp;&nbsp;&nbsp;<b>dorino.nfo</b> - all you need to know/get to know about me.<br><br>' + 
'i&#39;m an admittedly socially awkward individual of an age irrelevant. i appreciate free things, mostly. i play many computer games and enjoy things one can do indoors.<br>' + 
'you don&#39;t *get* to know very much about me, in case you were wondering.<br><br>' + 
'i&#39;ll let you in on a secret, though! ... just kidding.<br><br><br>' + 
'<p align=right>-dorino, liarliar pantsonfire</p>';

var mail = '' + 
'&nbsp;&nbsp;&nbsp;<b>mail me!</b> - i like communicating w/o face to face interaction!<br><br>' + 
'if you wish to contact me about business, personal stuff, or anything that isn&#39;t spam, you should. don&#39;t hesitate, either. unless you need to, for some reason.<br>' + 
'spammers should go die. i know that&#39;s clich&#233; and all, but it&#39;s called for, right?<br><br>' + 
'you can reach me at: <a href="mailto:misc@dorino.net">misc@dorino.net</a><br><br><br>' + 
'<p align=right>-dorino, socially deprived</p>';

var why = '' + 
'&nbsp;&nbsp;&nbsp;<b>why not?</b> - the purpose of this site varies.<br><br>' + 
'for one, the site serves as a showcase of my web design work for future clients.<br>' + 
'for two, it functions as a portal for me, enabling me easy access to my most used websites and my email.<br><br>' + 
"for three, it&#39;s fun to have a little home on the internet.<br><br><br>" + 
'<p align=right>-dorino, web philosopher</p>' +
'<p><a href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.dorino.net%2Fstyle.css&' +
'amp;profile=css3&amp;usermedium=all&amp;warning=1&amp;vextwarning=true&amp;lang=en"><img style="border:0;width:88px;height:31px" ' +
'src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a>' +
'&nbsp;<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401" ' +
'alt="Valid HTML 4.01 Transitional" height="31" width="88"></a></p>';

var webmail = '' + 
'<b>dorino.net</b> webmail<br><br>' + 
'<form name=login><center><table>' + 
'<tr><td>email</td><td><input type=text name=username size=20 value="asdf@dorino.net"></td></tr>' + 
'<tr><td>pass</td><td><input type=password name=password value="password" size=20></td></tr></table></center>' + 
'<p align=right><a href="#" onClick="Login(login)">login to webmail</a></p></form>';

var link = '' + 
'<b>friends</b> <a href="http://chirno.dorino.net/">chirno</a> <a href="http://mcjimmy.dorino.net">mc jimmy</a>' +
'  <a href="http://rsg.dorino.net">rsg</a>' +
' <br>' + 
'<b>misc</b> <a href="http://dorino.net:2082">cpanel</a> <a href="http://twitter.com/dorino">twitter</a>' + 
' <a href="http://mail.google.com">gmail</a><br>' + 
'<br><br><br><br><p align=right><s>frequently</s> updated</p>';
