function PageLoad()
{
	Corners();
	RssLoad();
	
}

function Corners()
{
	ProcessResponcePlakat();
	ProcessResponce();

	preloadImages('pic/left_highlight.png','pic/right_highlight.png','pic/top_highlight.png','pic/bottom_highlight.png');

	if(!NiftyCheck())
	    return;
	Rounded("div#newsOuter","all","transparent","#e1ffe1","small border #59A374");
	Rounded("div#galleryFrame","all","transparent","#ffffff","small border #cccccc");
	Rounded("div#LeftSidePane","all","transparent","#a7dbef","small border #a7dbef");
	Rounded("div#newsSubscribe","all","transparent","#ffffff","small border #cccccc");
	Rounded("div#aproHirdetes","all","#a7dbef","#ffffff","small border #cccccc");

}

