/*nifty corners layout*/
  
window.onload=function(){
loadXML();
Nifty("div#page","big transparent");	
Nifty("div#topBanner","big top transparent");	
/**/
Nifty("div#footer","big bottom transparent");	

}