$(document).ready(function(){
	rand_bg = (Math.ceil(Math.random() * arr_bg.length)) - 1;
	$('img#bg').attr('src', arr_bg[rand_bg]);
});
