<!----SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" ------>
/*  HOME PAGE LEFT COLUMN IMAGE LINKS SCRIPT  */

var output = '';

<!--  SEPTEMBER 8 - INTERNATIONAL LITERACY DAY --------------------------------------->
//output += '<A href="http://www.hrsdc.gc.ca/en/hip/lld/nls/Resources/ild.shtml">';
//output += 'Sept 8: International Literacy Day</A><BR>';
<!--  OCTOBER 10 - WORLD MENTAL HEALTH DAY --------------------------------------->
//output += '<A href="http://www.who.int/mediacentre/events/annual/world_mental_health_day/en/index.html">';
//output += 'Oct 10: World Mental Health Day</A><BR>';
<!--  OCTOBER 16 - WORLD FOOD DAY --------------------------------------->
//output += '<A href="http://www.fao.org/">';
//output += 'Oct 16: World Food Day</A><BR>';
<!--  OCTOBER 24 - UNITED NATIONS DAY --------------------------------------->
//output += '<A href="http://www.unac.org/en/news_events/un_days/un_day1.asp">';
//output += 'Oct 24: United Nations Day</A><BR>';
<!--  NOVEMBER 11 - REMEMBRANCE DAY INFO --------------------------------------->
output += '<A href="http://www.vac-acc.gc.ca/youth/sub.cfm?source=history/other/remember">';
output += 'Nov 11: Remembrance Day</A><BR>';
<!--  NOVEMBER 14 - WORLD DIABETES DAY  --------------------------------------->
output += '<A href="http://www.worlddiabetesday.org/">';
output += 'Nov 14: World Diabetes Day</A><BR>';
<!--  NOVEMBER 16 - INTERNATIONAL DAY FOR TOLERANCE  --------------------------------------->
output += '<A href="http://www.un.org/depts/dhl/tolerance/index.html">';
output += 'Nov 16: International Day for Tolerance</A><BR>';
<!--  NOVEMBER 20 - NATIONAL CHILD DAY --------------------------------------->
output += '<A href="http://www.canadiancrc.com/National_Child_Day.htm">';
output += 'Nov 20: National Child Day</A><BR>';
<!--  NOVEMBER 25 - VIOLENCE AGAINST WOMEN --------------------------------------->
output += '<A href="http://www.un.org/Depts/dhl/violence/">';
output += 'Nov 25: International Day for the Elimination of Violence against Women </A><BR>';
<!--  DECEMBER 1 - WORLD AIDS DAY --------------------------------------->
//output += '<A href="http://www.cdnaids.ca/web/events.nsf/cl/cas-event-0083">';
//output += 'Dec 1: World Aids Day</A><BR>';
<!--  DECEMBER 10 - HUMAN RIGHTS DAY --------------------------------------->
//output += '<A href="http://www.ohchr.org/english/">';
//output += 'Dec 10: Human Rights Day</A><BR>';
<!--  FEBRUARY 15 - NATIONAL FLAG DAY - CHECK URL --------------------------------------->
//output += '<A href="http://www.pch.gc.ca/flag-drapeau/">';
//output += 'Feb 15: National Flag Day</A><BR>';
<!--  FEBRUARY 20 - WORLD DAY FOR SOCIAL JUSTICE --------------------------------------->
//output += '<A href="http://www.un.org/esa/socdev/social/intldays/IntlJustice/">';
//output += 'Feb 20: World Day for Social Justice</A><BR>';
<!--  FEBRUARY - BLACK HISTORY MONTH --------------------------------------->
//output += '<A href="http://www.blackhistorycanada.ca">';
//output += 'Black History Month</A><BR>';
<!--  MARCH 8 - INTERNATIONAL WOMENS DAY --------------------------------------->
//output += '<A href="http://www.internationalwomensday.com/default.asp">';
//output += 'Mar 8: International Women&#180s Day</A><BR>';
<!--  MARCH 21 - INTERNATIONAL DAY FOR THE ELIMINATION OF RACIAL DISCRIMINATION --------------------------------------->
//output += '<A href="http://www.un.org/depts/dhl/racial/">';
//output += 'Mar 21: International Day for the Elimination of Racial Discrimination</A><BR>';
<!--  MARCH 22 - WORLD WATER DAY  --------------------------------------->
//output += '<A href="http://www.unesco.org/water/water_celebrations/">';
//output += 'Mar 22: World Water Day</A><BR>';
<!--  MARCH 23 - WORLD METEOROLOGICAL DAY  --------------------------------------->
//output += '<A href="http://www.wmo.ch/wmd/">';
//output += 'Mar 23: World Meteorological Day</A><BR>';
<!--  APRIL 7 - WORLD HEALTH DAY --------------------------------------->
//output += '<A href="http://www.who.int/world-health-day/">';
//output += 'Apr 7: World Health Day</A><BR>';
<!--  APRIL 22 - EARTH DAY APRIL --------------------------------------->
//output += '<A href="http://www.earthday.ca/pub/home.php">';
//output += 'Apr 22: Earth Day</A><BR>';
<!--  MAY 15 - INTERNATIONAL DAY OF FAMILIES --------------------------------------->
//output += '<A href="http://www.un.org/esa/socdev/family/IDF.html">';
//output += 'May 15: International Day of Families</A><BR>';
<!--  MAY 21 - WORLD DAY FOR CULTURAL FOR DIALOGUE AND DEVELOPMENT --------------------------------------->
//output += '<A href="http://www.un.org/depts/dhl/cultural_diversity/">';
//output += 'May 21: World Day for Cultural Diversity for Dialogue and Development</A><BR>';
<!--  MAY 22 - INTERNATIONAL DAY FOR BIOLOGICAL DIVERSITY --------------------------------------->
//output += '<A href="http://www.un.org/esa/socdev/family/IDF.html">';
//output += 'May 22: International Day for Biological Diversity </A><BR>';
<!--  JUNE 5 - WORLD ENVIRONMENT DAY --------------------------------------->
//output += '<A href="http://www.unep.org/wed">';
//output += 'Jun 5: World Environment Day</A><BR>';
<!--  JUNE 25 - NATIONAL ABORIGINAL DAY --------------------------------------->
//output += '<A href="http://www.ainc-inac.gc.ca/nad/index_e.html">';
//output += 'Jun 25: National Aboriginal Day</A><BR>';
<!--  JUNE 26 - INTERNATIONAL DAY AGAINST DRUG ABUSE --------------------------------------->
//output += '<A href="http://www.un.org/depts/dhl/drug/index.html">';
//output += 'Jun 26: International Day against Drug Abuse and Illicit Trafficking </A><BR>';
<!--  JULY 28 - A Day of Commemoration of the Great Upheaval --------------------------------------->
//output += '<A href="http://www.gazette.gc.ca/archives/p2/2003/2003-12-31/html/si-tr188-eng.html">';
//output += 'Jul 28: A Day of Commemoration of the Great Upheaval </A><BR>';
<!--  AUGUST 9 - International Day of the World's Indigenous People  --------------------------------------->
//output += '<A href="http://www.un.org/Depts/dhl/indigenous/">';
//output += 'Aug 9: International Day of the World&#180s Indigenous People</A><BR>';

output += ' ';
document.write(output);
//-->