// JavaScript Document

$(document).ready(function(){

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


