error_reporting(0);
?>
if (is_numeric($_GET['id_nota'])) {
if($_GET['id_nota']=='' || $_GET['id_nota']<1){?>
}else{
$server = "localhost";
$usuario = "crontv54_s";
$password = "3S;oF5&02P64{osH^2";
$base_datos = "crontv54_historico";
$conexion = mysql_connect("$server","$usuario","$password");
mysql_select_db($base_datos);
$sql = "SELECT id_nota FROM notas ORDER BY id_nota DESC LIMIT 0,1";
mysql_query("SET NAMES utf8");
$resultado = mysql_query($sql,$conexion);
$fila=mysql_fetch_array($resultado);
$tabla;
if($_GET['id_nota']>=937394 && $_GET['id_nota']<=$fila['id_nota']){$tabla='2016';}else{}
if($_GET['id_nota']>=875765 && $_GET['id_nota']<=937393){$tabla='2015';}else{}
if($_GET['id_nota']>=805775 && $_GET['id_nota']<=875764){$tabla='2014';}else{}
if($_GET['id_nota']>=719326 && $_GET['id_nota']<=805774){$tabla='2013';}else{}
if($_GET['id_nota']>=608702 && $_GET['id_nota']<=719325){$tabla='2012';}else{}
if($_GET['id_nota']>=552450 && $_GET['id_nota']<=608701){$tabla='2011';}else{}
if($_GET['id_nota']>=478467 && $_GET['id_nota']<=552449){$tabla='2010';}else{}
if($_GET['id_nota']>=406484 && $_GET['id_nota']<=478466){$tabla='2009';}else{}
if($_GET['id_nota']>=340154 && $_GET['id_nota']<=406483){$tabla='2008';}else{}
if($_GET['id_nota']>=278624 && $_GET['id_nota']<=340153){$tabla='2007';}else{}
if($_GET['id_nota']>=218659 && $_GET['id_nota']<=278623){$tabla='2006';}else{}
if($_GET['id_nota']>=160075 && $_GET['id_nota']<=218658){$tabla='2005';}else{}
if($_GET['id_nota']>=101760 && $_GET['id_nota']<=160074){$tabla='2004';}else{}
if($_GET['id_nota']>=41943 && $_GET['id_nota']<=101759){$tabla='2003';}else{}
if($_GET['id_nota']>=1 && $_GET['id_nota']<=41942){$tabla='2002';}else{}
$url_html='notas/'.$tabla.'/'.$_GET['id_nota'].'.html';
if($tabla==''){
$url_html='noticias.php';
}
?>
}?>
}else { ?>
//echo("El contenido no es un Entero");
} ?>