// JavaScript Document

jQuery().ready(
	function () {
		//
		/*jQuery.each(jQuery.browser, function(i, val) {
			if(i=="mozilla" && jQuery.browser.version.substr(0,3)< 1.9) {
				$('head').append ('<link rel="stylesheet" type="text/css" href="/styles/ie7-fix.css"></link>');
			}
		});*/
		
		$('#animation ul').animatedinnerfade({
				speed: 1000,
				timeout: 3000,
				containerheight: '108px',
				containerwidth: '376px',
				animationSpeed: 5000,
				animationtype: 'fade',
				bgFrame: 'none',
				controlBox: 'none',
				displayTitle: 'none'
			});
			
			
} ); 


