/* onload  */

function startShow() {
  Nifty("div.top a", "small transparent top");
  Nifty("div.bottom a", "small transparent bottom");
  Nifty("div#footer", "small transparent bottom");
}

window.onload = startShow; // window.onload = function() {startShow()}
