﻿/*nifty corners layout*/

window.onload=function(){
Nifty("div#menu a","small transparent top");
Nifty("div#box","transparent big top");
Nifty("ul#intro li","same-height");
Nifty("div#about li","tl bottom big fixed-height");
Nifty("div.date");
/*Nifty("div#content,div#side","same-height");*/
Nifty("div.comments div");
/*Nifty("div#footer");
Nifty("div#container","bottom");*/

// only call change date on events page to make IE happy.
if(document.location.href.indexOf("/events.php") != -1) changedate('return');
}
