<!--
	// last modified script by Bernhard Friedrich; should work in all browsers
	// modified to display date in day month, year format by Nabil Sakati
	var a;
	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>Copyright © 1997-2007 Direct IT</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 Nabil Sakati"); 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>'); document.write(' 
<TBODY>
<TR>'); document.write(' 
<TD>'); document.write('
<FORM name=frmSearch action=http://www.mirago.co.uk/scripts/qhandler.asp method=get target=_top>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR align=middle>
<TH bgColor=#394994><FONT face=helvetica color=#ffffff size=1>Search the web for</FONT><BR><INPUT size=12 name=txtSearch><BR><INPUT type=hidden value=on name=chkDetails><INPUT type=hidden value=on name=chkOnePerSite><INPUT type=hidden value=0 name=txtAssociate><INPUT type=image height=22 alt="Click here to search the web" width=36 src="http://www.mirago.co.uk/images/bluetail.gif" border=0 name=cmdSubmit></TH></TR></TBODY></TABLE></FORM>'); document.write('</TD>'); document.write(' 
<TD class=xlargepurple align=middle width=200><A href="http://uk.geocities.com/nsakati/itdirect/index.htm">Index</A></TD>'); document.write(' 
<TD><A href="http://www.addme.com"><IMG alt="Add Me!" src="http://www.addme.com/link8.gif" border=0></A></TD>'); document.write(' 
<TD><A href="http://www.great-british-pages.co.uk/?<%URL%>"><IMG src="http://www.great-british-pages.co.uk/images/linklogo.gif" border=0></A></TD>'); document.write(' 
<TD><A href="http://www.niceone.com">NiceOne</A></TD>'); document.write('</TR>'); document.write(' 
<TR align=middle>'); document.write(' 
<TD colSpan=5><A href="http://www.ukvillages.co.uk/ukvillages.nsf/villages/chiswick-greater+london" target=_blank><IMG alt="" src="images/chiswick.jpg" border=0></A></TD>'); document.write('</TR>'); document.write('</TBODY></TABLE>'); 