tmpPath=document.location.href.replace(base,'');

tmpPath=tmpPath.match('c_');



document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0">');

document.write('   <tr> ');

document.write('      <td width="803" height="27" bgcolor="#666666">');

document.write('         <div align="right">');

document.write('             <span class="etext2">');

document.write('          	<font face="Tahoma">');

if (tmpPath)

	document.write('          	版權所有 &copy;2010 理大科技及顧問有限公司。不得轉載。');

else

	document.write('          	Copyright &copy;2010 PolyU Technology &amp; Consultancy Co., Ltd. All rights reserved.');

document.write('          	</font>');

document.write('             </span>');

document.write('          </div>');

document.write('      </td>');

document.write('   </tr>');

document.write('</table>');

