$(function(){
	
	//$('div#news').click(news);
	if(typeof document.documentElement.style.maxHeight!="undefined"){
		//modern browser ?
		$('div#news').cornerz({radius:10});
	}
		
});

