<!doctype html>
<html>
    <head>
        <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
        <meta charset="utf-8">
        <title>securegateway.com-->Secure Gateway</title>
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
        <link href="style.css"  rel="stylesheet" type="text/css" />


<style>
.formtext{
	font-family:'Open Sans Condensed', sans-serif; 
	color:Black; 
	font-size: 25px;
	text-align:center;
}
@media(max-width:768px){
.newsletterform{
margin-left:0px;
}
.formtext {
    font-family: 'Open Sans Condensed', sans-serif;
    color: Black;
    font-size: 20px;
    text-align: center;
}
.newslettersection{
background:#ffffff;
	border-radius:5px;
	border:1px solid #cccccc;
	padding:10px 20px;
	width:auto;
	max-width:850px;
	margin:0px auto;
	overflow:hidden;
}
input[type="number"] {
    width: 160px;
}
.desktoponly{
	display:none;
}


img {
  width: 100%;
  height: auto;
}

</style>



<script type="text/javascript">
var now = new Date();
var timeup = now.setSeconds(now.getSeconds() + 30);
//var timeup = now.setHours(now.getHours() + 1);

var counter = setInterval(timer, 1000);

function timer() {
  now = new Date();
  count = Math.round((timeup - now)/1000);
  if (now > timeup) {
      
      clearInterval(counter);
      document.getElementById("timer").innerHTML = "<a href='http://securegateway.com'><input type=\"submit\" value=\"Try Again\"/></a>";

      return;
  }
  var seconds = Math.floor((count%30));
  var minutes = Math.floor((count/30) % 30);
  document.getElementById("timer").innerHTML = "Please Try Again After: " + minutes + ":" + seconds ;
}

</script>







</head>

<body style="background-color:FFFAFA;">
</br><section class="newslettersection"><br>






<center>
<p class="formtext"><b>Error, 205 - Subscription Expired</b></p><br>
<br>
<b></b>
<br>
<img src ="securegateway.gif">

<!--<img src ="timeout.jpg" width="700">-->




<br>
<b><span id="timer"></span></b>


<br>
<br>
<br>



</center>







</section>
</br></br></br></br>


</body>



<div class="desktoponly" style="position: fixed; z-index: 1000; width: 300px; height: 65px; bottom: 0px; left: 2px;">
<h6>Your IP Address: 66.102.9.71</h6>



<!-- <h6>Transaction ID: 20260121-204333</h6> -->




</div><div class="desktoponly" style="position: fixed; z-index: 1000; width: 300px; height: 65px; bottom: 0px; left: 2px;"></div>



</html>





