// general page banner  - image plus scroller
// written by Robert C. Carver, BBConsulting for TheClaytonGroup.org

with (document) {
  write ('<div style="position:absolute"><img border="0" src="Images/pagehead.jpg" usemap="#bannermap"></div>');
  write ('<map id="bannermap" name="bannermap"><area shape="rect" coords="0,0,122,86" alt="The Clayton Group" href="default.asp"></map>');
  write ('<div style="position:absolute;left:550px;width:200px">');
  write ('<table width="100%"><tr><td align="center" style="font-size:10px;font-family:verdana,arial,helvetica,sans-serif">');
  write ('<b>Welcome</b><br>');
	write ('Headquartered near Philadelphia, Pennsylvania, The Clayton Group, LLC, specializes in the development of HIPAA Privacy & Security templates including American Recovery & Reinvestment Act 2009 (HITECH) changes. For healthcare consulting services, please go to<BR>');
	write ('<a target="_top" href="http://www.n-tegritysolutions.com">www.n-tegritysolutions.com</a>.');
	//write ('<iframe id="datamain" src="scroller2content.html" width="203px" height="130px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>');
  write ('</td></tr></table></div>');
}


