﻿$(document).ready(function(){
/* jQuery to put rounded corners on the top pictures */
	$("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 */
