$resultado=mysql("$database_localhost","SELECT * FROM orden where id < '16' order by orden");
while($row = mysql_fetch_array($resultado)){
$id=$row["id"];
$result=mysql("$database_localhost","SELECT * FROM noticias where id = '$id'");
$row2 = mysql_fetch_array($result);
$titulo=$row2["Titulo"];
if ($titulo) {
if(file_exists("imgnews/$id-mini.jpg")){$imagen="";}else{$imagen="";}
?>