
		


		
		


			jQuery().ready(function() {
		$('#opplist td table').attr("class", "sortable");
		
		$('#opplist tr:odd').addClass('odd');
		$('#opplist tr:even').addClass('even');

		$('#sortable tr:odd').addClass('odd');
		$('#sortable tr:even').addClass('even');

		$("table[id^='sortable'] tr:odd, .sortable tr:odd").addClass('odd');
		$("table[id^='sortable'] tr:even, .sortable tr:even").addClass('even');


		$('#opplist td > a').click(function() {

			var $nextDiv = $(this).next();
		    var $visibleSiblings = $nextDiv.siblings('div:visible');
			
			$('#opplist td > div').slideUp('fast');
			$(this).next().slideDown('fast');

		});

		$('a[rel*=facebox]').facebox();

		$('ul#slideshow').animatedinnerfade({
			speed: 4000,
			timeout: 7000,
			type: 'random',
			containerheight: '200px',
			containerwidth: '610px',
			animationSpeed: 50000,
			animationtype: 'fade',
			bgFrame: 'none',
			displayTitle: 'no'
		});

	});



	

	
