//this list is for the network.html
org_name = new Array();
org_symb = new Array();
index=0;
org_name[index]="Asian-American Student Union";
org_symb[index]="asu";
index++;
org_name[index]="Asian Pacific-American Heritage Committee";
org_symb[index]="apahc";
index++;
org_name[index]="Chinese-American Student Association";
org_symb[index]="casa";
index++;
org_name[index]="Cambodian Student Association of Minnesota";
org_symb[index]="csam";
index++;
org_name[index]="Hong Kong and Macau Student Association";
org_symb[index]="khmsa";
index++;
org_name[index]="Indian Student Association";
org_symb[index]="isa";
index++;
org_name[index]="Korean Student Association";
org_symb[index]="ksa";
index++;
org_name[index]="Laotian Student Association";
org_symb[index]="lsa";
index++;
org_name[index]="Minnesota Asian-American Collegians";
org_symb[index]="maac";
index++;
org_name[index]="Philippine Student Association";
org_symb[index]="psa";
index++;
org_name[index]="Vietnamese Student Association of Minnesota";
org_symb[index]="vsam";
index++;