/* */
$(document).ready(function(){
	$('#MessagingContent').cycle({
		speed: 1500,
		timeout: 6000
	});
	
	$("a.shop").fancybox({
		'width'				: '90%',
		'height'			: '90%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'overlayColor' 		: '#000'
	});

});

Cufon.replace('h1');
Cufon.replace('.tip_date');
Cufon.replace('#Sidebar h2');

