/*
 * Use this javascript file to load variable data through out the site.  Set the variables to what you want to display
 * in each section.
 *
 /
var ourMissionText = '';
var aboutUsText = '';

 /************** Home Page ***************/
 /** Our Mission - Enter Text on 1 line **/
 ourMissionText = 'Central Ohio K9 is dedicated to search, rescue and recovery with highly trained K9 units; searching for missing persons, disaster recovery and aiding law enforcement.';

 /** About Us  **/
 aboutUsText     = 'Central Ohio K9 is a not for profit organization made up of handler and dog teams from all over Ohio.  The handlers and dogs are all certified Search, Rescue and Recovery. ';
 aboutUsText    += 'We have come together to provide the necessary resources to compliment the authorities and the community in finding missing persons and/or their remains to help families.  <br/><br/>We all volunteer';
 aboutUsText    += 'our time for different reasons, but all share a passion for dogs, and their ability to sense what humans cannot.  We also share a passion for helping';
 aboutUsText    += 'families like our own to find peace no matter what it takes. Central Ohio K9 is ready to assist anyone that needs our expertise including families and law enforcement.<br/>';

/************** Events Page ***************/
// month (first 3 letters),Date (MM/DD/YYYY), Title, Description
var eventArray  = [
					/****** January ******/

					/****** Febuary ******/

					/****** March ******/

					/****** April ******/

					/****** May ******/

					/****** June ******/
					'jun', '06/25/2010', 'Dog Training Show', 'This is an example event.  Just type the date, title and description',

					/****** July ******/
					'jul', '07/05/2010', 'Dogs at the Park', 'Meeting at the park for Homedays',
					'jul', '07/28/2010', 'Dogs at the Park', 'Meeting at the park for Homedays',

					/****** August ******/
					'aug', '08/28/2010', 'Dogs at the Park', 'Meeting at the park for Homedays',

					/****** September ******/
					'sep', '09/28/2010', 'Dogs at the Park', 'Meeting at the park for Homedays',

					/****** October ******/
					'oct', '10/28/2010', 'Dogs at the Park', 'Meeting at the park for Homedays',
					'oct', '10/29/2010', 'Dogs at the Park', 'Meeting at the park for Homedays'

					/****** November ******/

					/****** December ******/
				  ];


