<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', 'cross.article');
	} else {
		DcAd::setParam('zone', 'cross');
	}
?>
<LINK rel="stylesheet" href="/css_new/si_default.css" type="text/css">
<?php include($_SERVER["DOCUMENT_ROOT"] . "/includes/browser_ids");
?><script src="/scripts/ac_activex.js" type="text/javascript"></script>
<script src="/scripts/ac_runactivecontent.js" type="text/javascript"></script> </head>
<body bgcolor="#FFFFFF">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
	<td width="125" height="70" valign="middle"><a href="http://www.cyclingnews.com"><img src="/graphics/2002/logo_cross.gif" border="0" width="125"></a></td>
	<td colspan="2" align="center" height="62"><?php DcAd::render(null,728,90); ?></td>
</tr>
<tr><td colspan="3" height="5"></td></tr>
<tr>
	<td width="125" height="17"><a href="http://www.cyclingnews.com/"><img src="/graphics/2002/cn120x18.gif" width="121" height="18" border="0" alt="Home"></a></td>
	<td colspan="2" height="17" bgcolor="#316531"><?php include($_SERVER["DOCUMENT_ROOT"] . "/topnav_include.html"); ?></td>
</tr>
<tr>
	<td width="128" height="17" bgcolor="#dddddd" valign="top"><!-- ADS REMOVED --><?php include ($_SERVER["DOCUMENT_ROOT"] . "/news/latestsidebar.php")?></td>
    <td height="17" valign="top">
      <p align="center">&nbsp;<a href="/features/?id=2004/uci_codes" class="small">UCI codes explained</a></p>
<?php

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

?>

<?php
if ($_REQUEST["id"]{0} == "/" ) {
$F=$_SERVER["DOCUMENT_ROOT"].$_REQUEST["id"].".html";
} else {
$F=$_REQUEST["id"].".html";
}
if (file_exists($F)) {
include($F);
} else {
include($_SERVER["DOCUMENT_ROOT"] . "/cross/default.html");
}
?></td>
	<td valign="top"><?php include $_SERVER['DOCUMENT_ROOT'] . '/adpanel-content.php'; ?></td>
</tr>
</table>
<?php include($_SERVER["DOCUMENT_ROOT"] . "/photos/copyright.html"); ?>
<?php include($_SERVER["DOCUMENT_ROOT"] . "/footer_standard.php"); ?>