// JavaScript Document

// SIMULAZIONE DEL TARGET
/*$(document).ready(function() {
    $("a[@class='new_window_link']").each(function() {  this.target = "_blank";  });
});*/