copyryt_str = '© 2007 Copyright <a href="http://www.cc-fi.org/" target="_blank">C.C.F.I</a>&nbsp; !<br>Website Development, Design & Hosting by <a href="http://www.mill3.com" target="_blank">www.Mill3.com</a>';
with (document) 
{
open();
writeln(copyryt_str);
close();
}