include("comunConex.php");
$b6 = mysql_query ("SELECT * FROM informacion where id='8' and status='a'; ",$con);
while($ve6=mysql_fetch_assoc($b6)){
$te_interesa1=$ve6['noticia'];
$te_interesa2=$ve6['noticia2'];
$te_interesa3=$ve6['noticia3'];
$te_interesa4=$ve6['noticia4'];
$te_interesa5=$ve6['noticia5'];
$te_interesa6=$ve6['noticia6'];
}
?>