/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Lee Underwood :: http://javascript.internet.com/ */


/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Lee Underwood :: http://javascript.internet.com/ */

var userName = new Array();
  // insert the first part of the address below
  userName[0]="jlbrazell";
  userName[1]="milt777";
  userName[2]="lcarter";
  userName[3]="platts";    
  userName[4]="irahill";
  userName[5]="mkdbaker"; 
  userName[6]="GBARRYNC";
  userName[7]="davidbassett";
  userName[8]="gdbel34";
  userName[9]="milt777";  
  userName[10]="jake1456";
  userName[11]="bow479";
  userName[12]="jbreaze";
  userName[13]="bb"; 
  userName[14]="dcarter11";
  userName[15]="cc11121"; 
  userName[16]="ncooley";
  userName[17]="jimcopes";
  userName[18]="scornel";
  userName[19]="jdcostan";  
  userName[20]="rcustard";
  userName[21]="dickandeileen";
  userName[22]="lewdickens";
  userName[23]="bobficinus"; 
  userName[24]="dan47468";
  userName[25]="phager"; 
  userName[26]="kharden";
  userName[27]="harrisdeuce";
  userName[28]="majharv";
  userName[29]="whayward01";  
  userName[30]="hiltonra";  
  userName[31]="g_hoff1";
  userName[32]="mholem";
  userName[33]="ghooper"; 
  userName[34]="bhopk35";
  userName[35]="kaye446"; 
  userName[36]="ncredneck1937";
  userName[37]="mlx2";
  userName[38]="lenahans3";
  userName[39]="pnglewis1";  
  userName[40]="geosantex";
  userName[41]="milt777";

var userNameFull = new Array();
  // Insert the name associated with the address
  // Important! Make sure the numbers line-up with the addresses above
  userNameFull[0]="JL Brazell";
  userNameFull[1]="Milt Birmingham";
  userNameFull[2]="Larry Carter";
  userNameFull[3]="Kurt Platt";
  userNameFull[4]="Ira Hill";
  userNameFull[5]="Marion and Deanna Baker";
  userNameFull[6]="Pat and Deanna Barry";
  userNameFull[7]="David and Susan Bassett";
  userNameFull[8]="Gary and Lois Belcher";
  userNameFull[9]="Milt and Sonya Birmingham";  
  userNameFull[10]="Billy Bowers";
  userNameFull[11]="Carl and Bobbie Bowhay";
  userNameFull[12]="James and Peggy Breazeale";
  userNameFull[13]="Bill and June Bryant";
  userNameFull[14]="David and June Carter";
  userNameFull[15]="Charles and Thelma Cole";
  userNameFull[16]="Neil and Lynn Cooley";
  userNameFull[17]="John and Beryl Copeland";
  userNameFull[18]="Jerry and Sharon Cornell";
  userNameFull[19]="Jim and Vi Costantino";  
  userNameFull[20]="Randal and Heidi Custard";
  userNameFull[21]="Dick and Eileen Del'Etoile";
  userNameFull[22]="Lew and Pat Dickens";
  userNameFull[23]="Bob and Bert Ficinus";
  userNameFull[24]="Dan and Jean Furlong";
  userNameFull[25]="Paul Hager";
  userNameFull[26]="Franklin and Karen Harden";
  userNameFull[27]="Bill Harris";
  userNameFull[28]="Norm and Fran Harvey";
  userNameFull[29]="Bill and Anne Hayward";  
  userNameFull[30]="Russ and Audrey Hilton";
  userNameFull[31]="Jerry and Jean Hoff";
  userNameFull[32]="Rick and Mary Holem";
  userNameFull[33]="Hoop and Gail Hooper";
  userNameFull[34]="Bill and Delores Hopkins";
  userNameFull[35]="Fred and Karen Hover";
  userNameFull[36]="Jim and Carolyn King";
  userNameFull[37]="Murray and Margherita LaHue";
  userNameFull[38]="Rod and Joan Lenahan";
  userNameFull[39]="Gene and Jeanette Lewis";  
  userNameFull[40]="George and Sandi Lindquist";
  userNameFull[41]="Webmeister - Milt Birmingham";

// Insert the domain name portion of the address below
var siteName = new Array();
  // Insert the name associated with the address
  // Important! Make sure the numbers line-up with the addresses above
  siteName[0]="comcast.net";
  siteName[1]="att.net";
  siteName[2]="realnet.co.sz";
  siteName[3]="realnet.co.sz";
  siteName[4]="sbcglobal.net";
  siteName[5]="msn.com";
  siteName[6]="aol.com";
  siteName[7]="sbcglobal.net";
  siteName[8]="gmail.com";
  siteName[9]="att.net";
  siteName[10]="earthlink.net";
  siteName[11]="cs.com";
  siteName[12]="pacbell.net";
  siteName[13]="aeneas.net";
  siteName[14]="sbcglobal.net";
  siteName[15]="navix.net";
  siteName[16]="sandpoint.net";
  siteName[17]="sbcglobal.net";
  siteName[18]="aol.com";
  siteName[19]="cox.net";
  siteName[20]="houston.cc.com";
  siteName[21]="mfire.com";
  siteName[22]="aol.com";
  siteName[23]="msn.com";
  siteName[24]="aol.com";
  siteName[25]="ma.rr.com";
  siteName[26]="shentel.net";
  siteName[27]="hughes.net";
  siteName[28]="aol.com";
  siteName[29]="aol.com";
  siteName[30]="rushmore.com";
  siteName[31]="earthlink.net";
  siteName[32]="bellsouth.net";
  siteName[33]="monarch.papillion.ne.us";
  siteName[34]="aol.com";
  siteName[35]="msn.com";
  siteName[36]="yahoo.com";
  siteName[37]="netzero.com";
  siteName[38]="verizon.net";
  siteName[39]="yahoo.com";
  siteName[40]="earthlink.net";
  siteName[41]="att.net";
  
    
i=0;
do userName[i]='<a href=\"mailto:' + userName[i] + '@' + siteName[i] + '\">' + userNameFull[i] + '</a>';
while(userName[++i])