<!--
// Advanced Random Images Start
// Copyright 2001-2002 All rights reserved, by Paul Davis - www.kaosweaver.com
  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
  KW_ARI[KW_ARI.length]='/assets/images/company_commandments/1.gif?&width=386&height=79&alt=Provide a "Can do will do" environment which we are proud to be a part of, Company Commandment';
  KW_ARI[KW_ARI.length]='/assets/images/company_commandments/2.gif?&width=386&height=79&alt=Follow the winning formulae, Company Commandment';
  KW_ARI[KW_ARI.length]='/assets/images/company_commandments/3.gif?&width=386&height=79&alt=Build customer relationships at all levels and go way beyond the extra mile, Company Commandment';
  KW_ARI[KW_ARI.length]='/assets/images/company_commandments/4.gif?&width=386&height=79&alt=Complete and deliver the "ultimate service" experience, Company Commandment';
  KW_ARI[KW_ARI.length]='/assets/images/company_commandments/5.gif?&width=386&height=79&alt=Provide an open transparent service to our customers, Company Commandment';
  KW_ARI[KW_ARI.length]='/assets/images/company_commandments/6.gif?&width=386&height=79&alt=Follow up our delivery with continuing customer support and education, Company Commandment';
  KW_ARI[KW_ARI.length]='/assets/images/company_commandments/7.gif?&width=386&height=79&alt=Provide our customers with instant access to their information at all times, Company Commandment';
  KW_ARI[KW_ARI.length]='/assets/images/company_commandments/8.gif?&width=386&height=79&alt=Delivering results beyond our customers best expectations is the ultimate, Company Commandment';
  KW_ARI[KW_ARI.length]='/assets/images/company_commandments/9.gif?&width=386&height=79&alt=Think inside outside and all over the square to find the best solution, Company Commandment';
  KW_ARI[KW_ARI.length]='/assets/images/company_commandments/10.gif?&width=386&height=79&alt=Give certainty in the cost of our service to our customers, Company Commandment';
 j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
  if (KW_ARI[j].indexOf('?')==-1) {
    document.write("<img src='"+KW_ARI[j]+"'>");
  }
  else {
    nvp=KW_ARI[j].substring(KW_ARI[j].indexOf('?')+2).split('&');
    for(var i=0;i<nvp.length;i++) {
      sub=nvp[i].split('=');
   	  switch(sub[0]) {
 	    case 'link':
          l="<a href='"+unescape(sub[1])+"'>";
          p="</a>";
		  break;
	    case 'target':
          q=" target='"+unescape(sub[1])+"'";
  		  break;
  	    default:
          m+=" "+sub[0]+"='"+unescape(sub[1])+"'";
  		  break;
      }
    }
    z=(l!="")?((q!="")?l.substring(0,l.length-1)+q+">":l):"";
    z+="<img src='"+KW_ARI[j].substring(0,KW_ARI[j].indexOf('?'))+"'"+m+">"+p;
  document.write(z);
  }

// Advanced Random Images End
//-->