<!-- 

//-----------------------------------------------------------------------------------------
// Copyright.js
//
// Small Javascript file used to display common copyright 
// information.
// Written by Paul Phillips, 04 Sept 1999
//-----------------------------------------------------------------------------------------

	// document.writeln('<font size="-1">')
	document.writeln('<i class="FooterText">')

	document.writeln('Written By : Paul Phillips &copy; 1998 - 2009.')
	document.writeln('<\/i>')
	// document.writeln('<\/font>')

// -->