/**
* Load Nifty Stuff
*/
window.onload=function() {

	Nifty("div#intro", "tr bottom big fixed-height");
	Nifty("div#footer", "big");
	}
