// JavaScript Document

$(document).ready(function() {

	$('.shuffle').randomImage({path: 'images/sidepics/'});
	$('a:first').click(function() {
		location.reload();
		return false;
	});

});
