// Catalina Mart, ports of the ASP scripts

// randomImage
/// Returns the CSS id of one of the two possible logos for Catalina Mart
function randomHeaderBackground() {
	document.getElementById('catalina-two-column-logo').style.backgroundImage = "url(../img/catalina-logo-header-" + Math.floor(Math.random() * 2) + "c.gif)";
}
