  $(document).ready(function(){
  $('#slider').nivoSlider({
  effect:'random',
  slices:25,
  animSpeed:700,
  pauseTime:5000,
  startSlide:0,
  directionNav:true,
  directionNavHide:true,
  controlNav:true,
  controlNavThumbs:false,
  controlNavThumbsFromRel:false,
  controlNavThumbsSearch: '.jpg',
  controlNavThumbsReplace: '_thumb.jpg',
  keyboardNav:true,
  pauseOnHover:true,
  manualAdvance:false,
  captionOpacity:0.5,
  beforeChange: function(){},
  afterChange: function(){},
  slideshowEnd: function(){}
  });
  });
	function fullWindow(destino) {
fullWindow = window.open(''+destino+'','','fullscreen,scrollbars')
	}
	function MM_callJS(jsStr) {
return eval(jsStr)
	}
