// All instructions begin with // like this line
// DO NOT ALTER THE THREE LINES BELOW

contactName = new Array();
contactPosition = new Array();
contactEmail = new Array();

// Add and remove contacts from the list below.
// Contacts must be numbered sequentially, starting with 0.

contactName[0] = "";
contactPosition[0] = "";
contactEmail[0] = "";

contactName[1] = "";
contactPosition[1] = "";
contactEmail[1] = "";

contactName[2] = "";
contactPosition[2] = "";
contactEmail[2] = "";

contactName[3] = "";
contactPosition[3] = "";
contactEmail[3] = "";

contactName[4] = "";
contactPosition[4] = "";
contactEmail[4] = "";



// If you add a new @yorkshire-monochrome.org.uk address, 
// remember to add mail forwarding at www.freeparking.co.uk.


