Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64
Your IP : 3.133.141.201
<?php
if (!isset($generateEventColumn)) $generateEventColumn = 3;
$events_column_width = ($generateEventColumn == 2) ? 191 : 159;
$events_article_column_width = ($generateEventColumn == 2) ? 172 : 140;
$events_column_bgcolor = ($generateEventColumn == 2) ? '#BBBFCE' : '#8a92ab';
?>
<table width="<?php echo $events_column_width; ?>" border="0" align="center" cellpadding="0" cellspacing="0" style="background-color: <?php echo $events_column_bgcolor; ?>" class="lightTableBg">
<tr>
<td valign="top">
<!--- TITLE BAR --->
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background-color: <?php echo $events_column_bgcolor; ?>" class="lightTableBg">
<tr>
<td height="20" width="<?php echo $events_column_width; ?>">
<img src="../images/int_nouvelle/nouvelle_seperator_section<?php echo $generateEventColumn; ?>.gif" width="<?php echo $events_column_width; ?>" height="3"><br>
<IMG src="images/int_nouvelle/coupepostecanada<?php echo $generateEventColumn; ?>.jpg" width="<?php echo $events_column_width; ?>" height="14">
</td>
</tr>
<tr height="50">
<td height="20" align="center" valign="middle"><A href="?page=328746548"><img src="../images/canadapostcup/icon.jpg" width="143" height="34" border="0"></A></td>
</tr>
<tr>
<td height="5" width="<?php echo $events_column_width; ?>"><img src="../images/spacer.gif" width="<?php echo $events_column_width; ?>" height="5"></td>
</tr>
</table>
</td>
</tr>
</table>
|