(function ($) {
	$(function () {
		var CSS_HREF = '/assets/scripts/scc.slideshow.js.css';
		$('<link rel="stylesheet" href="' + CSS_HREF + '" type="text/css" media="screen" />').appendTo('head');
		var slideshowContainer = $('#masthead_slideshow');
		if (slideshowContainer.find('ol li').size() > 1) {
			slideshowContainer.slideshow();
		}
	});
})(jQuery);

