﻿/* jQuery to put rounded corners on the top pictures
	This script is no longer needed to create rounded corners
	See the css-cte-main.css file where border-radius has been added 
	to do the same thing using curvycorners.js to handle IE 7 and 8
 
$(document).ready(function(){
	$("div#header-pic3").corner("tr 21px");
	$("div#header-colWide2-pic3").corner("tr 21px");
	$("div#nav-apply-template").corner("tl 21px");
}); // end of document.ready function 
*/
