
		


		
		


			function sIFR() {
		var fdetect = deconcept.SWFObjectUtil.getPlayerVersion();
		if (fdetect['major'] != 0) {
			$.sifr({
				path: '/images/skin/',
				save: true
			});
			$('.dosifr').sifr({ font: 'skinv1-font1', color: '#E50E60', fontSize:'30px' });
			$('.dopuff').sifr({ font: 'skinv1-font1', color: '#FFFFFF', fontSize:'24px' });
			$('#menu').find('h2').sifr({ font: 'skinv1-font1', color: '#FFFFFF', fontSize:'24px', roY:(InternetExplorer) ? '14': '28' });
		}
	}	

	jQuery().ready(function() {

		$("table[id^='sortable'] tr:odd, .sortable tr:odd").addClass('odd');
		$("table[id^='sortable'] tr:even, .sortable tr:even").addClass('even');

		$('ul#slideshow').animatedinnerfade({
			speed: 1000,
			timeout: 5000,
			type: 'random',
			containerheight: '314px',
			containerwidth: '464px',
			animationSpeed: 5000,
			animationtype: 'fade',
			bgFrame: 'none',
			controlBox: 'none',
			displayTitle: 'none'
		});
		
		$("a.fancy").fancybox({
			'hideOnContentClick'	: false,
			'frameWidth'			: 660,
			'frameHeight'			: 500,
			'overlayShow'			: false,
			'zoomSpeedIn'			: 600,
			'zoomSpeedOut'			: 500,
			'easingIn'				: 'easeOutBack',
			'easingOut'				: 'easeInBack'
		}); 

		$("img").pngfix();
	});	


	

	
