Language: EN FR PT ES NL DE SV RU
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $usr_lang[1]; ?>" lang="<?php echo $usr_lang[1]; ?>" dir="ltr">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" type="image/png" href="http://pugbot.com/favicon.png" />
<title>PUGBOT - Brought to you by the Community!</title>
<link rel="stylesheet" href="/style2.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/styles/black.css" type="text/css" media="screen" />
<script type="text/javascript" src="/js/jquery.js"></script>
<script type="text/javascript" src="/js/jquery_002.js"></script>
<script type="text/javascript" src="/js/jquery_003.js"></script>
<script type="text/javascript" src="/js/custom.js"></script>
<!--[if IE 6]>
<link rel="stylesheet" href="/styles/ie6.css" type="text/css" media="screen" />
<script src="/js/DD_belatedPNG_0.0.8a-min.js"></script>
<script>
DD_belatedPNG.fix('#default_logo, .slider_frame');
</script>
<![endif]-->
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-26394089-1']);
  _gaq.push(['_setDomainName', 'pugbot.com']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</head>

<body id="home_page">
<div id="header">
  <div class="head-inner">
    <div id="main_navigation" class="jqueryslidemenu">
      <ul>
        <li><a href="http://pugbot.com/"><?php echo $lang_gen['home']; ?></a>
          <ul style="top: 40px; left: 0px; width: 186px; display: none; visibility: visible;">
            <li><a href="http://pugbot.com/page/rules/"><?php echo $lang_gen['rules']; ?></a></li>
            <li><a href="http://pugbot.com/page/servers/"><?php echo $lang_gen['servers']; ?></a></li>
            <li><a href="http://pugbot.com/page/admins/"><?php echo $lang_gen['support']; ?></a></li>
            <li><a href="http://pugbot.com/page/auth/">AUTH Procedures</a></li>
          </ul>
        </li>
        <li><a href="http://panel.pugbot.com/" target="_blank">Gameserver panel</a></li>
        <li><a href="http://forums.pugbot.com/"><?php echo $lang_gen['forums']; ?></a></li>
        <li><a href="http://pugbot.com/page/contact/"><?php echo $lang_gen['contact']; ?></a></li>
        <li><a href="http://pugbot.com/page/webchat/"><?php echo $lang_gen['join']; ?></a></li>
      </ul>
    </div><!-- main_navigation -->
  </div><!-- inner --> 
</div><!-- header -->
<div id="lang_bar">
  <div class="language">
    <h6>
      <?php echo $lang_gen['language']; ?>
      <a href="lang/en/"><img src="/flags/United-States-Flag-16.png" alt="EN" /></a> 
      <a href="lang/fr/"><img src="/flags/France-Flag-16.png" alt="FR" /></a> 
      <a href="lang/pt/"><img src="/flags/Portugal-Flag-16.png" alt="PT" /></a> 
      <a href="lang/es/"><img src="/flags/Spain-Flag-16.png" alt="ES" /></a> 
      <a href="lang/nl/"><img src="/flags/Netherlands-Flag-16.png" alt="NL" /></a> 
      <a href="lang/de/"><img src="/flags/Germany-Flag-16.png" alt="DE" /></a>
      <a href="lang/sv/"><img src="/flags/Sweden-Flag-16.png" alt="SV" /></a>
      <a href="lang/ru/"><img src="/flags/Russia-Flag-16.png" alt="RU" /></a>
    </h3>
  </div>
</div>