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