/*
USAGE:
<!--javascript to insert footer text at bottom of screen-->
<script language="javascript" type="text/javascript" src="./javascript/footer.js"></script>
*/

document.write("<p>&nbsp;<\/p>")

//Webmaster info
document.write("<p style='text-align: left'>Site Design by Wick Gankanda <img align='bottom' ")
document.write("src='./images/lion03.gif' border='0' alt='wickcentral.com'><\/p>")
document.write("<p style='text-align: left'>")

//web counter from netfirms.com
document.write("<!-- web counter from netfirms.com --><img alt='web counter from netfirms.com'")
document.write("src='nfcounter?cid=1002831263&amp;num_digits=5&amp;font=bc'> ")
document.write("<!-- web counter from netfirms.com --><\/p>")
	  
document.write("<p>&nbsp;<\/p>")
document.write("<p>&nbsp;<\/p>")

// set font size
document.write("<p align='left'><font size='0'>")

// TRADEMARK info
document.write("<strong>TRADEMARKS<\/strong><sup><font size='-1'>TM<\/font><\/sup>:")

document.write("<br>")

document.write("Adobe&reg;, the Adobe logo and Acrobat&reg; are trademarks of " + 
"<a href='http:\/\/www.adobe.com' target='blank'>Adobe Systems Incorporated<\/a>")

document.write("<br>")

document.write("Microsoft&reg;, Windows&reg;, Windows XP&reg; and Excel&reg;, " + 
"and\/or other Microsoft products " +
"referenced herein are either trademarks or registered trademarks of " +
"<a href='http:\/\/www.microsoft.com' target='blank'>Microsoft Corporation<\/a>")

document.write("<br>")

document.write("Sun&reg;, Sun Microsystems&reg;, the Sun Logo&reg; and the www.sun.com " + 
"Weblink Logo are trademarks or registered trademarks of <a href='http:\/\/www.sun.com' target='blank'>" +
"Sun Microsystems<\/a>, Inc. in the U.S. and other countries.")

document.write("<br>")

document.write("Java is a trademark or registered trademark of <a href='http:\/\/www.sun.com' target='blank'>" +
"Sun Microsystems<\/a>, Inc.  " + 
"in the United States and other countries. ")

document.write("<br>")

document.write("This site is independent of Sun Microsystems, Inc.")

document.write("<br>")

document.write("Rational, Rational logo, Rational Developer Network, Rational Rose, Rational XDE, " +
"Rational Unified Process, Rational Project Console and Quantify are trademarks or " +
"registered trademarks of <a href='http:\/\/www.ibm.com' target='blank'>International Business Machines Corporation<\/a> in the United " +
"States, other countries or both.")

document.write("<br>")

document.write("WebSphere, WebSphere logo are trademarks or registered trademarks of <a href='http:\/\/www.ibm.com' target='blank'>International " +
"Business Machines Corporation<\/a> in the United States, other countries or both.")

document.write("<br>")

document.write("IBM and IBM logo is a registered trademark of <a href='http:\/\/www.ibm.com' target='blank'>International Business Machines Corporation<\/a> in the United States and other countries.")

document.write("<br>")

document.write("Red Hat, Red Hat Network, the Red Hat 'Shadow Man' logo, RPM, Maximum RPM, the RPM logo, " +
"Linux Library, PowerTools, Linux Undercover, RHmember, RHmember More, Rough Cuts, " + 
"Rawhide and all Red Hat-based trademarks and logos are trademarks or registered " + 
"trademarks of <a href='http:\/\/www.redhat.com' target='blank'>Red Hat, Inc.<\/a> in the United States and other countries.")

document.write("<br>")

document.write("Apple&reg;, the Apple logo&reg;, FireWire&reg;, GeoPort&reg;, HyperCard&reg;, " +
"Light Bulb&reg; logo, ImageWriter&reg;, LaserWriter&reg;, Mac&reg;, Mac&reg; logo, Macintosh&reg;, " +
"MessagePad&reg;, Newton&reg;, OpenDoc&reg;, Power Macintosh&reg;, PowerBook&reg;, " +
"QuickTake&reg;, QuickTime&reg;, QuickTime&reg; logo and StyleWriter&reg; are trademarks " +
"of <a href='http:\/\/www.apple.com' target='blank'>Apple Computer, Inc.<\/a>, registered " +
"in the U.S. and other countries.")

document.write("<br>")

document.write("Linux is a registered trademark of Linus Torvalds.")

document.write("<br>")

document.write("Motif and UNIX are registered trademarks of The Open Group.")

document.write("<\/font><\/p>")

document.write("<p>&nbsp;<\/p>")

document.close();
