$(document).ready(function() {

	$('.shuffle').randomImage({path: '/img/randomHeaders/'});
	$('a:first').click(function() {
		window.location.href = '/';
		return false;
	});

});

