// IEpc workaround - targets the first div of class "Image" on the page
function narrowTextColumn() {
document.getElementsByTagName("div")[6].style.clear = "none";
document.getElementsByTagName("h2")[0].style.margin = "0";
}