document.write('
xo - 2016-01-29 16:24
Posting disabled thanks to spammers
');
document.write('So Lonely - 2010-08-27 09:45
Its so lonely here 
');
document.write('w00t - 2006-11-29 16:20
hehe
');
document.write('tgrhrth - 2006-04-24 09:10
rthrthrthtrhrthrthrthrt
');
document.write('thtrfhrt - 2006-04-24 09:10
D
');
document.write('snakesevra - 2006-04-18 23:26
i had to try this 
');
document.write('test - 2006-03-27 05:30
test
');
document.write('don - 2006-02-08 17:21
a popup each time?
');
document.write('don - 2006-02-08 17:20
nice or naughty?
');
document.write('ric - 2005-08-27 11:01
hey i like it
');
document.write('');
document.write('');
document.write('Powered by Shout-Maru');
function checkClear(){
xurl=document.getElementById('url');
if(xurl.value=='http:// or email') xurl.value='';
}
function getCookie(x) {
c=document.cookie; n=c.indexOf(x);
if(n==-1) return false;
l=c.indexOf(';',n);
if (l==-1) l=c.length;
return unescape(c.substring(n+x.length+1,l))
}
function setCookie() {
s=document.getElementById('save');
user=document.getElementById('user');
url=document.getElementById('url');
if(s.value=="Clear") {
s.value='Save';
user.value='';
url.value='';
document.cookie='sxo_contact=; expires=Thu, 01-Jan-70 00:00:01 GMT; path=/';
return;
}
date=new Date();
date.setTime(date.getTime()+(999*24*60*60));
if(user.value||url.value) {
document.cookie='sxo_contact='+user.value+'~`~'+url.value+"; expires="+date.toGMTString()+"; path=/";
}
}
if (c=getCookie('sxo_contact')) {
w=c.split('~`~');
if(w[0]) document.getElementById('user').value=w[0];
if(w[1]) document.getElementById('url').value=w[1];
document.getElementById('save').value='Clear';
}