$(function() {
$("#map").gMap({ markers: [{ latitude: 35.147609,
                              longitude: -89.972053 }],
                  zoom: 15,
                  controls: ["GSmallZoomControl"],
				  scrollwheel: false,
				  maptype: G_PHYSICAL_MAP });
				  
$("body").randombg({
    directory: "../img/bkg/", //directory to image folder
    howmany: 1 //how many images are in this folder
});
});
