<!-- Start iFrame by Strike-Force.net -->
<table border="0" bgcolor="#89723C" width="100%"> <tr>
<td> <center> <head>
<script type="text/javascript">
function goBack()
{
window.history.back()
}
</script>
</head>
<body>
<input type="button" value="Back" onclick="goBack()" /> </body>
<head>
<script type="text/javascript">
function newDoc()
{
window.location.assign("{param}");
}
</script>
</head>
<body>
<input type="button" value="Visit Site" onclick="newDoc()" />
</body>
<head>
<script type="text/javascript">
function goforward()
{
window.history.forward()
}
</script>
</head>
<body>
<input type="button" value="Forward" onclick="forward()" /> </body> </center> </td> </tr> </table>
<iframe width="100%" height="400" src="{param}"><a href="{param}" target="_blank">{param}</a></iframe>
<!-- End iFrame by Strike-Force.net -->