function ChkBlnk(o) {
   if (o.value==null || o.value==""){
      blnk=true
   }else
      blnk=false                          
 }

function getCorrectedYear(year) {
  year = year - 0;
  if (year < 70) return (2000 + year);
  if (year < 1900) return (1900 + year);
  return year;
}
function getCurrentDate() {
	var lmod = new Date();
	var monthname;
	var lmonth = lmod.getMonth();
	if (lmonth == 0) monthname = "January";
	if (lmonth == 1) monthname = "February";
	if (lmonth == 2) monthname = "March";
	if (lmonth == 3) monthname = "April";
	if (lmonth == 4) monthname = "May";
	if (lmonth == 5) monthname = "June";
	if (lmonth == 6) monthname = "July";
	if (lmonth == 7) monthname = "August";
	if (lmonth == 8) monthname = "September";
	if (lmonth == 9) monthname = "October";
	if (lmonth == 10) monthname = "November";
	if (lmonth == 11) monthname = "December";
	var yearstr = getCorrectedYear(lmod.getYear());
	var outstr = monthname + " " + lmod.getDate() + ", " + yearstr;
	return outstr;
}

document.write("<table width=100%  border=0 cellpadding=0 cellspacing=0 bgcolor='#a00000'>");
document.write("<tr><td>");
document.write("<img src='img/iqbanner.gif' border=0 alt='InfoQuest Systems, Inc.:  Practice Management Software'>");
document.write("	</td><td align='right' valign='bottom'><img src=img/bannerlogo.gif><br>");

<!-- date -->
document.write("<table border=0 width=100%>");
document.write("	<tr><td align='right' valign='top'>");
document.write("<p><font face='Trebuchet MS' style='font-size:10pt' color='#ffffff'><b>.: "+getCurrentDate()+" :.</b></font></p>");
document.write("</td></tr></table>");
<!-- end date -->
<!-- buffer to so that logo and date above aren't flush with right-hand side of browser -->
document.write("</td><td width=3%>&nbsp;</td>	</tr>");
document.write("<tr><td align=center width=100% colspan=3>");

<!-- some words -->
document.write("<table width=100% border=0 cellpadding=5 cellspacing=1>");
document.write("<tr><td bgcolor='#ffffcc' align='middle'>");
document.write("<p><font face='Arial,Helvetica' color='#000000' style='font-size:10pt'><b>");
document.write("Customized Medical Practice Management & EHR Software, Services and Solutions                   ");
document.write("</b></font></p>");
document.write("</td></tr>");
document.write("</table>");

<!-- end some words -->

<!-- main menu container -->
document.write("<table width=100% border=0 cellpadding=0 cellspacing=1>");
document.write("<tr><td bgcolor='#000000'>");
<!-- menu items -->
document.write("<table width=100% border=0 cellpadding=2 cellspacing=1><tr>");
document.write("<td class='off' width=14% align='middle' valign='center' onmouseover=this.className='on' onmouseout=this.className='off'>");
document.write("<a href='index.html'><b><font style='font-size:10pt' color='#ffffff'>Home</font></b></a></td>");
document.write("<td class='off' width=14% align=center valign=center onmouseover=this.className='on' onmouseout=this.className='off'>");
document.write("<a href='products.html'><b><font style='font-size:10pt' color='#ffffff'>Products</font></b></a></td>");
document.write("<td class='off' width=14% align=center valign=center onmouseover=this.className='on' onmouseout=this.className='off'>");
document.write("<a href='services.html'><b><font style='font-size:10pt' color='#ffffff'>Services</font></b></a></td>");
document.write("<td class='off' width=14% align=center valign=center onmouseover=this.className='on' onmouseout=this.className='off'>");
document.write("<a href='resources.html'><b><font style='font-size:10pt' color='#ffffff'>What's New?</font></b></a></td>");
document.write("<td class='off' width=14% align=center valign=center onmouseover=this.className='on' onmouseout=this.className='off'>");
document.write("<a href='support.html'><b><font style='font-size:10pt' color='#ffffff'>Support</font></b></a></td>");
document.write("<td class='off' width=14% align=center valign=center onmouseover=this.className='on' onmouseout=this.className='off'>");
document.write("<a href='aboutus.html'><b><font style='font-size:10pt' color='#ffffff'>About Us</font></b></a></td>");
document.write("<td class='off' width=15% align=center valign=center onmouseover=this.className='on' onmouseout=this.className='off'>");
document.write("<a href='contactus.html'><b><font style='font-size:10pt' color='#ffffff'>Contact Us</font></b></a></td>");
document.write("</tr></table>");
<!-- end menu items -->
document.write("</td></tr></table>");
<!-- end main menu container -->

document.write("<table width=100% border=0 cellpadding=0 cellspacing=0><tr>");
document.write("<td bgcolor='#a00000'>");
document.write("</td></tr></table>");

document.write("</td></tr></table>");
