var menu_background_backgrounds = new Array("/images/faith-header.png","/images/hope-header.png","/images/love-header.png");	$(function(){	$(".menu_background").css('background-image', 'url(' + menu_background_backgrounds[Math.floor(Math.random()*3)] + ')');});
