$(document).ready(function() {

	$('.shuffle').randomImage({path: 'http://www.what-if.ca/wpMarty/wp-content/themes/whatif/images/'});
	$('a:first').click(function() {
		location.reload();
		return false;
	});

});

