<?php
/**
 * This file provides the list of contacts that can be emailed though the email
 * form.  Please copy the sample line at the top for each entry.
 */
 
// EXAMPLE:
// $contact['example'] = "example@example.com";
//
// CONTACTS:
$contact['Oren'] = "orenotter2@yahoo.com";
$contact['Draco'] = "michael_scott@yahoo.com";
$contact['Ann'] = "annvole@hotmail.com";
$contact['Xyie'] = "xyie_fourseasons@yahoo.com";
$contact['Jude'] = "jude.the.rat@gmail.com";
$contact['Flech'] = "danrulz98@yahoo.com";
$contact['Wolfin'] = "wolfin@wagztail.com";
//$contact['Ashen'] = "email@unavailible.com";
//$contact['CJFur'] = "email@unavailible.com";
