$(document).ready(function() {

		$("body").randombg({
			directory: "images/backgrounds/", //directory to image folder
			howmany: 10 //how many images are in this folder
			
		});

		$("#page-wrap").css({"opacity" : 0.82});

		
		$("#refresh").click(function() {location.reload();});
		
		
	});
