Advertisement
Guest User

Maxi Tex 16

a guest
Aug 24th, 2013
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 61.58 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <!--[if lt IE 7]><html class="ie6" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
  4. <!--[if IE 7]><html class="ie7" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
  5. <!--[if IE 8]><html class="ie8" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
  6. <!--[if gt IE 8]><!--><html xmlns="http://www.w3.org/1999/xhtml"><!--<![endif]-->
  7.     <head>
  8.         <meta http-equiv="Content-Type" content="text/html" />
  9.        
  10.  
  11. <title>Maxi Tex n. 16 - Sergio Bonelli</title>
  12. <meta name="Keywords" content="Tex" />
  13. <meta property="og:title" content="Maxi Tex n. 16 - Sergio Bonelli" />
  14.  
  15. <meta property="og:description" name="description" content="Soggetto e sceneggiatura: Tito Faraci Disegni: Miguel Repetto Copertina: Claudio VillaI cittadini di Blackfalls rispettano e temono lo sceriffo Starker. Lui ha portato la Legge. La sua Legge. Un cappio, che pende notte e giorno sulla via principale, ricorda cosa succede a chi osa sgarrare. Ma, quando Tex arriva in citt&amp;agrave;, sulle tracce di un bandito, sente subito puzza di bruciato. Cos&amp;igrave" />
  16.  
  17.     <meta property="og:type" content="article" />
  18.  
  19. <base href="http://www.sergiobonellieditore.it/" />
  20.  
  21.  
  22.                
  23.  
  24.     <link rel="image_src" href="http://www.sergiobonellieditore.it/resizer/400/400/true/A1NU5LQabDnrg4/WCTCUEtL/ajo7xamWNQkQX4AvreeUukj8yzh+I0FsL/3wVH4D--.jpg" />
  25.    
  26.  
  27.         <link rel="canonical" href="http://www.sergiobonellieditore.it/scheda/7791/Maxi-Tex-n--16.html" />      
  28.         <meta name="viewport" content="width=device-width , user-scalable=2" />
  29.         <link rel="shortcut icon" href="favicon.ico" >  
  30.         <link href="/css/style_site.css" rel="stylesheet" type="text/css" />
  31.         <link href="/css/style_widget.css" rel="stylesheet" type="text/css" />
  32.         <link href="/css/news_layout_espanso.css" rel="stylesheet" type="text/css" />
  33.         <!--[if gte IE 9]>
  34.  <style type="text/css">
  35.    .gradient {
  36.       filter: none;
  37.    }
  38.  </style>
  39. <![endif]-->
  40. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,600&subset=latin,latin-ext' rel='stylesheet' type='text/css' />
  41. <link href='http://fonts.googleapis.com/css?family=Anton&subset=latin,latin-ext' rel='stylesheet' type='text/css' />
  42. <link href='http://fonts.googleapis.com/css?family=Squada+One' rel='stylesheet' type='text/css' />
  43.  
  44. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  45. <script type="text/javascript" src="js/dotdotdot.js"></script>
  46. <script type="text/javascript" src="js/jquery.bxSlider.min.js"></script>
  47. <script type="text/javascript" src="js/flash.js"></script>
  48. <script type="text/javascript" src="js/jquery-example.js"></script>
  49.  
  50. <script type="text/javascript" src="js/superfish/hoverIntent.js"></script>
  51. <script type="text/javascript" src="js/superfish/superfish.js"></script>
  52. <script type="text/javascript" src="js/superfish/supersubs.js"></script>
  53.  
  54. <script type="text/javascript" src="js/confirm/jquery.confirm.js"></script>  
  55. <link rel="stylesheet" href="js/confirm/jquery.confirm.css" type="text/css" />
  56. <script type="text/javascript" src="js/jquery.scrollTo.js"></script>  
  57. <script type="text/javascript" src="js/qtip/jquery.qtip.min.js"></script>  
  58. <link rel="stylesheet" href="js/qtip/jquery.qtip.css" type="text/css" />
  59. <script type="text/javascript" src="js/simpleCart.js"></script>
  60.  
  61.  
  62. <script type="text/javascript">
  63.     if ( window.XDomainRequest ) {
  64.         jQuery.ajaxTransport(function( s ) {
  65.             if ( s.crossDomain /*&& s.async*/ ) {
  66.                if ( s.timeout ) {
  67.                    s.xdrTimeout = s.timeout;
  68.                     delete s.timeout;
  69.                 }
  70.                 var xdr;
  71.                 return {
  72.                     send: function( _, complete ) {
  73.                         function callback( status, statusText, responses, responseHeaders ) {
  74.                             xdr.onload = xdr.onerror = xdr.ontimeout = jQuery.noop;
  75.                             xdr = undefined;
  76.                             complete( status, statusText, responses, responseHeaders );
  77.                         }
  78.                         xdr = new XDomainRequest();
  79.                         xdr.onload = function() {
  80.                             callback( 200, "OK", { text: xdr.responseText }, "Content-Type: " + xdr.contentType );
  81.                         };
  82.                         xdr.onerror = function() {
  83.                             callback( 404, "Not Found" );
  84.                         };
  85.                         xdr.onprogress = jQuery.noop;
  86.                         xdr.ontimeout = function() {
  87.                             callback( 0, "timeout" );
  88.                         };
  89.                         xdr.timeout = s.xdrTimeout || Number.MAX_VALUE;
  90.                         xdr.open( s.type, s.url );
  91.                         xdr.send( ( s.hasContent && s.data ) || null );
  92.                     },
  93.                     abort: function() {
  94.                         if ( xdr ) {
  95.                             xdr.onerror = jQuery.noop;
  96.                             xdr.abort();
  97.                         }
  98.                     }
  99.                 };
  100.             }
  101.         });
  102.     }
  103.    
  104.    
  105.     var vn_sessionid = '51807E133C8750DE1613FD1198C5EEAB';
  106.    
  107.     if(vn_sessionid==''){        
  108.         var jqXHR=$.ajax({
  109.             type: 'get',
  110.             url: 'http://store.sergiobonellieditore.it/bonelli/webservice/shop/getSession.jsp',
  111.             data: { _: new Date().getTime() },
  112.             xhrFields: { withCredentials: true },
  113.             crossDomain: true,
  114.             dataType: 'json',
  115.             async: false,
  116.             success: function(json){
  117.                 vn_sessionid=json.jsessionid;
  118.                 $.ajax({
  119.                     type: 'get',
  120.                     url: '/webservices/saveVnSession.jsp',
  121.                     data: { jsessionid: vn_sessionid }
  122.                 })
  123.             }
  124.         });    
  125.                                
  126.     }    
  127.    
  128.     simpleCart.checkoutTo="Custom";
  129.     simpleCart.currency= 'EUR';
  130.     //$.support.cors = true;
  131.     CartItem.prototype._link = function(outputValue){
  132.         return '<a href="'+this.link+'">'+outputValue+'</a>';
  133.     };      
  134.    
  135.     var timeout_hoverCart;
  136.    
  137.     function toggleCart(){
  138.         if(simpleCart.quantity===0){
  139.             $('.cartInfo').hide();
  140.             $('.hoverCart').hide();
  141.         }else{
  142.             $('.cartInfo').show();
  143.         }
  144.     }
  145.     function getProductInfo(_productId, callback){        
  146.         $.ajax({
  147.             type: 'get',
  148.             url: 'http://store.sergiobonellieditore.it/bonelli/webservice/getProductInfo.jsp;jsessionid='+vn_sessionid,
  149.             data: { productId: _productId, _: new Date().getTime() },            
  150.             dataType:'json',
  151.             cache: false,
  152.             success: function(json){                  
  153.                 callback(json);
  154.             }
  155.         });                
  156.     }
  157.    
  158.     function addProduct(productId){
  159.        
  160.         $.ajax({
  161.             type: 'get',
  162.             url: 'http://store.sergiobonellieditore.it/bonelli/webservice/shop/cartAdd.jsp;jsessionid='+vn_sessionid,
  163.             data: { productId: productId, _: new Date().getTime() },
  164.             xhrFields: { withCredentials: true },
  165.             crossDomain: true,
  166.             dataType: 'json',            
  167.             success: function(json) {
  168.                
  169.                 if(json.success){
  170.                    
  171.                     //aggiungo
  172.                     var prodotto;
  173.                     $.each(json.cart.items, function(index, _prodotto){
  174.                         if( parseInt(_prodotto.product.productId,10) == productId ){
  175.                             prodotto=_prodotto;
  176.                             return false;
  177.                         }
  178.                     });
  179.                    
  180.                     if(typeof prodotto !== 'undefined'){
  181.                         simpleCartAdd(prodotto);
  182.                         if( $('.simpleCart_items').length === 1  ){
  183.                             $('.hoverCart').show();
  184.                             timeout_hoverCart=window.setTimeout(function(){
  185.                                 $('.hoverCart').hide()
  186.                             },5000);
  187.                         }
  188.                     }
  189.                 }else{
  190.                     var errorMessage = json.errorMessage;
  191.                     $.confirm({
  192.                         'title'     : '',
  193.                         'message'   : errorMessage,
  194.                         'buttons'   : {'Ok':{'class':'blue'}}
  195.                      });
  196.                 }
  197.             }
  198.         });
  199.        
  200.     }
  201.    
  202.     function removeProduct(_productId,removeAll){
  203.         $.ajax({
  204.                 type: 'get',
  205.                 url: 'http://store.sergiobonellieditore.it/bonelli/webservice/shop/cartRemove.jsp;jsessionid='+vn_sessionid,
  206.                 data: { productId: _productId, removeAll: (removeAll), _: new Date().getTime() },
  207.                 xhrFields: { withCredentials: true },
  208.                 crossDomain: true,
  209.                 dataType: 'json',                
  210.                 success: function(json) {
  211.            
  212.                 }
  213.         });
  214.     }
  215.    
  216.     function simpleCartAdd(prodotto,quantity){
  217.        
  218.         simpleCart.add('productid='+prodotto.product.productId, 'quantity='+(typeof quantity === "undefined"?1:quantity), 'price='+prodotto.singlePrice, 'descrizione='+prodotto.product.productDescription.replace(new RegExp('\n', 'g'),'<br />') ,'immagine='+(typeof prodotto.product.imageLink !== "undefined"?'http://www.sergiobonellieditore.it/resizer_ext.jsp?w=100&h=-1&maximize=true&img='+encodeURIComponent(prodotto.product.imageLink):'') );
  219.     }
  220.    
  221.     // refreshCart
  222.     window.setInterval(function(){
  223.         var currentItems = {};
  224.         simpleCart.each(function(item){
  225.             currentItems[item.id] = {};
  226.             simpleCart.each( item , function( value , x , name ){
  227.                 if( name !== "id" ){
  228.                     currentItems[item.id][name] = value;
  229.                 }
  230.             });
  231.         });
  232.         currentItems = escape( JSON.stringify( currentItems ) );
  233.         simpleCart.load();
  234.         simpleCart.updateTotals();
  235.         if(localStorage.getItem('sc_simpleCart_items') !== currentItems){
  236.             simpleCart.update();
  237.         }
  238.         toggleCart();
  239.     }, 1000);
  240.    
  241.     simpleCart.bind('afterAdd', function(){
  242.         toggleCart();
  243.     });
  244.     simpleCart.bind('afterRemove', function(){
  245.         toggleCart();
  246.     });
  247.     simpleCart.bind('beforeIncrement', function(item){
  248.         addProduct(item.productid);
  249.         return false;
  250.     });
  251.     simpleCart.bind('beforeDecrement', function(item){
  252.         removeProduct(item.productid);        
  253.     });
  254.     simpleCart.bind('beforeRemove', function(item){                
  255.         removeProduct(item.productid,true);
  256.     });
  257.     simpleCart.bind('afterEmpty', function(){        
  258.         toggleCart();
  259.         $.ajax({
  260.                 type: 'get',
  261.                 url: 'http://store.sergiobonellieditore.it/bonelli/webservice/shop/cartRemove.jsp;jsessionid='+vn_sessionid,
  262.                 data: { clearCart: true, _: new Date().getTime() },
  263.                 xhrFields: { withCredentials: true },
  264.                 crossDomain: true,
  265.                 dataType: 'json',                
  266.                 success: function(json) {
  267.            
  268.                 }
  269.         });
  270.     });
  271.     simpleCart.bind('customCheckout', function(){
  272.         // se registrato mando dati del cliente al newspaper e lo loggo
  273.         /*var queryString='';
  274.         simpleCart.each(function(item){
  275.             for(var i=0;i<parseInt(item.quantity,10);i++){
  276.                queryString+='&productId='+item.productid;
  277.            }
  278.        });
  279.        try{
  280.            queryString=queryString.substr(1,queryString.length);
  281.        }catch(e){}      */  
  282.        location.href= '/custom_widget/pre_checkout.jsp'
  283.    });
  284.    simpleCart.ready(function(){      
  285.        $.ajax({
  286.                type: 'get',
  287.                url: 'http://store.sergiobonellieditore.it/bonelli/webservice/shop/cart.jsp;jsessionid='+vn_sessionid,
  288.                data: {  _: new Date().getTime() },
  289.                xhrFields: { withCredentials: true },
  290.                crossDomain: true,
  291.                dataType: 'json',                
  292.                success: function(json) {
  293.                    simpleCart.clear();
  294.                    $.each( json.cart.items, function(index, prodotto){
  295.                        simpleCartAdd(prodotto,prodotto.cartQuantity);
  296.                    });
  297.                }
  298.        });        
  299.    });
  300.    $(function(){
  301.        toggleCart();
  302.        
  303.        if( $('.simpleCart_items').length === 1  ){ // Gestione eventi hoverCart
  304.            $('.cartInfo').bind('mouseenter mouseover',function(){
  305.                try{ window.clearTimeout(timeout_hoverCart); }catch(e){}
  306.                $('.cartInfo').bind('mouseleave mouseout',function(){
  307.                    $('.hoverCart').hide();
  308.                });
  309.                $('.hoverCart').show();
  310.                                
  311.            });
  312.            
  313.            $('.hoverCart').bind('mouseenter mouseover',function(){
  314.                try{ window.clearTimeout(timeout_hoverCart); }catch(e){}
  315.                $('.hoverCart').show();
  316.                $('.cartInfo').unbind('mouseleave mouseout');
  317.                $('.hoverCart').bind('mouseleave mouseout',function(){
  318.                    $('.hoverCart').hide();
  319.                });
  320.            });
  321.        }
  322.        
  323.        //evento aggiunta carrello
  324.        $(document).on('click','.add_simpleCart[productid]',function(){
  325.            var productId=parseInt($(this).attr('productid'),10);
  326.            addProduct(productId);
  327.        });
  328.    });
  329. </script>
  330.  
  331.  
  332.  
  333. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>  
  334. <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/flick/jquery-ui.css" type="text/css" media="all" />
  335.  
  336. <script src="http://lesscss.googlecode.com/files/less-1.3.0.min.js" type="text/javascript"></script>
  337.  
  338. <script type="text/javascript">
  339.    $(window).load(function(){
  340.       $('.taglia_testo').dotdotdot();    
  341.    })
  342. </script>
  343.  
  344. <script type="text/javascript" src="js/utils.js"></script>
  345.  
  346.    
  347.  
  348. <script type="text/javascript">
  349.     $(function(){
  350.     var $reference = $('.menu_generale');
  351.     if($reference.length > 0){
  352.             $(window).bind('scroll resize', positionQuickReference);
  353.     }      
  354.                
  355.         function positionQuickReference(){
  356.             var windowTop = $(window).scrollTop();
  357.             if(windowTop >= 90){
  358.                 $reference.css({
  359.                     position: 'fixed',
  360.                     top: 0,
  361.                     zindex: 9999
  362.                     //right: $(window).width() > 700 ? $(window).width() - ($('#primary h1').offset().left + $('#primary').width()) : 20
  363.                 });
  364.             }else{
  365.                 $reference.css({
  366.                     position: 'absolute',
  367.                     top: 0
  368.                     //right: $(window).width() > 1040 ? 0 : 20
  369.                 });
  370.             }
  371.         }
  372.     });
  373.     $(function(){
  374.     var $reference = $('.cartInfo');
  375.     if($reference.length > 0){
  376.             $(window).bind('scroll resize', positionQuickReference);
  377.     }      
  378.                
  379.         function positionQuickReference(){
  380.             var windowTop = $(window).scrollTop();
  381.             if(windowTop >= 83){
  382.                 $reference.css({
  383.                     position: 'fixed',
  384.                     zindex: 99999,
  385.                     right: ($(window).width() - 990)/2+95
  386.                 });
  387.             }else{
  388.                 $reference.css({
  389.                     position: 'absolute',
  390.                     right: 95
  391.                 });
  392.             }
  393.         }
  394.     });
  395.     $(function(){
  396.     var $reference = $('.hoverCart');
  397.     if($reference.length > 0){
  398.             $(window).bind('scroll resize', positionQuickReference);
  399.     }      
  400.                
  401.         function positionQuickReference(){
  402.             var windowTop = $(window).scrollTop();
  403.             if(windowTop >= 83){
  404.                 $reference.css({
  405.                     position: 'fixed',
  406.                     zindex: 99999,
  407.                     right: ($(window).width() - 990)/2+95
  408.                 });
  409.             }else{
  410.                 $reference.css({
  411.                     position: 'absolute',
  412.                     right: 95,
  413.                     top: 65
  414.                 });
  415.             }
  416.         }
  417.     });
  418.     $(function(){
  419.     var $reference = $('.inglese');
  420.     if($reference.length > 0){
  421.             $(window).bind('scroll resize', positionQuickReference);
  422.     }      
  423.                
  424.         function positionQuickReference(){
  425.             var windowTop = $(window).scrollTop();
  426.             if(windowTop >= 83){
  427.                 $reference.css({
  428.                     position: 'fixed',
  429.                     zindex: 99999,
  430.                     right: ($(window).width() - 990)/2+5
  431.                 });
  432.             }else{
  433.                 $reference.css({
  434.                     position: 'absolute',
  435.                     right: 0
  436.                 });
  437.             }
  438.         }
  439.     });
  440. </script>
  441.  
  442. <script type="text/javascript">
  443.     $(document).ready(function() {
  444.         var altezza = $(".menu_generale .menu_2").height();
  445.        
  446.         if (altezza == null || altezza==0) {
  447.             $(".head_container").css("padding", "75px 0 0 0");
  448.         }
  449.         else {
  450.             $(".head_container").css("padding", "120px 0 0 0");
  451.         }
  452.     });
  453. </script>
  454. <script type="text/javascript">
  455.     $(function(){
  456.         $('.anteprima_ipiu.widget_edicola a').each(function(){
  457.             $(this).attr('href' , 'sezioni/43/in-edicola');
  458.         });
  459.     });
  460. </script>
  461. <script type="text/javascript">
  462.     $(function(){
  463.         $('.menu_personaggi_home a').each(function(){
  464.             $(this).attr('href' , 'sezioni/96/personaggi');
  465.         });
  466.     });
  467. </script>
  468. <script type="text/javascript">
  469. var $buoop = {vs:{i:8,f:3.6,o:10.6,s:4,n:9}}
  470. $buoop.ol = window.onload;
  471. window.onload=function(){
  472.  try {if ($buoop.ol) $buoop.ol();}catch (e) {}
  473.  var e = document.createElement("script");
  474.  e.setAttribute("type", "text/javascript");
  475.  e.setAttribute("src", "js/update.js");
  476.  document.body.appendChild(e);
  477. }
  478. </script>
  479. <script type="text/javascript">
  480.     $(function(){
  481.      // alert(navigator.appVersion);
  482.      if ((navigator.appVersion.indexOf("Windows NT 5.1")!= -1) || (navigator.appVersion.indexOf("IE")!= -1)) {
  483.      $('.bk-list li .bk-book.bk-bookdefault').css('-webkit-transform', 'none');
  484.      $('.bk-list li .bk-book.bk-bookdefault').css('transform', 'none');
  485.      $('.bk-bookview').css('display', 'none');
  486.      $('.bk-bookback').css('display', 'none');
  487.      }
  488.    
  489.     });
  490. </script>
  491.  
  492.         <script src="js/galleria/galleria-1.2.6.min.js"></script>      
  493.     </head>
  494.     <body>
  495.        
  496.  
  497.        
  498.        
  499.         <div id="container">
  500.             <div class="head_container head_home">
  501.    
  502.        
  503.                 <div class="menu menu_generale canale_home" id="box_2a9a50c9-37c9-4292-9ef8-fbc172a69a55">
  504.                     <ul class="menu_1">
  505. <li class="home">
  506. <a href="sezioni/1/home"  >Home</a>
  507. </li>
  508. <li class="news">
  509. <a href="sezioni/309/news"  >News</a>
  510. </li>
  511. <li class="casa-editrice">
  512. <a href="sezioni/310/casa-editrice"  >Casa editrice</a>
  513. </li>
  514. <li class="personaggi">
  515. <a href="sezioni/96/personaggi"  >Personaggi</a>
  516. </li>
  517. <li class="edicola">
  518. <a href="sezioni/311/edicola"  >Edicola</a>
  519. </li>
  520. <li class="giornale">
  521. <a href="sezioni/312/giornale"  >Giornale</a>
  522. </li>
  523. </ul>
  524.  
  525.                 </div>
  526.                
  527.    
  528.    
  529. <div class="cartInfo" style="display:none" ><a href="sezioni/1056/carrello"><span class="simpleCart_quantity"></span></a></div>
  530. <script type="text/javascript">    
  531.     simpleCart.cartHeaders = ['Copertina','immagine_image_noHeader','Prezzo','Price_noHeader','Qta','Quantity_noHeader','increment_noHeader','decrement_noHeader','remove_noHeader'];
  532. </script>
  533. <div class="hoverCart" style="display:none;">
  534.     <div class="simpleCart_items" ></div>
  535.     <div class="cont_simple" >
  536.         <a href="javascript:;" class="simpleCart_empty">Svuota</a>
  537.         <a href="sezioni/1056/carrello" class="simpleCart_checkout">Apri il carrello</a>
  538.     </div>
  539. </div>
  540.    
  541.    
  542.        
  543.                 <div class="menu inglese" id="box_44b44f29-8fde-42a2-b5dc-db4a63731740">
  544.                     <ul class="menu_1">
  545. <li class="inglese">
  546. <a href="sezioni/2338/inglese"  >Inglese</a>
  547. </li>
  548. </ul>
  549.  
  550.                 </div>
  551.                
  552.    
  553.    
  554.    
  555.  
  556.     <div class="logo">
  557.         <a href="index.html"><img  alt="" title="" src="images/sergio_bonelli_editore.png" /></a>        
  558.     </div>
  559.  
  560.     <div class="container_cerca_login">
  561.        
  562. <div class="cerca head_cerca" id="cerca12295d73-1087-4756-a928-4c04eb831bcd">
  563.    
  564.    
  565.     <form method="GET" action="ricerca.jsp">
  566.        
  567.                 <div class="cerca_campo_text"><input type="text" name="q" value="" /></div>
  568.            
  569.                 <div class="cerca_campo_invio"><input type="submit" value="vai!" /></div>
  570.            
  571.     </form>
  572. </div><!-- cerca -->
  573.  
  574. <script type="text/javascript">
  575.    $(document).ready(function(){
  576.       $.datepicker.setDefaults( $.datepicker.regional[ "it" ] );
  577.       $('input[name="filter_from"], input[name="filter_to"]').datepicker({
  578.           dateFormat: 'dd/mm/yy'
  579.       });
  580.       $('#cerca12295d73-1087-4756-a928-4c04eb831bcd input[name="q"]').example('Cerca sul sito...');      
  581.       $('#cerca12295d73-1087-4756-a928-4c04eb831bcd form').submit(function(){                    
  582.           var select_sezioni = $(this).find('select[name="sezione_ricerca"]');          
  583.           if( $.trim(select_sezioni.val()).length == 0 ){
  584.               select_sezioni.remove();
  585.           }
  586.       });
  587.       $('#cerca12295d73-1087-4756-a928-4c04eb831bcd input[example]').each(function(){
  588.           $(this).example($(this).attr('example'));
  589.       });
  590.    });
  591. </script>
  592.  
  593.  
  594.        
  595.  
  596.     <div class="login head_login">
  597.         <p class="occhiello_titolo"></p>
  598.                            
  599.            
  600.                 <p class="apri_login">Login</p>
  601.                 <script type="text/javascript">
  602.                     $(document).ready(function(){
  603.                         var speed=300;
  604.                         $('.user_access_orizzontale').hide();
  605.                         //$('.ApriPassword').hide();
  606.                         $('.apri_login').click(function(){                            
  607.                             //$('.user_login').slideToggle(speed);
  608.                             that=$(this);
  609.                             $('.user_access_orizzontale').toggleClass('aperto');
  610.                             $('.user_access_orizzontale').slideToggle(speed,function(){
  611.                                 if(!that.hasClass('aperto')){
  612.                                     $('.user_login').show();
  613.                                     $('.recupera_password').hide();
  614.                                 }
  615.                             });  
  616.                            
  617.                             //$('.ApriPassword').slideToggle(speed);
  618.                         });
  619.                         $('.ApriPassword').click(function(){
  620.                             //$(this).slideToggle(speed);
  621.                             $('.user_login').slideToggle(speed);
  622.                             $('.recupera_password').slideToggle(speed);
  623.                         });
  624.                         $('.TornaLogin').click(function(){
  625.                             //$('.ApriPassword').slideToggle(speed);
  626.                             $('.user_login').slideToggle(speed);
  627.                             $('.recupera_password').slideToggle(speed);
  628.                         });
  629.                         $('.chiudi a').click(function(){
  630.                             $('.LoginBox').slideToggle(speed);
  631.                             $('.user_login').slideToggle(speed);
  632.                             return false;
  633.                         });
  634.                     });
  635.                 </script>
  636.                                    
  637.             <p class="registrati"><a href="registrati.html">Registrati</a></p>                    
  638.            
  639.                            
  640.                 <div class="user_access_orizzontale">
  641.                     <div class="user_login">
  642.                         <form action="webservices/login.jsp" method="post" id="form_login_a7c45fb2-074b-42f5-92e4-826d1dd5bdc5">
  643.                             <div class="user_login_input">                                
  644.                                 <label for="">Email/Username</label>
  645.                                 <input type="text" name="usernameLogin" value="" />
  646.                             </div>
  647.                             <div class="user_login_input">
  648.                                 <label for="">Password</label>
  649.                                 <input type="password" name="passwordLogin" value="" />
  650.                             </div>
  651.                             <div class="user_login_button">
  652.                                 <input type="submit" value="Login" />
  653.                             </div>                            
  654.                         </form>
  655.                         <p class="ApriPassword"><a>Password dimenticata?</a></p>                            
  656.                     </div><!--user_login-->
  657.                     <script type="text/javascript">
  658.                         $('#form_login_a7c45fb2-074b-42f5-92e4-826d1dd5bdc5').submit(function(){
  659.                             $.ajax({
  660.                                 url: $(this).attr('action'),
  661.                                 type: $(this).attr('method'),
  662.                                 data: $(this).serialize(),
  663.                                 dataType: 'json',
  664.                                 success: function(response){
  665.                                     if(response.Status == 'ok'){
  666.                                         location.href=location.href;
  667.                                     }else{                                        
  668.                                         $.confirm({
  669.                                             'title'        : 'Utente non riconosciuto\.',
  670.                                             'message'   : 'Errore nel login\: username o password errate\, oppure l\'account non è stato attivato\.',
  671.                                             'buttons'   : {'Ok':{'class':'blue'}}
  672.                                         });
  673.                                     }
  674.                                 }
  675.                             })
  676.                             return false;
  677.                         });
  678.                     </script>
  679.                    
  680.                     <div class="recupera_password" style="display:none">
  681.                         <form method="post" action="servizio.jsp">
  682.                             <p>Inserisci l'indirizzo e-mail di registrazione; <br />ti verr&agrave; immediatamente spedito un link per reimpostare la password.</p>
  683.                             <div class="send_email_password">
  684.                                 <input type="text" name="emailRecoverPW" value="" />
  685.                                 <input type="hidden" name="todo" value="recoverPW" />
  686.                             </div>
  687.                             <div class="send_email_button">
  688.                                 <input type="submit" value="invia" />
  689.                             </div>
  690.                             <p class="TornaLogin"><a>Torna al login</a></p>
  691.                         </form>
  692.                     </div><!--recupera_password-->                    
  693.                 </div>
  694.            
  695.     </div>
  696.  
  697.     </div><!--container_cerca_login-->
  698.        
  699. </div><!--head_container-->
  700.             <div class="overbox_full">
  701.                 <div class="overbox_column_right">
  702.                    
  703.                    
  704.  
  705.        
  706.         <div class="anteprima_ipiu anteprima_ipiu_counter_1 widget_edicola" id="box_18adfcda-1df4-40ac-95a4-e306795a01c3">
  707.            
  708.                 <p class="occhiello_titolo">Edicola
  709.                 </p>
  710.            
  711.        <div class="cont">      
  712.  
  713.               <div class="schermata">            
  714.                
  715.               <div class="hori_group">
  716.               <div class="box  pos1 scheda brendon">
  717.                   <div class="cont_foto"><a href="scheda/10092/Il-terzo-peccato-mortale.html"><img alt="Il terzo peccato mortale" title="Il terzo peccato mortale" src="resizer/300/394/true/UpkPfA5XLjhS3z0m7aONj+cASYhZKc8z1O6yO2ptNxs=--.jpg" /></a></div>
  718.                       <div class="icona_tipo">&nbsp;</div></div></div></div><div class="schermata">
  719.               <div class="hori_group">
  720.               <div class="box  pos2 scheda nathannever">
  721.                   <div class="cont_foto"><a href="scheda/10119/Sulle-tracce-del-serial-killer.html"><img alt="Sulle tracce del serial killer" title="Sulle tracce del serial killer" src="resizer/300/394/true/UpkPfA5XLjh0tgLzUudRplWomDyOz3qSymCAvKKHYgs=--.jpg" /></a></div>
  722.                       <div class="icona_tipo">&nbsp;</div></div></div></div><div class="schermata">
  723.               <div class="hori_group">
  724.               <div class="box  pos3 scheda lestorie">
  725.                   <div class="cont_foto"><a href="scheda/10118/Il-lungo-inverno.html"><img alt="Il lungo inverno" title="Il lungo inverno" src="resizer/300/394/true/UpkPfA5XLji1v6ykIPcwxaRNdYrFrWqDo9KKtRfN61k=--.jpg" /></a></div>
  726.                       <div class="icona_tipo">&nbsp;</div></div></div></div><div class="schermata">
  727.               <div class="hori_group">
  728.               <div class="box  pos4 scheda martinmystre">
  729.                   <div class="cont_foto"><a href="scheda/10059/Progetto-Leviathan.html"><img alt="Protocollo Leviathan" title="Protocollo Leviathan" src="resizer/300/394/true/UpkPfA5XLjgVXgDGee5V+v8dItmaGapbJfLC6Nr4yDE=--.jpg" /></a></div>
  730.                       <div class="icona_tipo">&nbsp;</div></div></div></div>
  731.        </div>
  732.        <div id="punti_slide_widget_edicolabox_18adfcda-1df4-40ac-95a4-e306795a01c3" class="punti_slide"></div>
  733.     </div>  
  734.     <script type="text/javascript">
  735.        $('.icona_tipo').css('cursor','pointer')
  736.        $('.icona_tipo').click(function(){
  737.           window.location=$(this).parent().find('a').attr('href');
  738.        })
  739.     </script>
  740.  
  741.    
  742.  
  743.    
  744.         <script type="text/javascript">
  745.            $('head').append('<style type="text/css">#box_18adfcda-1df4-40ac-95a4-e306795a01c3 {visibility:hidden;}</style>');
  746.             //$(document).ready(function(){
  747.                $('#box_18adfcda-1df4-40ac-95a4-e306795a01c3 .cont').bxSlider({                      
  748.                    
  749.                        auto:true,
  750.                        pause:8000,
  751.                        pager:true,
  752.                        pagerSelector: '#box_18adfcda-1df4-40ac-95a4-e306795a01c3 .punti_slide'
  753.                    
  754.                });
  755.  
  756.                $('#box_18adfcda-1df4-40ac-95a4-e306795a01c3').css('visibility','visible')
  757.                
  758.             //})          
  759.         </script>
  760.    
  761. <!-- CACHED -->
  762.                     <div  class="banner_300x250"><a href="http://www.geabonelli.it/clickhere.jsp?id=8&mode=adv&l=news%2F10187%2FLe-spedizioni-degli-albi-arretrati-saranno.html" onclick="window.open(this.href); return false;"><img src='upload/1374741625415.gif' alt='' /></a></div>
  763.                      
  764.                 </div><!--overbox_column_right-->
  765.                 <div class="overbox_maim">  
  766.                     <div class="overbox_3d">                   
  767.                        
  768.     <link rel="stylesheet" type="text/css" href="custom_widget/3DBookShowcase/css/component.css" />
  769.     <script src="custom_widget/3DBookShowcase/js/modernizr.custom.js"></script>
  770.     <div class="espanso3d">
  771.         <ul id="bk-list" class="bk-list clearfix">
  772.             <li>
  773.                 <div class="bk-book book-1 bk-bookdefault">
  774.                         <div class="bk-front">
  775.                                 <div class="bk-cover">
  776.                                     <img src="resizer/381/-1/true/A1NU5LQabDnrg4/WCTCUEtL/ajo7xamWNQkQX4AvreeUukj8yzh+I0FsL/3wVH4D--.jpg" />
  777.                                 </div>
  778.                                 <div class="bk-cover-back"></div>
  779.                         </div>
  780.                         <div class="bk-page">
  781.                             <div class="bk-content bk-content-current">
  782.                                     <a href="upload/Maxi_Tex_16_tav_1_ne_1371718865385.jpg" onclick="window.open(this.href, '_blank', 'width=381,height=502,left='+( (screen.width/2)-(381/2) )+',top='+( (screen.height/2)-(502/2) ) ); return false;">
  783.                                         <img src="resizer/381/-1/true/5yRgHHh4mH3uIHaSYeapy+uZ7h+w40Go+sASag5dGOKUbag+ujyqY6Bw8e3wargX--.jpg"/>
  784.                                     </a>
  785.                                 </div><div class="bk-content bk-content-current">
  786.                                     <a href="upload/Maxi_Tex_16_tav_2_ne_1371718865437.jpg" onclick="window.open(this.href, '_blank', 'width=381,height=502,left='+( (screen.width/2)-(381/2) )+',top='+( (screen.height/2)-(502/2) ) ); return false;">
  787.                                         <img src="resizer/381/-1/true/5yRgHHh4mH3uIHaSYeapy/OdghLNyIOiuEBUBnZGlWpZpyZCGsUsspCJ1JWS0YJw--.jpg"/>
  788.                                     </a>
  789.                                 </div>
  790.                         </div>
  791.                         <div class="bk-back">
  792.                             <p class="sommario">
  793.                                
  794.                             </p>
  795.                         </div>
  796.                         <div class="bk-right"></div>
  797.                         <div class="bk-left">
  798.                             <h2>
  799.                                 <span>n.16, annuale</span>
  800.                                 <span>Maxi Tex n. 16</span>
  801.                             </h2>
  802.                         </div>
  803.                         <div class="bk-top"></div>
  804.                         <div class="bk-bottom"></div>
  805.                 </div>
  806.                 <div class="bk-info">
  807.                        
  808.                         <button class="bk-bookview">Scopri</button>
  809.                             <script type="text/javascript">
  810.                                 $(function(){
  811.                                     getProductInfo(7791, function(json){
  812.                                         if(json.length>0){
  813.                                             var disponibilita=parseInt(json[0].availability,10);
  814.                                             if(disponibilita>0){
  815.                                                 var button = $('<button class="add_simpleCart bk-buy"></button>').attr('productid', '7791').html('Acquista');
  816.                                                 $('.bk-info').append(button);
  817.                                             }else{
  818.                                                 $('.bk-info').append('<button class="bk-bookback-esaurito">Esaurito</button>');
  819.                                             }
  820.                                         }
  821.                                     });
  822.                                 });
  823.                             </script>
  824.                            
  825.                        
  826.                 </div>
  827.             </li>
  828.         </ul>
  829.     </div>
  830.     <script src="custom_widget/3DBookShowcase/js/books1.js"></script>
  831.     <script type="text/javascript">
  832.             $(function(){
  833.                 Books.init();
  834.             });
  835.            
  836.             $(document).on('click','.bk-bookview',function(){
  837.                 if($( '#bk-list > li > div.bk-book' ).data('opened')){
  838.                     $(this).html('Chiudi');
  839.                 }else{
  840.                     $(this).html('Scopri');
  841.                 }
  842.             });
  843.            
  844.             $('.espanso3d .bk-cover img').one('load',function(){
  845.                 var book_height = $('.espanso3d .bk-cover img').height();
  846.                 $('.espanso3d .bk-list li .bk-book').css('height', book_height+'px');
  847.                 $('.espanso3d .bk-list li .bk-front').css('height', book_height+'px');
  848.                 $('.espanso3d .bk-list li .bk-back').css('height', book_height+'px');
  849.                 $('.espanso3d .bk-list li .bk-front > div').css('height', book_height+'px');
  850.                 $('.espanso3d .bk-list li .bk-left').css('height', book_height+'px');
  851.                 $('.espanso3d .book-1 .bk-left h2').css('width', book_height+'px');
  852.                 $('.espanso3d .bk-page').css('height', book_height+'px');
  853.                 var bk_info=$('.espanso3d .bk-info');
  854.                 bk_info.css('margin-top', book_height+26+'px');
  855.             }).each(function(){                
  856.                 if(this.complete) $(this).load();
  857.             });
  858.     </script>
  859.  
  860.                         <div class="nav_albo">
  861.             <div class="nav_albo_cont_element">
  862.                 <p class="prev"><span class="numero">n.15</span><a href="scheda/7790/Maxi-Tex-n--15.html"><</a></p><p class=data>5 ottobre 2012</p>
  863.             </div>
  864.         </div>
  865.      
  866.                     </div>
  867.                    
  868.     <div class="articolo_espanso_3d espanso_3d_arretrati">
  869.     <p class="tag_14"><span class="nome">Presentazione:
  870. </span><span class="valore">L'ombra del cappio si allunga sulla cittadina di Blackfalls!</span></p>
  871.     </div>  
  872.  
  873.  
  874.                     <span class="nome_collana">Maxi Tex</span>
  875.                    
  876.     <div class="articolo_espanso_3d numero_periodo">
  877.     <p class="tag_1"><span class="nome">N&deg;:
  878.  </span><span class="valore">16</span></p><p class="tag_3"><span class="nome">Periodicit&agrave;:
  879.  </span><span class="valore">annuale</span></p>
  880.     </div>  
  881.  
  882.  
  883.                    
  884.     <div class="articolo_espanso_3d espanso_3d_arretrati">
  885.     <h1 class="titolo_articolo titolo">Maxi Tex n. 16</h1><p class="tag_2"><span class="nome">Uscita:</span><span class="valore">05/10/2012</span></p>
  886.                 <div class="testo_articolo testo testoResize">
  887.                    
  888.                         Soggetto e sceneggiatura: <strong>Tito Faraci</strong><br /> Disegni: <strong>Miguel Repetto</strong><br /> Copertina: <strong>Claudio Villa</strong><br /><br />I cittadini di Blackfalls rispettano e temono lo sceriffo Starker. Lui ha portato la Legge. La sua Legge. Un cappio, che pende notte e giorno sulla via principale, ricorda cosa succede a chi osa sgarrare. Ma, quando Tex arriva in citt&agrave;, sulle tracce di un bandito, sente subito puzza di bruciato. Cos&igrave; si mette a indagare, a costo di ritrovarsi contro l'intera Blackfalls, fino a una resa dei conti in cui emerger&agrave; una verit&agrave; sorprendente e amara...
  889.                    
  890.                 </div>
  891.                
  892.     </div>  
  893.  
  894.  
  895.                    
  896.                    
  897.  
  898. <script type="text/javascript">
  899.     var addthis_share={
  900.     url_transforms : {
  901.          shorten: {
  902.             twitter: 'bitly'
  903.          }
  904.     },
  905.     shorteners : {
  906.          bitly : {
  907.              login: '',
  908.              apiKey: ''
  909.          }
  910.     }
  911.     }
  912.    
  913. </script>
  914. <script type="text/javascript">
  915.     document.write('<div class="share articolo_share">');
  916.     <!-- AddThis Button BEGIN -->
  917.     document.write('<div class="addthis_toolbox addthis_default_style ">');
  918.    
  919.            
  920.                 document.write('<a class="addthis_button_facebook" >Condividi</a>');
  921.                        
  922.        
  923.            
  924.                 document.write('<a class="addthis_button_facebook_like" ></a>');
  925.                        
  926.        
  927.            
  928.                 document.write('<a class="addthis_button_tweet" ></a>');
  929.                        
  930.        
  931.            
  932.                 document.write('<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>');
  933.                        
  934.        
  935.            
  936.                 document.write('<a class="addthis_button_compact" ></a>');
  937.                        
  938.                
  939.     document.write('</div>');
  940.  </script>
  941.  
  942.     <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4e1c62a276e4ee22"></script>
  943.     <!-- AddThis Button END -->
  944.    
  945.    
  946.  
  947. <script type="text/javascript">        
  948. document.write('</div>');
  949. //document.write('<div class="clear">&nbsp;</div>');
  950. </script>
  951.  
  952.                    
  953. <link rel="stylesheet" type="text/css" href="custom_widget/cursore_tabella_arretrati/css/demo.css" />
  954. <link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css" />
  955. <link rel="stylesheet" type="text/css" href="custom_widget/cursore_tabella_arretrati/css/style.css" />
  956. <script src="custom_widget/cursore_tabella_arretrati/js/modernizr.custom.63321.js"></script>
  957. <script type="text/javascript">
  958.     function aggiungiProdotto(productId,link,copertina,numero,titolo){
  959.         getProductInfo(productId,function(json){
  960.             try{
  961.                 var disponibilita=parseInt(json[0].availability,10);
  962.                 if(disponibilita>2){ disponibilita=2; }
  963.                 $('.cont_tabella_albi [productid='+productId+']').parent().find('a').append('<p class="disponibilita_'+disponibilita+'"></p>');
  964.                 if(disponibilita>0){
  965.                     $('.cont_tabella_albi [productid='+productId+']').append('<button type="button" productid="'+productId+'" class="aggiungi_carrello add_simpleCart"></button>');
  966.                 }                
  967.             }catch(e){}
  968.         });
  969.     }
  970. </script>
  971. <div class="cont_tabella_albi tabella_arretrati_articolo">
  972.     <form>
  973.         <div class="filtra_tabella_albi">
  974.             <p class="occhiello_titolo">Filtra la tua ricerca:</p>
  975.             <input type="text" example="Titolo" class="titolo_tabella_albo" name="titolo_tabella_albo" value="" />
  976.             <input type="text" example="N°" class="numero_tabella_albo" name="numero_tabella_albo" value="" />
  977.             <input type="submit" class="cerca" name="cerca" value="Cerca" />
  978.             <div class="filtra_risultati">
  979.                 <p class="numero_risultati">Risultati per pagina:</p>
  980.                 <div class="radio_risultati">
  981.                     <span>10</span><input type="radio" name="risultati_pagina_albo" checked="checked" value="10" /><span>20</span><input type="radio" name="risultati_pagina_albo"  value="20" /><span>40</span><input type="radio" name="risultati_pagina_albo"  value="40" />
  982.                 </div>
  983.             </div>
  984.         </div>
  985.     <div class="legenda">
  986.             <ul>
  987.                <li class="esaurito"><a>Esaurito</a></li>
  988.                <li class="in_esaurimento"><a>In esaurimento</a></li>
  989.                <li class="disponibile"><a>Disponibile</a></li>
  990.             </ul>
  991.     </div>
  992.         <table class="tabella_albi">
  993.             <tr class="intestazione">
  994.                 <td class="numero"></td>
  995.                 <td class="titolo">Titolo</td>
  996.                 <td class="data">M/A prima edizione</td>
  997.                 <td class="sezione">Maxi Tex</td>
  998.                
  999.             </tr>
  1000.             <tr class="albo riga_1">
  1001.                     <td class="numero">1</td>
  1002.                     <td class="titolo"><a qtip="resizer/200/-1/true/zcVYnplgPUyxFrEJ4iwYenS2L9Q12u0GEhHvZ9O1DlkMp4j5HkAHNVpEeCswLH4N--.jpg" href="scheda/7776/Maxi-Tex-1991.html">Maxi Tex 1991</a></td>
  1003.                     <td class="data">12.1991</td>
  1004.                     <td class="sezione"><a qtip="resizer/200/-1/true/zcVYnplgPUyxFrEJ4iwYenS2L9Q12u0GEhHvZ9O1DlkMp4j5HkAHNVpEeCswLH4N--.jpg" href="scheda/7776/Maxi-Tex-1991.html">
  1005.                            
  1006.                         </a>
  1007.                        
  1008.                             <div class="cont_aggiungi_carrello" productid="7776"></div>
  1009.                             <script type="text/javascript">
  1010.                                 $(function(){
  1011.                                     aggiungiProdotto(7776,'scheda/7776/Maxi-Tex-1991.html','resizer/100/-1/true/zcVYnplgPUyxFrEJ4iwYenS2L9Q12u0GEhHvZ9O1DlkMp4j5HkAHNVpEeCswLH4N--.jpg','1','Maxi Tex 1991');
  1012.                                 })
  1013.                                
  1014.                             </script>
  1015.                            
  1016.                     </td>
  1017.                    
  1018.                 </tr><tr class="albo riga_2">
  1019.                     <td class="numero">2</td>
  1020.                     <td class="titolo"><a qtip="resizer/200/-1/true/L0E0g3Nfzgco+JFQL3DHUmkSMCI2aKP3Ptt4sF4rSXbAuKzKmN85V+7dUOqaZXU3--.jpg" href="scheda/7777/Maxi-Tex-1997.html">Maxi Tex 1997</a></td>
  1021.                     <td class="data">11.1997</td>
  1022.                     <td class="sezione"><a qtip="resizer/200/-1/true/L0E0g3Nfzgco+JFQL3DHUmkSMCI2aKP3Ptt4sF4rSXbAuKzKmN85V+7dUOqaZXU3--.jpg" href="scheda/7777/Maxi-Tex-1997.html">
  1023.                            
  1024.                         </a>
  1025.                        
  1026.                             <div class="cont_aggiungi_carrello" productid="7777"></div>
  1027.                             <script type="text/javascript">
  1028.                                 $(function(){
  1029.                                     aggiungiProdotto(7777,'scheda/7777/Maxi-Tex-1997.html','resizer/100/-1/true/L0E0g3Nfzgco+JFQL3DHUmkSMCI2aKP3Ptt4sF4rSXbAuKzKmN85V+7dUOqaZXU3--.jpg','2','Maxi Tex 1997');
  1030.                                 })
  1031.                                
  1032.                             </script>
  1033.                            
  1034.                     </td>
  1035.                    
  1036.                 </tr><tr class="albo riga_1">
  1037.                     <td class="numero">3</td>
  1038.                     <td class="titolo"><a qtip="resizer/200/-1/true/L0E0g3NfzgfgZONSFrQF0fEaB59dqNocyDeK07XLddnruqAK2lcFmIrMzjzOKkzq--.jpg" href="scheda/7778/Maxi-Tex-1999.html">Maxi Tex 1999</a></td>
  1039.                     <td class="data">10.1999</td>
  1040.                     <td class="sezione"><a qtip="resizer/200/-1/true/L0E0g3NfzgfgZONSFrQF0fEaB59dqNocyDeK07XLddnruqAK2lcFmIrMzjzOKkzq--.jpg" href="scheda/7778/Maxi-Tex-1999.html">
  1041.                            
  1042.                         </a>
  1043.                        
  1044.                             <div class="cont_aggiungi_carrello" productid="7778"></div>
  1045.                             <script type="text/javascript">
  1046.                                 $(function(){
  1047.                                     aggiungiProdotto(7778,'scheda/7778/Maxi-Tex-1999.html','resizer/100/-1/true/L0E0g3NfzgfgZONSFrQF0fEaB59dqNocyDeK07XLddnruqAK2lcFmIrMzjzOKkzq--.jpg','3','Maxi Tex 1999');
  1048.                                 })
  1049.                                
  1050.                             </script>
  1051.                            
  1052.                     </td>
  1053.                    
  1054.                 </tr><tr class="albo riga_2">
  1055.                     <td class="numero">4</td>
  1056.                     <td class="titolo"><a qtip="resizer/200/-1/true/pcp4e6hzZlgRPiFRLh8VgGZls6fd9WoQicitd600IctUIQ+HmYj55/ynarUpFz9G--.jpg" href="scheda/7779/Maxi-Tex-2000.html">Maxi Tex 2000</a></td>
  1057.                     <td class="data">10.2000</td>
  1058.                     <td class="sezione"><a qtip="resizer/200/-1/true/pcp4e6hzZlgRPiFRLh8VgGZls6fd9WoQicitd600IctUIQ+HmYj55/ynarUpFz9G--.jpg" href="scheda/7779/Maxi-Tex-2000.html">
  1059.                            
  1060.                         </a>
  1061.                        
  1062.                             <div class="cont_aggiungi_carrello" productid="7779"></div>
  1063.                             <script type="text/javascript">
  1064.                                 $(function(){
  1065.                                     aggiungiProdotto(7779,'scheda/7779/Maxi-Tex-2000.html','resizer/100/-1/true/pcp4e6hzZlgRPiFRLh8VgGZls6fd9WoQicitd600IctUIQ+HmYj55/ynarUpFz9G--.jpg','4','Maxi Tex 2000');
  1066.                                 })
  1067.                                
  1068.                             </script>
  1069.                            
  1070.                     </td>
  1071.                    
  1072.                 </tr><tr class="albo riga_1">
  1073.                     <td class="numero">5</td>
  1074.                     <td class="titolo"><a qtip="resizer/200/-1/true/evBuoKUANzUCyIspHSaFZaY956GkR5ZSvpfMDwhQPyi25Hp+nwGgq4Dt1D/kxXAU--.jpg" href="scheda/7780/Maxi-Tex-2001.html">Maxi Tex 2001</a></td>
  1075.                     <td class="data">10.2001</td>
  1076.                     <td class="sezione"><a qtip="resizer/200/-1/true/evBuoKUANzUCyIspHSaFZaY956GkR5ZSvpfMDwhQPyi25Hp+nwGgq4Dt1D/kxXAU--.jpg" href="scheda/7780/Maxi-Tex-2001.html">
  1077.                            
  1078.                         </a>
  1079.                        
  1080.                             <div class="cont_aggiungi_carrello" productid="7780"></div>
  1081.                             <script type="text/javascript">
  1082.                                 $(function(){
  1083.                                     aggiungiProdotto(7780,'scheda/7780/Maxi-Tex-2001.html','resizer/100/-1/true/evBuoKUANzUCyIspHSaFZaY956GkR5ZSvpfMDwhQPyi25Hp+nwGgq4Dt1D/kxXAU--.jpg','5','Maxi Tex 2001');
  1084.                                 })
  1085.                                
  1086.                             </script>
  1087.                            
  1088.                     </td>
  1089.                    
  1090.                 </tr><tr class="albo riga_2">
  1091.                     <td class="numero">6</td>
  1092.                     <td class="titolo"><a qtip="resizer/200/-1/true/N25Qi5fhXWhaMGe7OQ9tMXR6inF2YjTIw4hgDN5nlOOlH5EL0c3rnHRRyywuPxVN--.jpg" href="scheda/7781/Maxi-Tex-2002.html">Maxi Tex 2002</a></td>
  1093.                     <td class="data">10.2002</td>
  1094.                     <td class="sezione"><a qtip="resizer/200/-1/true/N25Qi5fhXWhaMGe7OQ9tMXR6inF2YjTIw4hgDN5nlOOlH5EL0c3rnHRRyywuPxVN--.jpg" href="scheda/7781/Maxi-Tex-2002.html">
  1095.                            
  1096.                         </a>
  1097.                        
  1098.                             <div class="cont_aggiungi_carrello" productid="7781"></div>
  1099.                             <script type="text/javascript">
  1100.                                 $(function(){
  1101.                                     aggiungiProdotto(7781,'scheda/7781/Maxi-Tex-2002.html','resizer/100/-1/true/N25Qi5fhXWhaMGe7OQ9tMXR6inF2YjTIw4hgDN5nlOOlH5EL0c3rnHRRyywuPxVN--.jpg','6','Maxi Tex 2002');
  1102.                                 })
  1103.                                
  1104.                             </script>
  1105.                            
  1106.                     </td>
  1107.                    
  1108.                 </tr><tr class="albo riga_1">
  1109.                     <td class="numero">7</td>
  1110.                     <td class="titolo"><a qtip="resizer/200/-1/true/EpP7m1/SfLT/XMI/+Tedh1DzALn3kaX4AfOz2ik6ZesOnCpdC1m7MQAcfdPWm8wj--.jpg" href="scheda/7782/Maxi-Tex-2003.html">Maxi Tex 2003</a></td>
  1111.                     <td class="data">10.2003</td>
  1112.                     <td class="sezione"><a qtip="resizer/200/-1/true/EpP7m1/SfLT/XMI/+Tedh1DzALn3kaX4AfOz2ik6ZesOnCpdC1m7MQAcfdPWm8wj--.jpg" href="scheda/7782/Maxi-Tex-2003.html">
  1113.                            
  1114.                         </a>
  1115.                        
  1116.                             <div class="cont_aggiungi_carrello" productid="7782"></div>
  1117.                             <script type="text/javascript">
  1118.                                 $(function(){
  1119.                                     aggiungiProdotto(7782,'scheda/7782/Maxi-Tex-2003.html','resizer/100/-1/true/EpP7m1/SfLT/XMI/+Tedh1DzALn3kaX4AfOz2ik6ZesOnCpdC1m7MQAcfdPWm8wj--.jpg','7','Maxi Tex 2003');
  1120.                                 })
  1121.                                
  1122.                             </script>
  1123.                            
  1124.                     </td>
  1125.                    
  1126.                 </tr><tr class="albo riga_2">
  1127.                     <td class="numero">8</td>
  1128.                     <td class="titolo"><a qtip="resizer/200/-1/true/RSplJGSSNHw7WkOaG+b0XeTgSD8Hw5cvGUG/1VZvitp3sTVNqp38YpgltV1VSHCt--.jpg" href="scheda/7783/Maxi-Tex-2004.html">Maxi Tex 2004</a></td>
  1129.                     <td class="data">10.2004</td>
  1130.                     <td class="sezione"><a qtip="resizer/200/-1/true/RSplJGSSNHw7WkOaG+b0XeTgSD8Hw5cvGUG/1VZvitp3sTVNqp38YpgltV1VSHCt--.jpg" href="scheda/7783/Maxi-Tex-2004.html">
  1131.                            
  1132.                         </a>
  1133.                        
  1134.                             <div class="cont_aggiungi_carrello" productid="7783"></div>
  1135.                             <script type="text/javascript">
  1136.                                 $(function(){
  1137.                                     aggiungiProdotto(7783,'scheda/7783/Maxi-Tex-2004.html','resizer/100/-1/true/RSplJGSSNHw7WkOaG+b0XeTgSD8Hw5cvGUG/1VZvitp3sTVNqp38YpgltV1VSHCt--.jpg','8','Maxi Tex 2004');
  1138.                                 })
  1139.                                
  1140.                             </script>
  1141.                            
  1142.                     </td>
  1143.                    
  1144.                 </tr><tr class="albo riga_1">
  1145.                     <td class="numero">9</td>
  1146.                     <td class="titolo"><a qtip="resizer/200/-1/true/UpkPfA5XLjiAuNdcth8y+BhtPXhRBfX380YoMXfLe1IgH6t8W5EzbPtcnxFI3r4+--.jpg" href="scheda/7784/Maxi-Tex-2005.html">Maxi Tex 2005</a></td>
  1147.                     <td class="data">10.2005</td>
  1148.                     <td class="sezione"><a qtip="resizer/200/-1/true/UpkPfA5XLjiAuNdcth8y+BhtPXhRBfX380YoMXfLe1IgH6t8W5EzbPtcnxFI3r4+--.jpg" href="scheda/7784/Maxi-Tex-2005.html">
  1149.                            
  1150.                         </a>
  1151.                        
  1152.                             <div class="cont_aggiungi_carrello" productid="7784"></div>
  1153.                             <script type="text/javascript">
  1154.                                 $(function(){
  1155.                                     aggiungiProdotto(7784,'scheda/7784/Maxi-Tex-2005.html','resizer/100/-1/true/UpkPfA5XLjiAuNdcth8y+BhtPXhRBfX380YoMXfLe1IgH6t8W5EzbPtcnxFI3r4+--.jpg','9','Maxi Tex 2005');
  1156.                                 })
  1157.                                
  1158.                             </script>
  1159.                            
  1160.                     </td>
  1161.                    
  1162.                 </tr><tr class="albo riga_2">
  1163.                     <td class="numero">10</td>
  1164.                     <td class="titolo"><a qtip="resizer/200/-1/true/EpP7m1/SfLT412zIeeOYXi7hG1oCOG0Gm5NvmBARR6AlXB/zKIjaONqPpPnZkYGk--.jpg" href="scheda/7785/Maxi-Tex-2006.html">Maxi Tex 2006</a></td>
  1165.                     <td class="data">10.2006</td>
  1166.                     <td class="sezione"><a qtip="resizer/200/-1/true/EpP7m1/SfLT412zIeeOYXi7hG1oCOG0Gm5NvmBARR6AlXB/zKIjaONqPpPnZkYGk--.jpg" href="scheda/7785/Maxi-Tex-2006.html">
  1167.                            
  1168.                         </a>
  1169.                        
  1170.                             <div class="cont_aggiungi_carrello" productid="7785"></div>
  1171.                             <script type="text/javascript">
  1172.                                 $(function(){
  1173.                                     aggiungiProdotto(7785,'scheda/7785/Maxi-Tex-2006.html','resizer/100/-1/true/EpP7m1/SfLT412zIeeOYXi7hG1oCOG0Gm5NvmBARR6AlXB/zKIjaONqPpPnZkYGk--.jpg','10','Maxi Tex 2006');
  1174.                                 })
  1175.                                
  1176.                             </script>
  1177.                            
  1178.                     </td>
  1179.                    
  1180.                 </tr>
  1181.         </table>
  1182.     <div class="cont_cursor_slide">
  1183.             <p class="slider_value">1</p>
  1184.             <div id="slider">
  1185.             </div>
  1186.     </div>
  1187.     </form>
  1188. </div>
  1189. <script src="custom_widget/cursore_tabella_arretrati/js/jquery.ui.touch-punch.min.js"></script>
  1190. <script src="custom_widget/cursore_tabella_arretrati/js/jquery.pagination.js"></script>
  1191. <script type="text/javascript">
  1192.         $('a[qtip]').each(function(){
  1193.             $(this).qtip({
  1194.                 content: {
  1195.                    text:  '<img src="'+$(this).attr('qtip')+'" />'
  1196.                 },
  1197.                 position: {
  1198.                     viewport: $(window)
  1199.                 }
  1200.             });
  1201.         });
  1202.         $(function() {
  1203.                
  1204.                 $('.filtra_tabella_albi input[example]').each(function(){
  1205.                     $(this).example($(this).attr('example'));
  1206.                 });
  1207.                 $('.filtra_risultati .radio_risultati input[type="radio"]').click(function(){
  1208.                     var replace=[];
  1209.                     replace['pagina_tabella_albo']=1;
  1210.                     replace['risultati_pagina_albo']=$(this).val();
  1211.                     location.href = setUrlParameter(replace);
  1212.                 });
  1213.                 var current_page = 1;
  1214.                
  1215.                 $( "#slider" ).slider( {
  1216.                         min: 1,
  1217.                         max: 16,      
  1218.                         value: 1,
  1219.                         slide: function( event, ui){
  1220.                              $('.slider_value').text(ui.value);
  1221.                         },
  1222.                         change: function( event, ui ){
  1223.                             if(current_page!=parseInt(ui.value)){
  1224.                                 var replace=[];
  1225.                                 replace['offset_tabella_albo']=ui.value-1;
  1226.                                 location.href = setUrlParameter(replace);
  1227.                             }
  1228.                         }
  1229.                 } );
  1230.  
  1231.         });
  1232. </script>
  1233.  
  1234.            
  1235.                 </div><!--overbox_maim-->
  1236.             </div><!--overbox_full-->
  1237.            
  1238.    
  1239.        
  1240.                 <div class="menu personaggi_tutti" id="box_a8f43400-b642-4e9d-82d7-096086097301">
  1241.                     <ul class="menu_1">
  1242. <li class="tex">
  1243. <a href="sezioni/10/tex"  >Tex</a>
  1244. </li>
  1245. <li class="zagor">
  1246. <a href="sezioni/11/zagor"  >Zagor</a>
  1247. </li>
  1248. <li class="mister-no">
  1249. <a href="sezioni/12/mister-no"  >Mister No</a>
  1250. </li>
  1251. <li class="martin-mystere">
  1252. <a href="sezioni/13/martin-mystere"  >Martin Myst&egrave;re</a>
  1253. </li>
  1254. <li class="dylan-dog">
  1255. <a href="sezioni/14/dylan-dog"  >Dylan Dog</a>
  1256. </li>
  1257. <li class="nathan-never">
  1258. <a href="sezioni/15/nathan-never"  >Nathan Never</a>
  1259. </li>
  1260. <li class="brendon">
  1261. <a href="sezioni/16/brendon"  >Brendon</a>
  1262. </li>
  1263. <li class="julia">
  1264. <a href="sezioni/17/julia"  >Julia</a>
  1265. </li>
  1266. <li class="dampyr">
  1267. <a href="sezioni/18/dampyr"  >Dampyr</a>
  1268. </li>
  1269. <li class="brad-barron">
  1270. <a href="sezioni/19/brad-barron"  >Brad Barron</a>
  1271. </li>
  1272. <li class="demian">
  1273. <a href="sezioni/20/demian"  >Demian</a>
  1274. </li>
  1275. <li class="romanzi-a-fumetti">
  1276. <a href="sezioni/21/romanzi-a-fumetti"  >Romanzi a fumetti</a>
  1277. </li>
  1278. <li class="lilith">
  1279. <a href="sezioni/22/lilith"  >Lilith</a>
  1280. </li>
  1281. <li class="shanghai-devil">
  1282. <a href="sezioni/23/shanghai-devil"  >Shanghai Devil</a>
  1283. </li>
  1284. <li class="saguaro">
  1285. <a href="sezioni/24/saguaro"  >Saguaro</a>
  1286. </li>
  1287. <li class="le-storie">
  1288. <a href="sezioni/25/le-storie"  >Le Storie</a>
  1289. </li>
  1290. <li class="nick-raider">
  1291. <a href="sezioni/26/nick-raider"  >Nick Raider</a>
  1292. </li>
  1293. <li class="mark">
  1294. <a href="sezioni/27/mark"  >Mark</a>
  1295. </li>
  1296. <li class="gregory-hunter">
  1297. <a href="sezioni/28/gregory-hunter"  >Gregory Hunter</a>
  1298. </li>
  1299. <li class="jonathan-steele">
  1300. <a href="sezioni/29/jonathan-steele"  >Jonathan Steele</a>
  1301. </li>
  1302. <li class="napoleone">
  1303. <a href="sezioni/30/napoleone"  >Napoleone</a>
  1304. </li>
  1305. <li class="legs-weaver">
  1306. <a href="sezioni/31/legs-weaver"  >Legs Weaver</a>
  1307. </li>
  1308. <li class="i-grandi-comici">
  1309. <a href="sezioni/32/i-grandi-comici"  >I grandi comici</a>
  1310. </li>
  1311. <li class="gea">
  1312. <a href="sezioni/33/gea"  >Gea</a>
  1313. </li>
  1314. <li class="leo-pulp">
  1315. <a href="sezioni/34/leo-pulp"  >Leo Pulp</a>
  1316. </li>
  1317. <li class="caravan">
  1318. <a href="sezioni/35/caravan"  >Caravan</a>
  1319. </li>
  1320. <li class="jan-dix">
  1321. <a href="sezioni/36/jan-dix"  >Jan Dix</a>
  1322. </li>
  1323. <li class="magico-vento">
  1324. <a href="sezioni/37/magico-vento"  >Magico Vento</a>
  1325. </li>
  1326. <li class="greystorm">
  1327. <a href="sezioni/38/greystorm"  >Greystorm</a>
  1328. </li>
  1329. <li class="volto-nascosto attivo">
  1330. <a href="sezioni/39/volto-nascosto"  >Volto Nascosto</a>
  1331. </li>
  1332. <li class="one-shot">
  1333. <a href="sezioni/40/one-shot"  >One Shot</a>
  1334. </li>
  1335. <li class="cassidy">
  1336. <a href="sezioni/41/cassidy"  >Cassidy</a>
  1337. </li>
  1338. <li class="dragonero">
  1339. <a href="sezioni/42/dragonero"  >Dragonero</a>
  1340. </li>
  1341. </ul>
  1342.  
  1343.                 </div>
  1344.                
  1345.    
  1346.    
  1347.  
  1348. <script type="text/javascript">    
  1349.     var group=9;
  1350.     var divs=$('.personaggi_tutti ul > li');
  1351.     for(var i = 0; i < divs.length; i+=group) {
  1352.        divs.slice(i, i+group).wrapAll('<div class="group"></div>');                
  1353.     }
  1354.     $('.personaggi_tutti .menu_1').bxSlider({
  1355.         pager:true,
  1356.         auto: true,
  1357.         spause: 8000
  1358.     });
  1359. </script>
  1360. <div class="container_footer">
  1361.    
  1362.    
  1363.        
  1364.                 <div class="menu menu_footer" id="box_c6969d95-4b78-4538-885e-8318ed091487">
  1365.                     <ul class="menu_1">
  1366. <li class="home">
  1367. <a href="sezioni/1/home"  >Home</a>
  1368. </li>
  1369. <li class="news">
  1370. <a href="sezioni/309/news"  >News</a>
  1371. </li>
  1372. <li class="casa-editrice">
  1373. <a href="sezioni/310/casa-editrice"  >Casa editrice</a>
  1374. </li>
  1375. <li class="personaggi">
  1376. <a href="sezioni/96/personaggi"  >Personaggi</a>
  1377. </li>
  1378. <li class="edicola">
  1379. <a href="sezioni/311/edicola"  >Edicola</a>
  1380. </li>
  1381. <li class="giornale">
  1382. <a href="sezioni/312/giornale"  >Giornale</a>
  1383. </li>
  1384. </ul>
  1385.  
  1386.                 </div>
  1387.                
  1388.    
  1389.    
  1390.    
  1391.  
  1392. <div class="copyright ">
  1393.     <div class="logo"><a href="index.html"><img alt="" src="images/logo_footer.png" /></a></div>
  1394.     <p>SERGIO BONELLI EDITORE VIA BUONARROTI 38 20145 MILANO ITALIA - P.I.V.A. E C.F. IT 01772340152</p>
  1395.     <p class="powered_by">Powered by <span class="virtualcom"><a href="http://www.virtualcom.it" onclick="window.open(this.href,'',''); return false;">Virtualcom Interactive</a></span></p>
  1396. </div><!--copyright-->
  1397.  
  1398.    
  1399.  
  1400.     <script type="text/javascript">
  1401.  
  1402.     var _gaq = _gaq || [];
  1403.     _gaq.push(['_setAccount', 'UA-41612608-1']);
  1404.    
  1405.     _gaq.push(['_trackPageview']);
  1406.  
  1407.     (function() {
  1408.       var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  1409.       ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  1410.       var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  1411.     })();
  1412.  
  1413.     </script>
  1414.  
  1415.  
  1416.  
  1417.     <br class="both" />
  1418. </div><!--container_footer-->            
  1419.         </div><!--container-->            
  1420.     </body>
  1421. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement