<% Response.ContentType="text/javascript" connstr_cw = "Provider=SQLOLEDB;Persist Security Info=False;User ID=sa;Password=c0m3rc10bd;Initial Catalog=IvMakerNew;Data Source=192.168.240.11" Set conn_cw = Server.CreateObject("ADODB.connection") conn_cw.open connstr_cw cod_radio = fGetData("TOP 1 cod_nota", "notas", "cod_seccion=760 and num_prioridad=1 and des_titulonota is not null and des_titulonota<>'' order by fec_registro desc", conn_cw) audio_radio = "http://www.elcomercioperu.com.pe/edicionOnline/audio/" & fGetData("a.des_nombrearchivo", "elemento a, elementonota b", "b.cod_nota=" & cod_radio & " AND a.tip_elemento='5' AND b.cod_elemento=a.cod_elemento ORDER BY b.num_prioridad", conn_cw) Response.Write("function fradio()") Response.Write("{") Response.Write("return '"& audio_radio &"';") Response.Write("}") %>