function loadBg(){
	var num = parseInt(Math.random() * 100000000000) % 33;
	document.getElementById('la_header').style.backgroundImage = "url(/blog/bg/la_header_bg" + num + ".jpg)";
}