/**
 * @author James Scott
 */
 	 var test = true;

	/**
	 * 
	 * 
	 */
	window.addEvent('domready', function() {

/*
			if ($$('.orange-border')) {
		  	Nifty("div.orange-border", "transparent big");//"#000000", "#cc5500");
		  }
			if ($$('.event-post-bottom')) {
		  	Nifty("div.event-post-bottom", "transparent big");//"#000000", "#cc5500");
		  }
			if ($$('.video-post-bottom')) {
		  	Nifty("div.video-post-bottom", "big");//"#000000", "#cc5500");
		  }
			if ($$('.get-involved-post-bottom')) {
		  	Nifty("div.get-involved-post-bottom", "big");//"#000000", "#cc5500");
		  }
			if ($('page-description')) {
		  	Nifty("div#page-description", "transparent  big");//"#000000", "#cc5500");
		  }
			if ($('sidebar')) {
		  	Nifty("div#sidebar", "#000000", "big");//"#cc5500");
		  }
			if ($$('.sponsor-area-left')) {
		  	Nifty("div.sponsor-area-left", "big");//"#000000", "#cc5500");
		  }
			if ($$('.sponsor-area-middle')) {
		  	Nifty("div.sponsor-area-middle", "big");//"#000000", "#cc5500");
		  }
			if ($$('.sponsor-area-right')) {
		  	Nifty("div.sponsor-area-right", "big");//"#000000", "#cc5500");
		  }
			if ($$('.tournament-menu-item')) {
		  	Nifty("div.tournament-menu-item", "big");//"#000000", "#cc5500");
		  }
			if ($('tournament-book')) {
		  	Nifty("div#tournament-book", "big");//"#000000", "#cc5500");
		  }
			if ($('honoree-area')) {
		  	Nifty("div#honoree-area", "big");//"#e6dfcc", "#cc5500");
		  }
			if ($('scholarship-opportunities')) {
		  	Nifty("div#scholarship-opportunities", "big");//"#000000", "#cc5500");
		  }
			if ($('scholarship-apply')) {
		  	Nifty("div#scholarship-apply", "big");//"#000000", "#cc5500");
		  }
			if ($('scholarship-recipients-photo')) {
		  	Nifty("div#scholarship-recipients-photo", "big");//"#000000", "#cc5500");
		  }
			if ($$('.faq-outer')) {
		  	Nifty("div.faq-outer", "big");//"#000000", "#cc5500");
		  }
			if ($('gsContent')) {
		  	Nifty("div#gsContent", "big");//"#111111", "#222222");
		  }
			if ($$('.weblink-area-left')) {
		  	Nifty("div.weblink-area-left", "big");//"#000000", "#cc5500");
		  }
			if ($$('.weblink-area-right')) {
		  	Nifty("div.weblink-area-right", "big");//"#000000", "#cc5500");
		  }
			if ($('ou-sucks-clock-wrapper')) {
		  	Nifty("div#ou-sucks-clock-wrapper", "top transparent");    //"#8c2f1e", "#eeeeee");
		  	Nifty("div#ou-sucks-clock-wrapper", "bottom transparent"); //"#8d4b3d", "#eeeeee");
		  }
*/	
	});
 