
var buttonPreloader = new Image();
buttonPreloader.src = "/images/nav/button_on.gif";

function homeinnerblock_over(obj) {
  obj.style.backgroundColor = "#EEEEEE";
}

function homeinnerblock_out(obj) {
  obj.style.backgroundColor = "#FFFFFF";
}

function homeinnerblock_click(e, url) {
  if (utils.getTarget(e).tagName == "A") return;  // let the hyperlink do its own thing
  location.href = url;
}

function homenews_over(obj) {
  obj.style.backgroundColor = "#DDDDDD";
}

function homenews_out(obj) {
  obj.style.backgroundColor = "";
}

