var now = new Date();
var year = now.getFullYear();
document.write('<table width ="800" border="0" align="center" cellpadding="0" cellspacing="0"><tr><td>');
document.write('<div class="copyright">&copy;Copyright 2005 - '+ year +' <a href="http://www.sort-it.com.au/" class="copyrightlink" target="_blank">Sort-IT Solutions</a>');
document.write(' For more information feel free to contact <a href="http://www.sort-it.com.au/wb/pages/contact-us.php" class="copyrightlink" target="_blank">Sort-IT Solutions</a></div>');
document.write('</td></tr></table>');