/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
$(document).ready(function()
{
  $('.gwEnlaces').droppy();

  $('.ytable').dataTable( {
         "bJQueryUI": true,
         "bPaginate": true,
         "bLengthChange": true,
         "bFilter": true,
         "bSort": true,
         "bInfo": true,
         "bAutoWidth": false,             
         "aaSorting": [[ 0, "desc" ]],
         "oLanguage":  
                    {
                       "sProcessing":   "Procesando...",
                       "sLengthMenu":   "Mostrar _MENU_ registros",
                       "sZeroRecords":  "No se encontraron resultados",
                       "sInfo":         "Mostrando desde _START_ hasta _END_ de _TOTAL_ registros",
                       "sInfoEmpty":    "Mostrando desde 0 hasta 0 de 0 registros",
                       "sInfoFiltered": "(filtrado de _MAX_ registros en total)",
                       "sInfoPostFix":  "",
                       "sSearch":       "Buscar:",
                       "sUrl":          "",
                       "oPaginate": { "sFirst":    "Primero", "sPrevious": "Anterior", "sNext": "Siguiente", "sLast": "Último" }
                 }
   } );
   
  $('.ztable').dataTable( {
         "bJQueryUI": true,
         "bPaginate": true,
         "bLengthChange": true,
         "bFilter": true,
         "bSort": true,
         "bInfo": true,
         "bAutoWidth": false,
         "aoColumnDefs":
                        [
                          { "sWidth": "15%", "aTargets": [ 1 ] },
                          { "sWidth": "12%", "aTargets": [ 2,3,4,6 ] },
                          { "sWidth": "15%", "aTargets": [ 5 ] }
                        ],
                      
         "oLanguage":  
                    {
                       "sProcessing":   "Procesando...",
                       "sLengthMenu":   "Mostrar _MENU_ registros",
                       "sZeroRecords":  "No se encontraron resultados",
                       "sInfo":         "Mostrando desde _START_ hasta _END_ de _TOTAL_ registros",
                       "sInfoEmpty":    "Mostrando desde 0 hasta 0 de 0 registros",
                       "sInfoFiltered": "(filtrado de _MAX_ registros en total)",
                       "sInfoPostFix":  "",
                       "sSearch":       "Buscar:",
                       "sUrl":          "",
                       "oPaginate": { "sFirst":    "Primero", "sPrevious": "Anterior", "sNext": "Siguiente", "sLast": "Último" }
                 }
   } );
   
$('.gwAnuncios a:not([href*="obispadodesegovia.es"])').attr("target", "_blank");
});
