window.onload=function(){
if(!NiftyCheck())
    return;
 Rounded("div#outercontain","all","transparent","#FFF","smooth border #555");
 Rounded("div.sidestuff","all","#FFF","#EEE","smooth");
 Rounded("div.google","all","#FFF","#EEE","smooth");
 setupZoom();
// if (location.hash.length==0)
//    t('commentbox');
}

function t(i) {
    var e = document.getElementById(i);
    var t = e.className;
    if (t.match('invisible')) { t = t.replace(/invisible/gi, 'visible'); }
    else { t = t.replace(/visible/gi, 'invisible'); }
    e.className = t;
}
