$(document).ready(function() {

	$('ul#rotate').innerfade({
		speed: 'slow',
		timeout: 4000,
		type: 'sequence',
		containerheight: '450px'
	});
	$("a[rel=ext]").attr('target', '_blank');
});

// $(function(){
//     $("a[@rel~='ext']").click(function() {
//     window.open($(this).attr("href"));
//     return false;
//     });
// });