// JavaScript Document
//iCATCH.net Kuan Y. Li 03/30/2005

//Function for Footer Codes

function footer()
{
	document.write("&copy; 2003 - 2005 China Business Strategy.<br>");
	//document.write("<img src=http://www.china-ready.com/images/logo-name-seal.jpg><br>");
	//document.write("2760 Mckee Rd., #208 San Jose, CA 95127 <br>");
	//document.write("Tel: (408) 439-2858 Fax: (408) 258-3276<br>");
	document.write("We welcome your <a href=mailto:feedback@china-ready.com><font color=#FFFF00><b>feedback</b></font></a>. <br>");

// Creative Commons License
	document.write("<a rel='license' href='http://creativecommons.org/licenses/by-nc-sa/2.0/'><img alt='Creative Commons License' border='0' src='http://creativecommons.org/images/public/somerights20.gif' /></a><br />This work is licensed under a <a rel='license' href='http://creativecommons.org/licenses/by-nc-sa/2.0/'><font color=#FFFF00>Creative Commons License</font></a>. <br />");
	document.write("<rdf:RDF xmlns='http://web.resource.org/cc/'xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>");
	document.write("<Work rdf:about=''>");
   document.write("<dc:type rdf:resource='http://purl.org/dc/dcmitype/Text' />");
   document.write("<license rdf:resource='http://creativecommons.org/licenses/by-nc-sa/2.0/' />");
	document.write("</Work>");
document.write("<License rdf:about='http://creativecommons.org/licenses/by-nc-sa/2.0/'>");
   document.write("<permits rdf:resource='http://web.resource.org/cc/Reproduction' />");
  document.write("<permits rdf:resource='http://web.resource.org/cc/Distribution' />");
   document.write("<requires rdf:resource='http://web.resource.org/cc/Notice' />");
   document.write("<requires rdf:resource='http://web.resource.org/cc/Attribution' />");
   document.write("<prohibits rdf:resource='http://web.resource.org/cc/CommercialUse' />");
  document.write("<permits rdf:resource='http://web.resource.org/cc/DerivativeWorks' />");
  document.write("<requires rdf:resource='http://web.resource.org/cc/ShareAlike' />");
document.write("</License>");
document.write("</rdf:RDF>");
	
	
	
	
}
