<!-- Begin


// NOTE: If you use a ' add a slash before it like this \'

// NOTE: For no allwebco copyright erase only the next 2 lines


document.write('<span class="copyright">');

document.write('CLE Tracker and CPE Reporter are trademarks of Urick Consulting LLC');


document.write('<br>');

document.write("This page was last updated:  ");
var x = new Date (document.lastModified);
dateMod = new Date(x.toGMTString());
document.write(weekday[dateMod.getDay()] + " ");
document.write(monthname[dateMod.getMonth()] + " ")	
document.write(dateMod.getDate() + ", ")
document.write(dateMod.getFullYear())
document.write("</nobr><br></span>")


var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December");



//  End -->