/*nifty corners layout*/

window.onload=function(){
Jgf("div#menu a","small transparent top");
Jgf("ul#intro li","same-height");
Jgf("div.date");
Jgf("div#content,div#side","same-height");
Jgf("div#content2,div#side","same-height");
Jgf("div.comments div");
Jgf("div.index div");
Jgf("div#footer");
Jgf("div#container","bottom");
Jgf("div.heading");
}