$(document).ready(function(){
	
	$('#bg').bgResize({
		imagewidth:1440,
		imageheight:960
	});

	var imagenumber = Math.floor(Math.random()*7) + 1;
	
	$('#bg').html('<img src="/images/home/'+imagenumber+'.jpg" alt="" />');
					   
});