// JavaScript Document

$(document).ready(function() {

	$('.shuffle').randomImage({path: '_assests/_img/rotatingIMG/'});
	$('a:first').click(function() {
		location.reload();
		return false;
	});

});

