/*nifty corners layout*/

function frameEat()
  {
  if (top.location != self.document.location)
    {
    top.location = self.document.location;
    }
  } 
  
window.onload=function(){
Nifty("div#menu a","small transparent top");
Nifty("ul#intro li","same-height");
Nifty("div.date");
Nifty("div#content,div#side");
Nifty("div.comments div");
Nifty("div#footer");
Nifty("div#container","bottom");
frameEat();
}
