<!-- Begin

// COPYRIGHT 2009 © itzDATA Design
// Unauthorized use or sale of this script is strictly prohibited by law

var copyright=new Date();
var update=copyright.getFullYear();

document.write('<span class ="copyright">&copy; Copyright ' +update+ ' ');

document.write('<a href="index.html" target="_top">Haslin Constructions Pty Ltd</a> ');

document.write('All Rights Reserved<br>');

document.write('For more site information please visit ');

document.write(' <A HREF="disclaimer.htm">Terms Of Use - Disclaimer - Legals</a>');

document.write('</span><br>');


//  End -->