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

?>
<meta http-equiv="imagetoolbar" content="no">
<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="20">&nbsp;</td>
	<td width="121"> <a href="http://www.cyclingnews.com"><img src="/graphics/logo_photography.gif" border="0"></a></td>
	<td colspan="2" align="center"><?php DcAd::render(null,728,90); ?></td>
</tr>
<tr>
	<td colspan="4" height="5"></td>
</tr>
<tr>
	<td colspan="2" bgcolor="#ffffff" height="1" width="141"></td>
	<td colspan="2" bgcolor="#333366" height="1" width="100%" nowrap></td>
</tr>
<tr>
	<td width="20"></td>
	<td width="121"><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="#0066cc" height="18"> &nbsp;<?php include($_SERVER["DOCUMENT_ROOT"] . "/topnav_include.html"); ?>&nbsp;&nbsp;&nbsp;</td>
</tr>
<tr>
	<td colspan="2" width="141"></td>
	<td colspan="2" bgcolor="#000000" height="1"></td>
</tr>
<tr>
	<td colspan="2" width="141" bgcolor="#dddddd" valign="top"><!-- ADS REMOVED --><?php include ($_SERVER["DOCUMENT_ROOT"] . "/news/latestsidebar.php")?></td>
	<td bgcolor="#FFFFFF" valign="top"><br><?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"] . "/photos/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"); ?>
