marita verón
Caso Marita Verón: representantes de la Oficina de la Mujer asistirán al juicio oral google.load("jquery", "1"); //google.load("swfobject", "2.1"); document.write(getCalendarStyles()); var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-518161-18']); _gaq.push(['_setCookieTimeout', '0']); _gaq.push(['_setDomainName', '.cij.gov.ar']); _gaq.push(['_setAllowLinker', true]); _gaq.push(['_setAllowHash', false]); _gaq.push(['_trackPageview']); (function() { var ga =
document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga); })(); $(document).ready(function(){ $(window).load(function(event){ event.preventDefault(); $("#load_err").fadeIn(3500); $("#load_err").fadeOut(5000); }); }); // abre guía function abreGuia() {
location='/guia-judicial.html'; //$("#showguia").click(); } // publicar en muro tw/fb function publishTw(status,div) { $.ajax({ type: "POST", url: "/tw/status.php", data: "message="+status, success: function(msg){ $("#"+div).html('Se ha publicado tu nuevo status en tu perfil de twitter.'); } }); } function publishFbFeed(status,name,caption,href,picture,div) { FB.ui({ method: 'feed', message: status, name: name, caption: caption, link: href, picture: picture }, function(response) { if(div != '') { if
(response && response.post_id) { $('#'+div).html('El mensaje se publicó en tu muro.'); } else { $('#'+div).html('El mensaje no se pudo publicar en tu muro.'); } $('#'+div).fadeOut(5800,function(){ $('#'+div).show(); $('#'+div).html(''); }); } } ); } function publishFb(status) { FB.ui({ method: 'feed', message: status}); } // buscar noticias on the fly function getnews() { var search = $("#txtsearch").val(); if (search.length > 3){ $.ajax({ type: "POST", url: "/scp/obj/getNotas-2011.php",
data: "acc=search&search="+search, success: function(msg){ $("#searchlist").show(); document.getElementById('searchlist').innerHTML=msg; } }); } else { $("#searchlist").hide(); document.getElementById('searchlist').innerHTML=''; } } function showVol(nid) { $('#nvol-'+nid).show(); } function hideVol(nid) { $('#nvol-'+nid).hide(); } function closeSearch() { $("#searchlist").hide(); document.getElementById('searchlist').innerHTML=''; } function getPage( pag){ document.notas.pagina.value = pag;
document.notas.submit(); } function fsearch(dest) { document.notas.acc.value = dest; document.notas.submit(); } // calendario var seafini = new CalendarPopup("seaini"); seafini.setCssPrefix("TEST"); seafini.setMonthNames('Enero','Febrero','Marzo','Abril','Mayo','Junio','Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'); seafini.setTodayText("Hoy"); seafini.setDayHeaders('Do','Lu','Ma','Mi','Ju','Vi','Sa'); var seaffin = new CalendarPopup("seafin"); seaffin.setCssPrefix("TEST");
seaffin.setMonthNames('Enero','Febrero','Marzo','Abril','Mayo','Junio','Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'); seaffin.setTodayText("Hoy"); seaffin.setDayHeaders('Do','Lu','Ma','Mi','Ju','Vi','Sa'); // galería de imagenes function showGal() { $('#bottom-down').show(); $('#bottom-div').show(); reSize($('#photo_container'),$('#bottom'),$('#bottom-inn')); //$('#opengal').hide(); $('#bottom-photos-inn').show(); $('#EP_overlay').fadeIn(); } function hideGal(){
$('#bottom-down').hide(); $('#bottom').animate( {MarginTop:'+=520px', height: '34px'}, 'fast'); $('#bottom-div').hide(); $('#bottom-photos-inn').hide(); $('#count_container').remove(); $('#photo_container').remove(); //$('#a-fotos-home').unbind(); $('#bottom-div').append(''); //$('#swipe_nav_prev').remove(); //$('#swipe_nav_next').remove(); $('#galfb').remove(); $('#EP_overlay').fadeOut(); } function reSize(t,b,c) { //imagen,divgral,divimg,divtxt) //Define image ratio var startheight = 585; var startwidth
= 960; var ratio = startheight/startwidth; //Gather browser and current image size var browserheight = $(window).height() - 76; var browserwidth = $(window).width(); var centerbp = 0; // if(startheight > browserheight) { t.height(browserheight-20); t.width(t.height() / ratio); } if(browserwidth < t.width()) { centerbp = ((t.width() - browserwidth)/2); } else centerbp = ((browserwidth - t.width())/2) b.css('margin-top', (browserheight + 20)); b.css('height', (browserheight + 70)); c.css('height',
(browserheight + 20)); return false; } function getGal(gid,type){ var carousel_images = []; $.ajax({ type: "GET", url: "/js/getGal.php", data: "acc=show&gid="+gid+"&type="+type, success: function(msg) { var k = eval('(' + msg + ')'); //alert(k[0].aImages.toString()); for (var i = 0; i < k.length; i++) { carousel_images[i] = [k[i].aImages,k[i].aTitles,k[i].aCaptions]; } showGal(); runGal(carousel_images); $('#bottom-div').append('
Compartí estas fotos'); } }); } function runGal(carousel_images) { $("#photo_container").isc({ imgArray: carousel_images//, //autoplay: true, //autoplayTimer: 5000 // 5 seconds. }); } /* show videos YT */ function getVideoYT(videoid,divid,width,height){ var the_url = 'http://gdata.youtube.com/feeds/api/videos/'+encodeURIComponent(videoid)+'?v=2&alt=jsonc'; // //responseData.data.items.thumbnail.sqDefault -> Imagen HQ $.ajax({ type: "GET", url: the_url,
dataType: "jsonp", success: function(responseData, textStatus, XMLHttpRequest) { if (responseData.data.items) { //updateVideoDisplay(divid,width,height,responseData.data.items); var html = ''; html += '

'; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; $('#div'+divid).html(html); } else { alert('No results for "'+keyword+'"'); } } }); } function showTagsHome() {
$("#showtagshome").show(); $("#collapsetags").show(); } function hideTagsHome() { $("#showtagshome").hide(); $("#collapsetags").hide(); } .update-news { -moz-border-radius: 0 0 5px 5px; -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); color: white; padding: 3px 8px; position: fixed; right: 10px; top: 0; z-index: 100; background-color: #DA022B; width:200px; } Actualizando noticias... function updatenews(){ $("#update-news").fadeIn(3500); $("#update-news").fadeOut(5000); }
Guía judicial Guía judicial csjn.gov.ar pjn.gov.ar Iniciar sesión con
Buscar function findNota() { if(document.findNota.search.value=='palabra o frase' || (document.findNota.search.value.length < 4 )) alert('Debe ingresar una palabra o frase mayor a 3 letras.'); // else document.findNota.submit(); } function setClock(){ momentoActual = new Date() hora = momentoActual.getHours() minuto = momentoActual.getMinutes() segundo = momentoActual.getSeconds() var result = minuto.length; if(minuto > 9 ) { horaImprimible = hora + ":"
+ minuto; } else { horaImprimible = hora + ":0" + minuto; } document.getElementById('clock').innerHTML = horaImprimible; } setTimeout("setClock()",1) setInterval("setClock()",60000) function setRefresh() { updatenews(); for(i=1;i Compartir {lang: 'es'} Caso Marita Verón: representantes de la Oficina de la Mujer
asistirán al juicio oral El presidente de la Corte de Tucumán cursó una invitación a Laura Balart, secretaria de aquella dependencia del Máximo Tribunal Nacional y de la Asociación de Mujeres Jueces de la Argentina, para asistir al inicio del debate, que será el próximo miércoles function getrate(id,num,expre) { $.ajax({ type: "GET", url: "/js/addRate.php", data: "acc=add&aid=8562&rid="+id, success: function(msg){ if(msg == 'true') {
num++; $('#expreid'+id).html(num); if(num > 0) { $('#expreid'+id).show(); $('#cant'+id).val(num); $('#resrate').html('Gracias!'); $('#resrate').fadeOut(5800,function(){ $('#resrate').show(); $('#resrate').html(''); }); var expreclass = ''; if(num < 6) expreclass = ''; else if((num > 5) && (num < 25)) expreclass = '-y'; else if((num > 24) && (num < 50)) expreclass = '-o'; else if(num > 49) expreclass = '-r';
$('#expretag'+id).removeClass().addClass('expretag'+expreclass); } // abro el popup de facebook $('#resrate').fadeOut(5800,function(){ $('#resrate').show(); $('#resrate').html(''); }); } else { $('#resrate').html('Ya has compartido tu reacción'); $('#resrate').fadeOut(5800,function(){ $('#resrate').show(); $('#resrate').html(''); }); } } }); } div.taginput{ background: none repeat scroll 0 0 #fefefe; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; height: auto; overflow: hidden;
padding: 5px 5px 2px; width: 669px; } a.aexpretag {text-decoration: none;color: #333;} a.aexpretag:hover {text-decoration: none;color: #dd2200;} span.resrate { color: #333; display: block; float: left; font-family: helvetica; font-size: 12px; margin-bottom: 5px; margin-right: 5px; padding: 5px; text-decoration: none; } span.expretit { border-radius: 3px; color: #000; display: block; float: left; font-family: helvetica; font-size: 11px; font-weight: bold; margin-bottom: 5px; margin-right: 5px; padding: 5px
4px; text-decoration: none; } span.expretag { background: url("../img2011/bg-exptag.gif") repeat-x scroll left -2px #EFEFEF; border: 1px solid #FDFDFD; border-radius: 3px; color: #333; display: block; float: left; font-family: helvetica; font-size: 11px; font-weight: bold; margin-bottom: 5px; margin-right: 5px; padding: 5px 4px; text-decoration: none; } span.expretag-y { background: url("../img2011/bg-exptag-y.gif") repeat-x scroll left -2px #EFEFEF; border: 1px solid #FDFDFD; border-radius: 3px; color:
#333; display: block; float: left; font-family: helvetica; font-size: 11px; font-weight: bold; margin-bottom: 5px; margin-right: 5px; padding: 5px 4px; text-decoration: none; } span.expretag-o { background: url("../img2011/bg-exptag-o.gif") repeat-x scroll left -2px #EFEFEF; border: 1px solid #FDFDFD; border-radius: 3px; color: #333; display: block; float: left; font-family: helvetica; font-size: 11px; font-weight: bold; margin-bottom: 5px; margin-right: 5px; padding: 5px 4px; text-decoration: none; }
span.expretag-r { background: url("../img2011/bg-exptag-r.gif") repeat-x scroll left -2px #EFEFEF; border: 1px solid #FDFDFD; border-radius: 3px; color: #333; display: block; float: left; font-family: helvetica; font-size: 11px; font-weight: bold; margin-bottom: 5px; margin-right: 5px; padding: 5px 4px; text-decoration: none; } span.exprerates { color: #dd2200; padding: 1px 3px; } Compartí tu reacción:
Destacado 0 Importante 0 Acertado 0 Interesante 0 Novedoso 0 Oportuno 0
Desde el máximo tribunal de Tucumán cursaron una invitación a Laura Balart, secretaria de la Oficina de la Mujer de la Corte Suprema de Justicia de la Nación y de la Asociación de Mujeres Jueces de Argentina, para presenciar el próximo miércoles el inicio del debate oral y público en la causa "Iñigo, David Gustavo y otros s/Privación ilegítima de la libertad y promoción de la
prostitución en concurso ideal (art. 126, 142 bis, inc. 1 y 54 Código Penal) Victima Verón, María de los Ángeles.- Expte. Nº 23554/2002"
El juicio oral comenzará a las 8.30, en el Palacio de Justicia de aquella provincia, ubicado en Pje. Vélez Sársfield 450, San Miguel de Tucumán.
Fuente