// Label Hider v1.4 by Matt Ditter (Jan. 2008)
function inputFocus() {
 if (this.value == this.title) {
  this.value = '';
  this.style.fontWeight = 'normal';
}}
function inputBlur() {
 if (!this.value) {
  this.value = this.title;
  if (this.parentNode.getElementsByTagName('label')[0].getElementsByTagName('strong').length) this.style.fontWeight = 'bold';
}}
function toggleLabel(a) {
 var d = document;
 if (!d.getElementById) return;
 var f = d.getElementById(a), labels = f.getElementsByTagName('label');
 f.className += ' ieJS';
 for (var i=0, label; label = labels[i]; i++) {
  var inpID = label.getAttribute('for');
	if (!inpID) inpID = label.attributes['for'].value; // IE Fix
  var inp = d.getElementById(inpID), kind = inp.type.toLowerCase();
	if (kind != 'checkbox' && kind != 'radio') label.className += ' formLabelHide';
  if (label.getElementsByTagName('strong').length) inp.style.fontWeight = 'bold';
  if (!inp.value && inp.title) inp.value = inp.title;
  inp.onfocus = inputFocus;
  inp.onblur = inputBlur
}}<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-3044263-14");
pageTracker._trackPageview();
} catch(err) {}</script>


<div id="footerLinks">
<img src="http://www.swappc.com/www.superlawyers.com/images/badges/footer.jpg" border="0" usemap="#Map">
<map name="Map">
  <area shape="rect" coords="170,14,297,74" href="http://www.serengetilaw.com/certification" target="_blank" alt="Serengeti Ebilling Certified">
  <area shape="rect" coords="303,13,436,77" href="http://www.superlawyers.com/search?q=sullivan+ward&pa=&l=michigan" target="_blank" alt="Super Lawyers">
  <area shape="rect" coords="443,4,647,94" href="http://www.bestlawyers.com/Logos/showProfile.aspx?firm_id=4371" target="_blank" alt="Best Lawyers">
  <area shape="rect" coords="654,4,744,93" href="http://www3.ambest.com/DPSDirectorySearch/CompanyDisplay.aspx?nid=1&dpid=13368" target="_blank" alt="Best's Mark">
</map>
</div>