copyryt_str = '© 2007 Copyright <a href="http://www.cc-fi.org/" target="_blank">C.C.F.I</a>&nbsp; ! All rights reserved <br>Designed & Maintained by <a href="http://www.mindfra.com" target="_blank">www.mindfra.com</a>';
with (document) 
{
open();
writeln(copyryt_str);
close();
}