var myURL = document.location.href;myURL = myURL.substring(myURL.indexOf("az2nzau/") + 8);var myMod = new Date(document.lastModified); if ( Date.parse(myMod) > 0) {	mon = new Array("jan", "feb", "mar", "apr", "may", "jun", "jul", "aug", "sep", "oct", "nov", "dec");	myMod = mon[myMod.getMonth()] + " " + myMod.getDate() + ", " + (1900 + myMod.getYear()) ;} else {	myMod = "sometime after july 1, 2000";}function newImage(arg) {	if (document.images) {		rslt = new Image();		rslt.src = arg;		return rslt;	}}function changeImages() {	if (document.images && (preloadFlag == true)) {		for (var i=0; i < changeImages.arguments.length; i+=2) {			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];		}	}}function write_footer() {	document.write('<br><br><br><p align=center><center>');	document.write('<FONT FACE="verdana,arial,helvetica" SIZE=+4 color="#6666FF">. <strong>.</strong> .</font><br>');	document.write('<FONT FACE="verdana, arial,helvetica" SIZE=2><strong>' + document.title + '</strong><BR>');	document.write('<A HREF="http://dommy.com/"> alan levine / dommy media</a><br>');	document.write('<strong>Wanna howl at me?</strong><br> try try <strong><a href="http://dommy.com/bark.html">barking and howling</a></strong><br><br>');	document.write('<strong>last update:<br></strong>' + myMod + '<BR>');	document.write('<strong>where in the web:<br></strong> http://dommy.com/az2nzau/' + myURL + '<br></FONT>');	document.write('<FONT FACE="verdana,arial,helvetica" SIZE=+4 color="#6666FF">. <strong>.</strong> .</font></center></P>');}function goPage (newURL) {	if (newURL != "") {		if (newURL == "--" ) {//			resetMenu();		} else {			document.location.href = newURL;		}	}}function showphoto( pMode, pFile, caption) {	if (pMode == 'l') {		photoWin = open("","foto","width=540,height=440,status,scrollbars,resizable");	} else {		photoWin = open("","foto","width=440,height=500,status,scrollbars,resizable");	}	photoWin.document.write('<html><head><title>' + caption + '</title></head>');	photoWin.document.write('<body bgcolor="#000000" text="#CCCCCC">');	photoWin.document.write('<center>');	photoWin.document.write('<img src="' + pFile + '" vspace="6"><br>');	photoWin.document.write('<font size=+2 face=verdana><strong>' + caption + '</strong></font><br>');	photoWin.document.write('<font color=#999999 face=verdana size=2>.az 2 .nz & .au<br>photo &copy; 2000, alan levine</font></body></html>');	photoWin.document.close();			// If we are on NetScape, we can bring the window to the front	if (navigator.appName.substring(0,8) == "Netscape") photoWin.focus();}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();	}}
