// ui tabs
$(function() {
	$("#contracts-tabs").tabs();
	$("#news-tabs").tabs();
});

// add corners to tabs
$(document).ready(function(){
	$("#news-tabs ul li").corner("round top 5px")
	$("#contracts-tabs ul li").corner("round top 5px")
});

