/* onload  */

function startShow() {
  Nifty("div.slide h2","bottom");
}

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