include ("files/conexion.php");
$link=Conectarse();
$result=mysql_query("SELECT DISTINCT elemento, utilidad.nombre FROM relaciones left join utilidad on utilidad.ID=relaciones.elemento left join videos on videos.ID=relaciones.video WHERE videos.tipo=0 and videos.video<>'' and tipoelem=2",$link);
while($rs = mysql_fetch_array($result))
{
echo '