var isParam=location.search.substring(1); // picks up the value past "?" in the URI //
if (isParam=="add"){
document.write('<p>Cargill Animal Nutrition<br />Carrick Bend Advisors<br />Diversity Trends<br />Ellerbe Becket<br />Emerson Process Management<br />Fargo Electronics<br />Harvey Bigelsen, MD<br />International Decision Systems<br />Lamp Decor<br />Logic Opera<br />Lucies Farm<br />State of Minnesota Department of Human Services<br />Thermotech<br />United Healthcare, Ovations, Evercare<br />White House Veterinary Surgery<br />Yes International Publishers</p>');
document.write('<p><a href="default.html?rem">Hide</a> client list.</p>');
}else{
document.write('<p><a href="default.html?add">View</a> client list.</p>')
}  
