<!--
  if (is_gecko) 
  {
   // document.write() statements to create markup for user agents using Gecko layout engine
   document.write('<link rel="stylesheet" type="text/css" href="themes/theme_ns6.css" />');
  }
  else if (is_nav4)
  {
   // document.write() statements to create markup for Navigator 4
   document.write('<link rel="stylesheet" type="text/css" href="themes/theme_ns.css" />');
  }
  else if (is_ie5up)
  {
   // document.write() statements to create markup for IE 4 and later versions
   document.write('<link rel="stylesheet" type="text/css" href="themes/theme_ie.css" />');
  }
  else
  {
   // document.write() statements to create static HTML markup for earlier versions
   document.write('<link rel="stylesheet" type="text/css" href="themes/theme.css" />');
  }
// -->
