window.onload=function(){
/*  gradient background  */
   /* Nifty("div.box","transparent"); */
/*  title and content same colour */   
   Nifty("ul.split li","same-height"); 
/*  title and content different colour */  
   Nifty("ul.split2 h3","top");
   Nifty("ul.split2 div","none same-height small");
}
