$(function() {


	// http://j.mp/jquery-target-blank
	$('a[href^="http://"], a[rel="external"]').attr({
		target: "_blank", 
		title: "Opens in a new window"
	});

	// Slideshow Cycle Plugin
	$('#slideshow').cycle({
		timeout: '8000'
	});
	

});




















