// -----foot--------------------------------------------------------------
document.writeln("<table width=\"778\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">");
document.writeln("  <tr> ");
document.writeln("    <td height=\"25\" valign=\"bottom\" class=\"fontgray11\"><div align=\"center\">If there is any different between the English language text of these terms and conditions and the Chinese language text, <br>for all purposes the English language text shall be conclusive.<br>Copyright  &copy; www.ait-lighter.com&nbsp;&nbsp;All rights reserved.&nbsp;&nbsp;Powered by <a href=\"http://www.1st-media.net\" target=\"_blank\" class=\"linkGREEN11\">www.1st-media.net</a></div></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td></td>");
document.writeln("  </tr>");
document.writeln("</table>");
// -writen by Leo------------------------------------------------------------------








function Request(QueryString){
  var strHref=window.location.href;
  var strParm;
  if(strHref.search(/\?/)!=-1){
    strHref=strHref.substr(strHref.search(/\?/)+1);
    strHref=strHref.split(/&/);
    for(var icount = 0; icount<strHref.length; icount++){
      if(strHref[icount].search("^"+QueryString+"=")!=-1){
        strParm=strHref[icount].substr(QueryString.length+1)
      }
    }
    return(strParm);
  }
}



//document.write (Request("log_id"));
