$(document).ready(function() {
	$('.kwicks').kwicks({
	  min : 40,
		spacing : 0,
		isVertical : true,
		sticky : true,
		event : 'click'
	});
	
	$("a.zoom").fancybox();
	
	$('#fade').innerfade({
	  speed : 'normal',
	  animationtype : 'fade',
	  type : 'random',
	  timeout : '4000'
  });
  
  	$('#fade_logo').innerfade({
	  speed : 'normal',
	  animationtype : 'fade',
	  timeout : '4000'
  });
  
  $('a#fancy').fancybox({
  'overlayShow': true,  
  'overlayOpacity': 0.8,
  'hideOnContentClick': false,
  'frameWidth': 800,
  'frameHeight': 500  
});
  
});

