//News files are to be placed in the folder www.dmhs.ca/news
//Add new links to "newsfeed.js" to update the news column, and "www.dmhs.ca/news.html" to update the main news web page

//Enter newest news article at the top, and delete oldest from the bottom, to keep at least 4 articles in the news column at once

//newsdate[]= array containing the date of the news entry
//newstitle[]= array containing the title of the news entry
//newsurl[]= array containing the URL of the news entry

//sample only: 
//newsdate[newsdate.length]="24 Nov 2008";
//newstitle[newstitle.length]="Title of Article";
//newsurl[newsurl.length]="http://www.dmhs.ca/news/24_11_2008.html";

var newstitle=new Array();
var newsurl=new Array();
var newsdate=new Array();

newsdate[newsdate.length]="29 Aug 2010";
newstitle[newstitle.length]="DMHS Presents Information on Mental Illness and Stigma at Kedron United Church";
newsurl[newsurl.length]="http://www.dmhs.ca/news/31_08_2010.html";

newsdate[newsdate.length]="9 Aug 2010";
newstitle[newstitle.length]="Help is Available for Families Facing the Impact of Mental Illness";
newsurl[newsurl.length]="http://www.dmhs.ca/news/09b_08_2010.html";

newsdate[newsdate.length]="9 Aug 2010";
newstitle[newstitle.length]="DMHS Enhances Crisis Services by Moving Phone Lines to a Central Location";
newsurl[newsurl.length]="http://www.dmhs.ca/news/09_08_2010.html";

newsdate[newsdate.length]="21 Jul 2010";
newstitle[newstitle.length]="Durham Mental Health Services Recognizes Seamless Care Pharmacy’s Dedicated Support";
newsurl[newsurl.length]="http://www.dmhs.ca/news/23_07_2010.html";

newsdate[newsdate.length]="14 Jul 2010";
newstitle[newstitle.length]="Good Things are Growing at Durham Mental Health Services - Residents and staff collaborate to make vegetable garden a success ";
newsurl[newsurl.length]="http://www.dmhs.ca/news/14_07_2010.html";

newsdate[newsdate.length]="7 Jul 2010";
newstitle[newstitle.length]="Durham Mental Health Services and Seamless Care Pharmacy Announce Free Metabolic Syndrome Screening Clinics";
newsurl[newsurl.length]="http://www.dmhs.ca/news/08_07_2010.html";

newsdate[newsdate.length]="6 Jul 2010";
newstitle[newstitle.length]="Durham Mental Health Services Receives Accreditation Canada Primer Award, Completes First Stage of Three-Year Accreditation Process";
newsurl[newsurl.length]="http://www.dmhs.ca/news/07_07_2010.html";

newsdate[newsdate.length]="5 Jul 2010";
newstitle[newstitle.length]="DMHS and Ontario Shores Unveil New Day Treatment Program in Whitby";
newsurl[newsurl.length]="http://www.dmhs.ca/news/05_07_2010.html";

newsdate[newsdate.length]="3 Jun 2010";
newstitle[newstitle.length]="Agency Retreat and Staff Appreciation Event";
newsurl[newsurl.length]="http://www.dmhs.ca/news/03_06_2010.html";

