<!--
	// last modified script by Bernhard Friedrich; should work in all browsers
	// modified to display date in day month, year format by Webmaster
	var a;
	var now = new Date();
	var yrnow = now.getYear();
	a=new Date(document.lastModified);
	lm_year=a.getYear();
	if (lm_year<1000){ 				//just in case date is delivered with 4 digits
		if (lm_year<70){
		lm_year=2000+lm_year;
		}
		else lm_year=1900+lm_year;
	}								//end workaround
	lm_month=a.getMonth()+1;
	if (lm_month<10){
		lm_month='0'+lm_month;
	}
	lm_day=a.getDate();
	if (lm_day<10){
		lm_day='0'+lm_day;
	}
	monthName = new Array(12)
	monthName[0] = 'January'
	monthName[1] = 'February'
	monthName[2] = 'March'
	monthName[3] = 'April'
	monthName[4] = 'May'
	monthName[5] = 'June'
	monthName[6] = 'July'
	monthName[7] = 'August'
	monthName[8] = 'September'
	monthName[9] = 'October'
	monthName[10] = 'November'
	monthName[11] = 'December'
	// -->
document.write('<p>');
document.write("Copyright &copy; 1997-" + yrnow + " Direct IT");
document.write('</p>');
document.write('<p>All Rights Reserved. No part of this document may be reproduced without </p>');
document.write('<p>the written consent of Direct IT.</p>');
document.write('<p>This Web publication is a work-in-progress.</p>');
document.write("Last Modified: " + lm_day+' '+monthName[lm_month-1]+', '+lm_year + " by Webmaster");
document.write("<p></p>")
document.write("You have been visiting " + document.location);
document.write('<p>Thank you for stopping by.</p>');
document.write('<p></p>');
document.write('<table border="1" cellspacing="5" cellpadding="5" style="background-color: #FFD700;"><TR><td><a href="http://www.uk-now.co.uk/cgi-bin/Top100/in.cgi?id=nakati" target="_blank">UK Now</a></td><td><a href="http://www.spidercrab.net"><img src="http://www.salebazaar.com/directit/images/banner2.gif" width="110" height="40" border="0"></a></td><TD><FORM NAME="frmSearch" METHOD="GET" ACTION="http://www.mirago.co.uk/scripts/qhandler.asp" TARGET="_blank"><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0"><TR align="center"><TH BGCOLOR="#394994"><FONT COLOR="#FFFFFF" FACE="helvetica" SIZE="1">Search the web for</FONT><BR><INPUT TYPE="text" NAME="txtSearch" SIZE="12"><BR><INPUT TYPE="hidden" NAME="chkDetails" VALUE="on"><INPUT TYPE="hidden" NAME="chkOnePerSite" VALUE="on"><INPUT TYPE="hidden" NAME="txtAssociate" VALUE="0"><INPUT TYPE="image" SRC="http://www.mirago.co.uk/images/bluetail.gif" WIDTH="36" HEIGHT="22" NAME="cmdSubmit" ALT="Click here to search the web" BORDER="0"></TH></TR></TABLE></FORM></TD><td width="100" align="center" class="xlargepurple"><a href="http://www.salebazaar.com/directit/aaa-it-direct/index.htm">Index</A></td><TD><a href="http://www.addme.com" target="_blank"><img width="88" height="31" src="http://www.addme.com/link8.gif" alt="Add Me!" border="0"></a></TD><TD><a href="http://www.great-british-pages.co.uk"> UK </a> <i><a href="http://www.great-british-pages.co.uk">Pages</a> </i><br><Small>Web Directory</small></TD><td><a href="http://www.niceone.com">NiceOne</a></td></TR></TABLE>');
document.write('<TABLE><TR></TR><tr align="center"><td style="background-color: white;"></td></tr></TABLE>');

