//<script language="JavaScript">
<!-- Begin

function stalk() {

text = '<html>';
text += '<head>';
text += '<title>Stalking</title>';
text += '<link rel="stylesheet" type="text/css" href="http://www.gebesse.com.au/gebesse.css">';
text += '</head>';
text += '<body>';
text += '<p><i>This piece of anonymous hate mail is an excellent example of what ';
text += '&quot\;stalking&quot\; means</i></p>';
text += '<p>Date: 4 Sep 2002 22:14:11 -0000<br>';
text += 'To: peterb@gebesse.com.au<br>';
text += 'From: dev-null@no-id.com<br>';
text += 'Subject: what a fucking laugh?</p>';
text += '<p>I attended your riduclous talk last night and discovered in person what a ';
text += 'complete and utter fucking dimwit you are. I also tape recorded your bullshit ';
text += 'and couriered off to those who really care.</p>';
text += '<p>You crossed the line last night into criminal law: criminal libel and ';
text += 'criminal harassment, while boasting fraud and forgery.</p>';
text += '<p>The best of luck is not going to help you out of this one.</p>';
text += '<form>';
text += '<p class="center"><input type="button" value="Close Window" onclick="window.close()"></p>';
text += '</form>';
text += '</body>';
text += '</html>';

newWindow = window.open('','newWin','width=400,height=400');
newWindow.document.write(text);
}
//  End -->
//</script>


