

		


		
		


			jQuery().ready(function() {
		$('#sortable tr:odd').addClass('odd');
		$('#sortable tr:even').addClass('even');

		$('.calevent').cluetip({
			sticky:true, closePosition: 'title', showTitle:false, width:200, positionBy:'mouse', ajaxSettings: { cache:false }
		});

//		 Cufon.replace('h1.sifr,h1.style1');

		$("img").pngfix();		

	});


	

	
