
		


		
		


			function sIFR() {
		var fdetect = deconcept.SWFObjectUtil.getPlayerVersion();
		if (fdetect['major'] != 0) {
			$.sifr({
				path: '/images/skin/',
				save: true
			});
			$('.dosifr').sifr({ font: 'skinv1-font1', color: '#383635', fontSize:'26px' });
			$('#contentHighlight h3.style5').sifr({ font: 'skinv1-font1', color: '#FDFDFD', fontSize:'24px' });
			$('h1.style4').sifr({ font: 'skinv1-font1', color: '#383635', fontSize:'24px' });
		}
	}	

	jQuery().ready(function() {

		$("table[id^='sortable'] tr:odd, .sortable tr:odd").addClass('odd');
		$("table[id^='sortable'] tr:even, .sortable tr:even").addClass('even');

		$("a.fancy").fancybox({
			'hideOnContentClick'	: false,
			'frameWidth'			: 660,
			'frameHeight'			: 500,
			'overlayShow'			: false,
			'zoomSpeedIn'			: 600,
			'zoomSpeedOut'			: 500,
			'easingIn'				: 'easeOutBack',
			'easingOut'				: 'easeInBack'
		}); 

		$('.calevent').cluetip({
			sticky:true, closePosition: 'title', showTitle:false, width:322, positionBy:'mouse', dropShadow:false, ajaxSettings: { cache:false }
		});
		
		$("img").pngfix();
	});	


	

	
