Cufon.replace('#menu, #sidebar h3');
Cufon.replace('h1');
Cufon.replace('#footer p');


$(document).ready(function () {
	
	$("#mailing").fancybox({
		'width'				: '70%',
		'height'			: '75%',
		'autoScale'			: false,
		'autoDimensions'	: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
	$("a.zoomimage").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	false
	});
        
        
        $('#twitter').animate({
	//	opacity: 0.75,
		height: '60px'
	  }, 1000, function() {
		// Animation complete.
	});
        
        $("#twitter").bind("mouseover",function(){
		$('#twitter').animate({
		height: '218px'
	   }, 500, function() {
		// Animation complete.
                $('.tweets').show();
		});	
	}).bind("mouseleave",function(){

		$('#twitter').animate({
		height: '60px'
	   }, 100, function() {
		// Animation complete.
                $('.tweets').hide();
		});	
	});
        
        
     
        
       
	
});
