$(window).load(function() {
	$("#body-background").ezBgResize();
	posCredit();
});

$(window).resize(function() {
	$("#body-background").ezBgResize();
	posCredit();
});

var randnum = Math.random();
var inum = 1;
// Change this number to the number of images you are using.
var rand1 = Math.round(randnum * (inum-1)) + 1;
images = new Array
images[1] = "http://www.mrmeier.com/files/featured/michaelmeier_inferno.jpg"

var image = images[rand1]
