function run_show( show_url ) {	if (window.screen) {				w = screen.availWidth;		h = screen.availHeight - 45;	} else {		w = 640;		h = 480;	}	pad = window.open( show_url, 'show', 'resizable,status,width=' + w + ',height=' + h + ',screenX=0,left=0,screenY=0,top=0');	if (window.focus) { pad.focus() }}function write_footer() {  	document.write('<p></p><p class="footer" align="center"><strong>' + document.title + '</strong><br>');	document.write('<a href="http://dommy.com/">dommy media</a><br>');	document.write('<strong>Wanna howl at my so-called master?</strong><br> reach us by <strong><a href="/bark.html">barking and howling</a></strong><br>');	document.write('we lift our leg on <a href="/oneweekofspam.html">spammers</a></p>');	document.write('<p class="footer" align="center"><strong>when was I last changed:<br></strong>' + document.lastModified + '<br>');	document.write('<strong>where in the web am i:<br></strong>' + document.location.href + '</p>');	}