$(document).ready(function(){	
	$(function(){$('a[href][rel*=external]').each(function(i){this.target = "_blank";});});
	$('.fades').cycle({
		fx: 'fade',
		speed: 2500,
		timeout: 2500,
		random:  1 
	});
	$(document).pngFix();
});
