<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var color		= "FFFFFF"		// HEADER BACKGROUND COLOR
var showimage 		= "no"	 		// SHOW A SMALL IMAGE ON THE HEADER RIGHT SIDE
var bordercolor		= "000000"		// IMAGE BORDER COLOR
var edgespace		= "4"			// SPACE OF IMAGE FROM EDGE
var imaglink		= "news.asp"		// SMALL IMAGE PAGE LINK



// COPYRIGHT 2006 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

// START HEADER
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#'+color+'">');
document.write('<tr><td ALIGN="LEFT" VALIGN="MIDDLE">');
document.write('<a href="index.html"><img src="picts/CLETrkr2.gif" border="0" alt="CLE Tracker and CPE Reporter: Continuing education credit, Continuing legal education, Continuing professional education credit tracking and credit reporting solutions - the easiest way to track credit compliance and seminar information for hundreds of professionals. Used by CPAs, attorneys, paralegals, office administrators and CLE Coordinators"></a><br>');

document.write('</td><td align="left" VALIGN="MIDDLE" width="220">');
   if (showimage == "yes") {
document.write('<a href="'+imaglink+'"><img src="picts/header_image.jpg" border="0" style="border: #'+bordercolor+' 1px solid"></a><br>');
document.write('</td><td align="right" width="'+edgespace+'">');
document.write('<img src="picts/spacer.gif" width="'+edgespace+'" height="10"><br>');
}
else {
document.write('<img src="images/CLETrkr2b.gif"><br>');
document.write('</td><td align="right" width="'+edgespace+'">');
document.write('<img src="picts/spacer.gif" width="'+edgespace+'" height="10"><br>');

//document.write('<img src="picts/spacer.gif" width="'+edgespace+'" height="10"><br>');
}
document.write('</td></tr></table>');




//  End -->