
/* ############## window onload function */
window.onload=function(){

	//which nifty css class will be rounded
	if(!NiftyCheck())
		return;
	//Rounded("div#pageHeader","br","#FFF","transparent","smooth");
	//Rounded("ul#sectionsNav a","top","transparent","#9ABEFF","border #3562B1");
	Rounded("div#locationTextSearch","tr bl br","#FFF","#E6F2FF","smooth");
	Rounded("ul#dayOptions a","top","#fffff1","transparent","border #3562B1");
	Rounded("ul#locationNav a","top","#FFF","transparent","smooth");
	Rounded("div#div#submitButtonDiv1","all","#FFF","#BFDFFF","smooth");
	//Rounded("div#Results_selectWindow","all","#FFF","#BFDFFF","smooth");
	//Rounded("div#pageFooter","all","#FFF","transparent","smooth");

	// add other functions here.
	
	// nice table enhancer
	domTableEnhance();
	//highlight forms enhancer
	form();

	// Initialize variables and other init methods
	initVariables();
}