/*
spot [0] in the arrary is reserved for the webmasters email. 
after that is the Chief.
Then there is no real order.

*/ 


var ena = new Array(
"Tim.Love", 
"Dan.Thompson",
"Curt.Barrett",
"William.Bolhofer",
"Troy.Martinez-Medley",
"Caroline.Corvington",
"Richard.Crouthamel",
"Courtney.Draggon",
"Jennifer.Lewis",
"Joe.Mroz",
"Frank.Musonda",
"Darlene.Roberts",
"Terry.Onsager",
"Kelly.Sponberg",
"Jeffrey.Stuart",
"Renee.Tatusko",
"Firoz.Verjee",
"Mary.C.Waldron",
"Jan.Jones",
"Robert.E.Brown",
"Richard.Paulson",
"Sarah.Roy",
"Mara.Browne",
"TBA",
"Robin.Cecil",
"Carol.Cergol",
"Veronica.Rice",
"Robert.Jubach");

function FormEm(f){

return "mailto:" + ena[f] + "@n" + "oa" + "a.g" + "ov";
}
