$(document).ready(function(){
	var splashimg = [1,2,3];
	$("#mi-home-splash").css({background:"url(/images/home_image_" + splashimg[Math.floor(Math.random()*3)] + ".jpg)"});
});
