$(function() {
	$('a[href^="http://"]')	.attr({ target: "_blank" }); //Makes all external links open in a new window


	$('#banner').cycle({
		fx:     'fade',
		speed:   1000,
		timeout: 6000,
	});

});


