function swapBanner(image, elemId) {

	$("#" + elemId).css("background", "url( " + image + " ) center");
	
	return false;
	
}