function initLnw() 
{
  var jsWarning = $('jsWarning');
  if (jsWarning) {
    jsWarning.hide();
  }
  
  try {
    IEInit();
  }
  catch(e) {
  }
}
