<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', 'mtb.article');
	} else {
		DcAd::setParam('zone', 'mtb');
	}

?>
<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/2002/logo_mtb.gif" border="0" width="125"></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 width="125" bgcolor="#ffffff" height="1"></td>
	<td colspan="2" bgcolor="#333366" height="1" width="100%"  nowrap></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>
	<td colspan="2" bgcolor="#336633" height="18"><?php include($_SERVER["DOCUMENT_ROOT"] . "/topnav_include.html"); ?></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 REMOVE --><?php include ($_SERVER["DOCUMENT_ROOT"] . "/news/latestsidebar.php")?></td>
	<td bgcolor="#FFFFFF" valign="top">
	<p align="center">&nbsp;<a href="http://www.cyclingnews.com/mtb/" class="small">MTB index page for all
	MTB content</a></p>
<?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"] . "/mtb/default.html");
}
?></td>
	<td valign="top"><?php include $_SERVER['DOCUMENT_ROOT'] . '/adpanel-content.php'; ?></td>
</tr>
</table>
<?php include($_SERVER["DOCUMENT_ROOT"] . "/footer_standard.php"); ?>