//<![CDATA[
<!-- 
function write_date() 
{ 
var thetime=new Date(); 

var nyear=thetime.getYear(); 


if (nyear<=99) 
 nyear= "19"+nyear; 

if ((nyear>99) && (nyear<2000)) 
nyear+=1900; 

document.write('Copyright &copy; 2001-' + nyear)
document.write(' Safety Management and Investigation Services Pty Limited ABN 75 114 335 625. All Rights Reserved.')
document.write('<br />Banner photograph Copyright &copy; Samuel Lo Chi Chiu.');

} 
//--> 
//]]>
