$(function() {
});

function setRandomHeader() {
	var max = 6
	var rand = Math.floor(Math.random() * max + 1);
	//$('body').css('background', '#040905 url(images/randomheaderimages/bg-body'+ rand +'.jpg) no-repeat scroll 50% 0');
}

function setRandomSidebar() {
	var max = 6
	var rand = Math.floor(Math.random() * max + 1);
	//$('#sidebar img:first').attr('src', 'images/randombodyimages/img-main'+ rand +'.png');
}
