<?
$next 
$_GET["oc"] -1;
?>
<html>
<body background="/images/stripe_large.jpg" TEXT="FFFFFF" LINK="green" ALINK="green" VLINK="green" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%">
<tr>
<td><script src="http://entrecard.s3.amazonaws.com/widget.js?user_id=870&type=standard_250" type="text/javascript" id="ecard_widget"></script></td>
<td>
<table width="100%" style="background:#00ff00;color:black;border:5px solid #333333;font-size:30px;font-weight:bold;">
<tr>
<td align="center" valign="middle" style="background:black;border:#333333 10px solid;color:white;font-size:15px;font-weight:bold;">
You're looking at the <a href="http://www.joetech.com/" taget="_blank">JoeTech.com</a> Entrecard browser.<br />
I figured this would be a nice way to spread the love around daily for more credits.<br />
Don't forget to drop a card on me first at the left over there!<br />
<span style="color:yellow">Now viewing: <?=$oc?></span>
</td>
</tr>
</table>
</td>
<td>
<table width="100%" style="background:#00ff00;color:black;border:5px solid #333333;font-size:30px;font-weight:bold;" onClick="document.goform.submit()">
<tr>
<td align="center" valign="middle" style="color:black;font-size:30px;font-weight:bold;">
NEXT<br />
SITE
</td>
</tr>
</table>
</td>
</tr>
</table>
<form name="goform" method="get" action="ec.php" target="_top">
<input type="hidden" name="oc" value="<?=$next?>">
</form>
</body>
</html>