<html> 
<head> 
<link rel="stylesheet" type="text/css" media="screen" href="../css/static.php" />
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.js" type="text/javascript"></script>
  <style>
        .hiddenRow { display: none; }
    </style>
    <script>
        function toggleNextRow(row) {
            var nextRow = $(row).next();
            nextRow.toggle();
        }
    </script>
</head> 
<table width='275' border='0' cellspacing='0' cellpadding='0'>
  <tr onclick="toggleNextRow(this)" >
    <th style='text-align: left;'><font color='white'>Coming Episodes</font></th>
  </tr>
  <tr class="hiddenRow">
            <td bgcolor='#FFFFFF'>
<iframe src="feeds/SickBeard_todaySoon.php" width="271" height="200" scrolling="yes">
</iframe>
			            </td>
        </tr>
</form>
</td>
</table>
</p>
</body> 
</html>