// 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'>");
document.write("<br style='line-height: 5px;'>");
document.write("Contents © 1994-2010 by Skyeward Resources. All rights reserved worldwide.<br>");
document.write("<br style='line-height: 5px;'>");
document.write("Skyeward Resources and its officers shall not be liable in the event of incidental<br>");
document.write("or consequential damages arising from the use of information supplied herein.<br>");
document.write("If you have any comments or questions about this webpage, please email our webmaster.<br>");
document.write("<br style='line-height: 5px;'>");
document.write("Web Hosting: <a href='http://www.skyeward.net/webhosting'>Skyeward Resources</a><br>");
document.write("<br style='line-height: 5px;'>");
document.write("</p>");

document.write("</div>");
	
// End Footer

