﻿<!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">
<head>
  <title>WireImage.com</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <style type="text/css">
    #header
    {
      border-bottom: 1px solid #cccccc;
      display: inline-block;
      width: 100%;
    }
    
    #header-content, #footer-content
    {
      padding: 20px;
    }
    
    #footer
    {
      border-top: 1px solid #cccccc;
      display: inline-block;
      margin-top: 20px;
      width: 100%;
    }
    
    body
    {
      margin-left: 0px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      background-color: #e5e5e5 ;
      font-family: Arial, Helvetica, Sans-Serif;
      font-size: 11px;
    }
    
    p
    {
      font-family: Arial, Helvetica, Sans-Serif;
      font-size: 11px;
      color: #000000;
      margin: 12px 0;
    }
    
    .country
    {
      font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: bold;
    }
    
    a:link
    {
      color: #336699;
    }
    a:visited
    {
      color: #336699;
    }
    a:hover
    {
      color: #336699;
      text-decoration: none;
    }
    a:active
    {
      color: #336699;
    }
    
    .contentdiv
    {
      margin-left: 180px;
      margin-right: auto;
      width: 599px;     
      padding-top: 20px;
      padding-bottom: 20px;
      
    }
    
    #rightContent
    {
      width: 470px;
      float: left;      
    }
    
    .hidden
    {
      display: none;
    }
  </style>
  <script type="text/javascript" src="scripts/jquery/jquery.js"></script>
</head>
<body id="StaticError">
  <!-- begin logo -->
  <div id="header">
    <div id="header-content">
      <img src="Images/WI_FM_Logos_OutagePage.png"/>     
    </div>
  </div>
  <div id="contentDiv" class="contentdiv">
    <div id="rightContent">
      <table border="0" cellpadding="0" cellspacing="0" align="center">
        <tr>
          <td>
            <p class="country">
              United States</p>
            <p>
              Sorry but we’re having trouble processing your request. If you continue to receive
              this message, please try again at a later time. Thanks for your patience.</p>
          </td>
        </tr>
      </table>
      <!--United Kingdom-->
      <table border="0" cellpadding="0" cellspacing="0" align="center">
        <tr>
          <td>
            <p class="country">
              United Kingdom</p>
            <p>
              Sorry but we’re having trouble processing your request. If you continue to receive
              this message, please try again at a later time. Thanks for your patience.</p>
          </td>
        </tr>
      </table>
      <!--Deutschland-->
      <table border="0" cellpadding="0" cellspacing="0" align="center">
        <tr>
          <td>
            <p class="country">
              Deutschland</p>
            <p>
              Leider gibt es Probleme bei der Verarbeitung Ihrer Anfrage. Sollten Sie diese Fehlermeldung
              weiterhin erhalten, versuchen Sie es bitte erneut zu einem späteren Zeitpunkt. Danke
              für Ihr Verständnis.</p>
          </td>
        </tr>
      </table>
      <!--Espa&#241;a-->
      <table border="0" cellpadding="0" cellspacing="0" align="center">
        <tr>
          <td>
            <p class="country">
              Espa&#241;a</p>
            <p>
              Lo sentimos, pero por el momento no es posible procesar tu solicitud. Si sigues
              recibiendo este mensaje, vuelve a intentarlo más tarde. Agradecemos tu paciencia.</p>
          </td>
        </tr>
      </table>
      <!--France-->
      <table border="0" cellpadding="0" cellspacing="0" align="center">
        <tr>
          <td>
            <p class="country">
              France</p>
            <p>
              Nous sommes désolés mais ne parvenons pas à donner suite à votre demande. Veuillez
              réessayer plus tard si vous continuez à recevoir ce message. Nous vous remercions
              de votre patience.</p>
          </td>
        </tr>
      </table>
      <!--Italia-->
      <table border="0" cellpadding="0" cellspacing="0" align="center">
        <tr>
          <td>
            <p class="country">
              Italia</p>
            <p>
              Spiacenti, abbiamo riscontrato un errore durante l'elaborazione della richiesta.
              Se questo errore si verifica di nuovo, riprovare più tardi. Grazie.</p>
          </td>
        </tr>
      </table>
      <!--Japan-->
      <table border="0" cellpadding="0" cellspacing="0" align="center">
        <tr>
          <td>
            <p class="country">
              Japan</p>
            <p>
              申し訳ありません。リクエストの処理中にエラーが発生しました。 このメッセージが引き続き表示される場合は、しばらく時間をおいて、もう一度実行してください。 ご迷惑をおかけして申し訳ございません。</p>
          </td>
        </tr>
      </table>
      <!--Brasil-->
      <table border="0" cellpadding="0" cellspacing="0" align="center">
        <tr>
          <td>
            <p class="country">
              Brasil</p>
            <p>
              Lamentamos, mas de momento não é possivel processar o seu pedido. Se continuar a
              receber esta mensagem, tente novamente mais tarde. Agradecemos a sua paciência.</p>
          </td>
        </tr>
      </table>
    </div>
  </div>
  <div id="footer">
    <div id="footer-content">      
    </div>
  </div>
  <script type="text/javascript">
    $("#footer-content").html("Copyright &copy; " + new Date().getFullYear() + " Getty Images, Inc. All Rights Reserved.");
    $(document).ready(function () {
      if (isIe6()) {
        $("#alert").attr("src", "images/alert_large.gif");
      };

    });

    function isIe6() {
      return $.browser.version == "6.0" && $.browser.msie;
    }

    $(window).bind("load", function () {
      $('html').append('<label class="hidden" id="TestHook"></label>');
    });
  </script>
</body>
</html>
