pageLastUpdated[1]='15 March 2006';

page[1]=
'This page shows the correct time for towns near the various bits of our family. ' +
'Well, it does if your computer\'s clock is right.<br><br>' +
'An alternative to this page is a natty little utility called ' +
'<a href="http://www.symmetricom.com/resources/downloads/symmtime/" target="_blank">SymmTime&#153;</a>. ' +
'You can set this up to show the correct time in any location and it can synchronize ' +
'your PC to a nearby atomic clock too.<br><br>' +
'Once this page is running on your PC it doesn\'t need to be connected ' +
'to the Internet for the clocks to keep going.<br><br>' +
'<form name="times">' +
'<table border="1">' +
	'<tr align="center">' +
		'<th>Nearest City</th><th>Current Time</th><th>Daylight&nbsp;Saving change&nbsp;dates</th>' +
	'</tr>' +
	'<tr><td><a href="http://www.timeanddate.com/worldclock/city.html?n=250" target="_blank" ' +
		'onmouseover=\'status="Click for more information about Toronto";return true;\'>Toronto, Canada' +
		'</a>' +
	'</td>' +
	'<td><input type="text" name="Toronto" size= "50" readonly ' +
			'style="text-align:right;border:0;background-image:URL(marbledGrey.jpg);">' +
	'</td>' +
	'<td align="right">' +
		'<table cellpadding="0" cellspacing="0" border="0">' +
			'<tr>' +
				'<td>Last:</td>' +
				'<td><input type="text" name="torontoLastStr" size= "4" readonly ' +
						'style="border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
				'<td><input type="text" name="torontoLastDST" size="45" readonly ' +
		 				'style="text-align:right;border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
			'</tr>' +
			'<tr>' +
				'<td>Next:</td>' +
				'<td><input type="text" name="torontoNextStr" size= "4" readonly ' +
						'style="border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
				'<td><input type="text" name="torontoNextDST" size="45" readonly ' +
						'style="text-align:right;border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
			'</tr>' +
			'<tr>' +
				'<td>Next:</td>' +
				'<td><input type="text" name="torontoNextNextStr" size= "4" readonly ' +
						'style="border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
				'<td><input type="text" name="torontoNextNextDST" size="45" readonly ' +
						'style="text-align:right;border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
			'</tr>' +
		'</table>' +
	'</td>' +
'</tr>' +
'<tr><td><a href="http://www.timeanddate.com/worldclock/city.html?n=136" target="_blank" ' +
		'onmouseover=\'status="Click for more information about London";return true;\'>London, England' +
		'</a>' +
	'</td>' +
	'<td><input type="text" name="London" size= "50" readonly ' +
			'style="text-align:right;border:0;background-image:URL(marbledGrey.jpg);">' +
	'</td>' +
	'<td align="right">' +
		'<table cellpadding="0" cellspacing="0" border="0">' +
			'<tr>' +
				'<td>Last:</td>' +
				'<td><input type="text" name="londonLastStr" size= "4" readonly ' +
						'style="border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
				'<td><input type="text" name="londonLastDST" size="45" readonly ' +
 						'style="text-align:right;border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
			'</tr>' +
			'<tr>' +
				'<td>Next:</td>' +
				'<td><input type="text" name="londonNextStr" size= "4" readonly ' +
						'style="border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
				'<td><input type="text" name="londonNextDST" size="45" readonly ' +
						'style="text-align:right;border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
			'</tr>' +
			'<tr>' +
				'<td>Next:</td>' +
				'<td><input type="text" name="londonNextNextStr" size= "4" readonly ' +
						'style="border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
				'<td><input type="text" name="londonNextNextDST" size="45" readonly ' +
						'style="text-align:right;border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
			'</tr>' +
		'</table>' +
	'</td>' +
'</tr>' +
'<tr><td><a href="http://www.timeanddate.com/worldclock/city.html?n=196" target="_blank" ' +
		'onmouseover=\'status="Click for more information about Perth";return true;\'>Perth, Western Australia' +
		'</a>' +
	'</td>' +
	'<td><input type="text" name="Perth" size= "50" readonly ' +
			'style="text-align:right;border:0;background-image:URL(marbledGrey.jpg);">' +
	'</td>' +
	'<td align="right">' +
		'<table cellpadding="0" cellspacing="0" border="0">' +
			'<tr>' +
				'<td>Last:</td>' +
				'<td><input type="text" name="perthLastStr" size= "4" readonly ' +
						'style="border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
				'<td><input type="text" name="perthLastDST" size="45" readonly ' +
 						'style="text-align:right;border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
			'</tr>' +
			'<tr>' +
				'<td>Next:</td>' +
				'<td><input type="text" name="perthNextStr" size= "4" readonly ' +
						'style="border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
				'<td><input type="text" name="perthNextDST" size="45" readonly ' +
						'style="text-align:right;border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
			'</tr>' +
			'<tr>' +
				'<td>Next:</td>' +
				'<td><input type="text" name="perthNextNextStr" size= "4" readonly ' +
						'style="border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
				'<td><input type="text" name="perthNextNextDST" size="45" readonly ' +
						'style="text-align:right;border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
			'</tr>' +
		'</table>' +
	'</td>' +
'</tr>' +
'<tr><td><a href="http://www.timeanddate.com/worldclock/city.html?n=500" target="_blank" ' +
		'onmouseover=\'status="Click for more information about Hamilton"; return true;\'>Hamilton, New Zealand' +
		'</a>' +
	'</td>' +
	'<td><input type="text" name="Aukland" size= "50" readonly ' +
			'style="text-align:right;border:0;background-image:URL(marbledGrey.jpg);">' +
	'</td>' +
	'<td align="right">' +
		'<table cellpadding="0" cellspacing="0" border="0">' +
			'<tr>' +
				'<td>Last:</td>' +
				'<td><input type="text" name="auklandLastStr" size= "4" readonly ' +
						'style="border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
				'<td><input type="text" name="auklandLastDST" size="45" readonly ' +
 						'style="text-align:right;border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
			'</tr>' +
			'<tr>' +
				'<td>Next:</td>' +
				'<td><input type="text" name="auklandNextStr" size= "4" readonly ' +
						'style="border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
				'<td><input type="text" name="auklandNextDST" size="45" readonly ' +
						'style="text-align:right;border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
			'</tr>' +
			'<tr>' +
				'<td>Next:</td>' +
				'<td><input type="text" name="auklandNextNextStr" size= "4" readonly ' +
						'style="border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
				'<td><input type="text" name="auklandNextNextDST" size="45" readonly ' +
						'style="text-align:right;border:0;background-image:URL(marbledGrey.jpg);">' +
				'</td>' +
			'</tr>' +
		'</table>' +
	'</td>' +
'</tr>' +
'</table><br><br>' +
'</form>' +
'Don\'t rely on the time zones staying the same in the long term!  Any one of us might move.';
