window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#bg-grey","transparent","#ddd","small");
Rounded("div#bg-yellow","transparent","#ffc","small");
Rounded("div#bg-blue","transparent","#def","small");
}

function xwin(URL,w,h) {
  var pop;
  if(w == null) w = 500;
  if(h == null) h = 400;
  if (pop != null && !pop.closed) pop.close();
  pop = window.open(URL,'News','scrollbars=yes,resizable=yes,width='+w+',height='+h);
  pop.focus();
}

function addBookmark(title,url) {
  if (window.sidebar) { 
    window.sidebar.addPanel(title, url,""); 
  } else if( document.all ) {
    window.external.AddFavorite( url, title);
  } else if( window.opera && window.print ) {
    return true;
  }
}
