<html>
<head>
<title>www.cyclingnews.com - the world centre of cycling</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;  charset=windows-1252">

<?php
	include_once($_SERVER['DOCUMENT_ROOT'] . '/includes/DcAd.class.php');
	include($_SERVER["DOCUMENT_ROOT"] . "/metatags.html");
	include($_SERVER["DOCUMENT_ROOT"] . "/includes/CNADFUNCTIONS");

	if (file_exists($_REQUEST["id"].".html")) {
		DcAd::setParam('zone', 'road.article');
	} else {
		DcAd::setParam('zone', 'road');
	}

?>
<LINK rel="stylesheet" href="/css_new/si_default.css" type="text/css">
<?php
  include($_SERVER["DOCUMENT_ROOT"] . "/includes/browser_ids");
?>
</head>
<body bgcolor="#FFFFFF">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
	<td width="125"><a href="http://www.cyclingnews.com"><img src="/graphics/logo_results.gif" border="0"></a></td>
	<td colspan="2" align="center"><?php DcAd::render(null,728,90); ?></td>
</tr>
<tr>
	<td colspan="3" height="5"></td>
</tr>
<tr>
	<td bgcolor="#ffffff" height="1"></td>
	<td colspan="2" bgcolor="#336633" height="19" nowrap rowspan="2"><?php include($_SERVER["DOCUMENT_ROOT"] . "/topnav_include.html"); ?></td>
</tr>
<tr>
	<td width="125"><a href="http://www.cyclingnews.com/"><img src="/graphics/2002/cn120x18.gif" width="121" height="18" border="0" alt="Home"></a></td>
</tr>
<tr>
	<td width="125"></td>
	<td colspan="2" bgcolor="#000000" height="1"></td>
</tr>
<tr>
	<td width="125" bgcolor="#dddddd" valign="top"><!-- ADS REMOVED --><?php include ($_SERVER["DOCUMENT_ROOT"] . "/news/latestsidebar.php")?></td>
 	<td bgcolor="#FFFFFF" valign="top">
		<p align="center">&nbsp;<a href="/features/?id=2004/uci_codes" class="small">UCI codes explained</a></p>
		<p> <?php

if  (file_exists($_REQUEST["id"].".html"))
{
include($_REQUEST["id"].".html");
}
else
{
include($_SERVER["DOCUMENT_ROOT"] . "/road/default.html");
}

?> <?php include($_SERVER["DOCUMENT_ROOT"] . "/res_codes.html"); ?></p>
	</td>
    <td valign="top"><?php include $_SERVER['DOCUMENT_ROOT'] . '/adpanel-content.php'; ?></td>
</tr>
</table>
<?php include($_SERVER["DOCUMENT_ROOT"] . "/footer_standard.php"); ?>