$(document).ready(function() {
	bgImageTotal=3;
	randomNumber = Math.round(Math.random()*(bgImageTotal-1))+1;
	imgPath=('http://www.alloutdubstep.com/headers/'+randomNumber+'.jpg');
	$('#head').css('background-image', ('url("'+imgPath+'")'));		
});
