$(document).ready(function() {

/*
Usage:
<a href="http://www.lepinskidesign.com.br/" rel="external">lepinskidesign.com.br</a>
*/



  $("a[@rel$='external']").click(function(){
  this.target = "_blank";
  });

      




    $('#change_picture').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '225px' });
    $('#change_picture01').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '225px' });


  $('.pics2').innerfade({ 
    fx:      'fade', 
    speed:   500,
    timeout:  1900,
    type: 'sequence', 
    containerheight: '230px'
    });

});

$(document).ready(function() {

/*
Usage:
<a href="http://www.lepinskidesign.com.br/" rel="external">lepinskidesign.com.br</a>
*/



  $("a[@rel$='external']").click(function(){
  this.target = "_blank";
  });

      




    $('#change_picture').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '225px' });
    $('#change_picture01').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '225px' });


  $('.pics2').innerfade({ 
    fx:      'fade', 
    speed:   500,
    timeout:  1900,
    type: 'sequence', 
    containerheight: '230px'
    });

});