/* onload  */

function startShow() {
  Nifty("div.sidebar", "small transparent tr bl");

}

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