﻿window.onload = function()
{
	// Round Bottom Corners of divMiddleCenter
	Nifty("div#divMiddleCenter", "bottom transparent");
	
	// Round Top Corners of divNewsItemTeaser
	Nifty("div.divNewsItemTitle", "top transparent");
	
	// Round Bottom Corners of divNewsItemTeaser
	Nifty("div.divNewsItemTeaser", "bottom transparent");
	
	// Round Bottom Corners of divBody
	Nifty("div#divBody", "big bottom transparent");
	
	//Set divMiddleLeft, divMiddleCenter, and divMiddleRight to height of the tallest of the three.
	Nifty("div#divMiddleLeft,div#divMiddleCenter,div#divMiddleRight", "none same-height");
};
