	<!--
	
	function text() {
	};
	
	text = new text();
	number = 0;
	
	// textArray
	text[number++] = "<span class=wewill_box_head>WE WILL<br>PROVIDE VALUE</span><br>We will charge fees that make sense in relation to what we accomplish for you."
	text[number++] = "<span class=wewill_box_head>WE WILL<br>USE COMMON SENSE </span><br>We use practical, common sense to facilitate your matter."
	text[number++] = "<span class=wewill_box_head>WE WILL<br>INVOLVE PARTNERS</span><br>With more partners than associates, we are able to provide clients with meaningful partner involvement."
	text[number++] = "<span class=wewill_box_head>WE WILL<br>UNDERSTAND YOU AND YOUR BUSINESS</span><br>We are better able to understand your business and therefore, your objectives and problems."
	text[number++] = "<span class=wewill_box_head>WE WILL<br>EXPEDITE YOUR MATTER AND KEEP YOU INFORMED</span><br>We will not be an impediment; we will get your deal done and you will know what's going on."
	text[number++] = "<span class=wewill_box_head>WE WILL<br>RETURN PHONE CALLS AND LISTEN</span><br>We will return your calls within 24 hours. We will listen to you. Voice mail will not be your only option."
	text[number++] = "<span class=wewill_box_head>WE WILL NOT<br>OVERSTAFF</span><br>We will not overstaff your matter with a slew of superfluous lawyers."
	text[number++] = "<span class=wewill_box_head>WE WILL NOT<br>OVERCHARGE</span><br>We will not overcharge you."
	text[number++] = "<span class=wewill_box_head>WE WILL NOT<br>ALLOW YOUR MATTER TO LINGER</span><br>We will not forget about you and your matter. "
	text[number++] = "<span class=wewill_box_head>WE WILL NOT<br>BILL YOU FOR OUR LEARNING CURVE</span><br>We will not charge you for learning about your business or for what we should know."
	text[number++] = "<span class=wewill_box_head>WE WILL NOT<br>BE ARROGANT</span><br>We will not be condescending toward you or your staff."
	text[number++] = "<span class=wewill_box_head>WE WILL NOT<br>SEND SURPRISE INVOICES</span><br>We will not incur charges you have not approved."
	// keep adding items here...
	
	increment = Math.floor(Math.random() * number);
	
	document.write(text[increment]);
	
	//-->