// index footer, copyright for all pages
// edited skye 08/01/2009

//	<!-- Begin Footer -->
document.write("<div id='footer' class='text02'>");
document.write("<p align='center'><hr></p>");
document.write("<p align='center'>Contents © 1994-2010 by Skyeward Resources. All rights reserved worldwide.<br><br></p>");
document.write("<p align='center'>Skyeward Resources and its owner shall not be liable in the event of incidental</p>");
document.write("<p align='center'>or consequential damages arising from the use of information supplied herein,</p>");
document.write("<p align='center'>including any web presence, websites, web pages, or web resources it hosts.<br><br></p>");
document.write("<p align='center'>If you have any comments or questions about</p>");
document.write("<p align='center'>this webpage, please email webmaster@skyeward.net.</p>");
document.write("<p align='center'>&nbsp;</p>");
document.write("</div>");
//	<!-- End Footer -->

