﻿function UpdateBanner(newImage)
{



//alert("In Function");

//document.body.style.backgroundColor = "#FFCC80";

//document.getElementById("header").style.backgroundColor = "#FF0000";

document.getElementById("header").style.backgroundImage = "url('" + newImage + "')";

}
