<!--
/****************************************************
* News Update script - copyright of Chiedu Odukwe.
* Free to use as long as this header is not deleted.
* Contact me via webmaster@cnodesigns.co.uk
*****************************************************/

var UpdateLine;

UpdateLine  = "04.02.04 - Site Portfolio <a href='portfolio.htm'>updated</a><br>";
UpdateLine += "11.12.03 - Web Design <a href='prices.htm'>prices updated</a><br>";
UpdateLine += "24.01.02 - New <a href='links.htm' title='Hot Links'>Links</a> added<br>";
UpdateLine += "28.10.01 - Polls Back Online<br>";
UpdateLine += "27.10.01 - Polls Suspended<br>";
UpdateLine += "05.10.01 - Domain Search added<br>";
UpdateLine += "05.09.01 - Another poll added today<br>";

document.write(UpdateLine);
//-->