
  var updateLinkArr = document.createElement("div");
  updateLinkArr["home.htm"] = true;
  
  updateLinkArr["future.htm"]                    = true;
  updateLinkArr["future_roleoffutures.htm"]      = true;
  updateLinkArr["future_advantageoftrading.htm"] = true;
    
  updateLinkArr["product.htm"]               = true;
  updateLinkArr["product_malaysia_cpko.htm"] = true;
  updateLinkArr["product_japan_tokyorubber.htm"]         = true;
  updateLinkArr["product_japan_tokyocorn.htm"]           = true;
  updateLinkArr["product_japan_tokyosoybeans.htm"]       = true;
  updateLinkArr["product_japan_tokyonongmosoybeans.htm"] = true;
  updateLinkArr["product_japan_redbeans.htm"]            = true;
  updateLinkArr["product_japan_rawsilk.htm"]             = true;
  updateLinkArr["product_usa_hg.htm"]           = true;
  updateLinkArr["product_usa_corn.htm"]         = true;
  updateLinkArr["product_usa_oats.htm"]         = true;
  updateLinkArr["product_usa_soybeans.htm"]     = true;
  updateLinkArr["product_usa_soybeansoil.htm"]  = true;
  updateLinkArr["product_usa_soybeansmeal.htm"] = true;
  updateLinkArr["product_usa_wheat.htm"]        = true;
  updateLinkArr["product_usa_feedercattle.htm"] = true;
  updateLinkArr["product_usa_lumber.htm"]       = true;
  updateLinkArr["product_usa_livecattle.htm"]   = true;
  updateLinkArr["product_usa_leanhogs.htm"]     = true;
  updateLinkArr["product_usa_porkbelly.htm"]    = true;
  updateLinkArr["product_usa_hg.htm"]           = true;
  updateLinkArr["product_usa_gold.htm"]         = true;
  updateLinkArr["product_usa_silver.htm"]       = true;
  updateLinkArr["product_usa_cc.htm"]           = true;
  updateLinkArr["product_usa_cotton.htm"]       = true;
  updateLinkArr["product_usa_kc.htm"]           = true;
  updateLinkArr["product_usa_foj.htm"]          = true;
  updateLinkArr["product_usa_sugar.htm"]        = true;
  updateLinkArr["product_usa_crudeoil.htm"]     = true;
  updateLinkArr["product_usa_heatingoil.htm"]   = true;
  updateLinkArr["product_usa_naturalgas.htm"]   = true;
  updateLinkArr["product_usa_platinum.htm"]     = true;
  updateLinkArr["product_usa_palladium.htm"]    = true;  
  updateLinkArr["product_uk_lme.htm"] = true;
  updateLinkArr["product_uk_lcc.htm"] = true;
  
  updateLinkArr["information.htm"]     = true;
  updateLinkArr["information_faq.htm"] = true;
  
  updateLinkArr["about.htm"]                    = true;
  updateLinkArr["about_businessactivities.htm"] = true;
  updateLinkArr["about_beginning.htm"]          = true;
  updateLinkArr["about_companymap.htm"]         = true;
  
  updateLinkArr["contact.htm"] = false;
  
  var ulloc = unescape(document.location.toString());
  var ulMatches = ulloc.match(/\w*\.htm/);
  var ulThisFileName = (ulMatches.length==1)?ulMatches[0].toLowerCase():"";
  
  var showUpdateLink = (updateLinkArr[ulThisFileName]!=null)?updateLinkArr[ulThisFileName]:false;


  if(showUpdateLink)
  {
//     if(navigator.appName.toLowerCase().indexOf("netscape")<0)
//     {
       document.writeln("<div align='center'>&nbsp;");  
       document.write("	 <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='70' height='20'>");
       document.write("      <param name='movie' value='images/LatestUpdate.swf'>");
       document.write("      <param name='quality' value='high'>");
       document.write("	  <param name='wmode' value='transparent'>");
       document.write("      <embed src='images/LatestUpdate.swf' quality='high' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='70' height='20' wmode='transparent'></embed>");
       document.write("    </object>");
       document.writeln("</div>");  
//     }
//     else
//     {
//       document.writeln("<div style='width:140px' align='center'>");  
       //document.write("<marquee scrolldelay='1' direction='right' behavior='scroll'>");
//       document.write("<a href='seminar.htm' style='font-weight:bold; font-size=5px; color:#FDBA5A'>Update</a>");
       //document.write("</marquee>");
//       document.writeln("</div>");  
//     }
  }
  
  
