
		


		
		
		
	
	
	
		
		
	


			function prettyme() {
		 Cufon.replace('#menu1 li a,h1,.blog,#call', { fontWeight:'normal' });
		 Cufon.replace('xh1', { 
		 	fontSize:'14px', 
			textShadowz: '2px 2px #cdcdcd',
			hoverx: { color:'#b54c63' } 
		 });
		 Cufon.now();
	}

	$(function() {

		$("table[id^='sortable'] tr:odd, .sortable tr:odd").addClass('odd');
		$("table[id^='sortable'] tr:even, .sortable tr:even").addClass('even');

		$("li.iframe a").addClass("iframe");
		
		$("a.iframe").fancybox({
			'hideOnContentClick'	: false,
			'width'					: Math.min(840, $(window).width() - 60),
			'height'				: Math.min(700, $(window).height() - 60),
			'autoScale'				: false,
			'autoDimensions'		: false,
			'overlayShow'			: true,
			'zoomSpeedIn'			: 600,
			'zoomSpeedOut'			: 500,
			'easingIn'				: 'easeOutBack',
			'easingOut'				: 'easeInBack'
		});  

		$("a.fancy").fancybox({
			'hideOnContentClick'	: false,
			'width'					: Math.min(860, $(window).width() - 60),
			'height'				: $(window).height() - 60,
			'autoScale'				: false,
			'autoDimensions'		: false,
			'overlayShow'			: true,
			'zoomSpeedIn'			: 600,
			'zoomSpeedOut'			: 500,
			'easingIn'				: 'easeOutBack',
			'easingOut'				: 'easeInBack'
		});  
		
		$('#menu1').menuBox({menuWi:240, speedIn:600, speedOut:400, align:'horizontal'});
		
		$('#slides').cycle({ fx: "fade", timeout: 5000 });
		   
		$("img").pngfix();
	});	



	

	

