$(document).ready(function() {
	$('a[href^="http://"]').attr("target", "_blank");
	$("table.details tr:nth-child(odd)").addClass("even");

	$('ul#lw-1').css("visibility","visible");
	$('ul#lw-1').innerfade({
		speed: 'slow',
		timeout: 4000,
		type: 'sequence',
		containerheight: '300px'
	});
	$('ul#lw-2').css("visibility","visible");
	$('ul#lw-2').innerfade({
		speed: 'slow',
		timeout: 4000,
		type: 'sequence',
		containerheight: '300px'
	});
	$('ul#lw-3').css("visibility","visible");
	$('ul#lw-3').innerfade({
		speed: 'slow',
		timeout: 4000,
		type: 'sequence',
		containerheight: '300px'
	});

});


