$(function() {


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

	// Slideshow Cycle Plugin
	$('#slideshow').cycle({
		fx:     'scrollHorz',
		prev:   '#sn-prev',
		next:   '#sn-next'
	});

});




















