var h_title= new Array()
var h_short= new Array()

h_title[0]="All Sappers Memorial"
h_short[0]="Lt Col C.N. Mitchell VC; MC; Officer Commanding of  A6 Canadian Engineer Training Centre was inspired with the idea of creating a monument to All Sappers of the British Empire. It would be designed and crafted by Sappers."

h_title[1]="The Origin of Taps"
h_short[1]="We have all heard the haunting song, Taps. It's the song that gives us that lump in our throats and usually creates tears in our eyes but do you know the story behind the song?"

h_title[2]="Raising the Maple Leaf"
h_short[2]="It was a beautiful sunny day with a slight breeze when we first raised our new maple leaf flag. The troops and squadrons were lined up with all Sappers looking smart in their uniforms with rifles and bayonets clean and shining."

h_title[3]="History of the Sapper Apprentices"
h_short[3]="In 1953, the "Greenmonsters," as they were to become affectionately known,"

h_title[4]="Stories submitted by Mary and Chester RUSTAD"
h_short[4]="Chester landed at Chilliwack in December 1942, I think he was among the second draft to arrive there. He isn't sure but thinks there were a few buildings up then but the new draft were given a mattress cover and pointed in the direction of the straw pile where their bed was available."

h_title[5]="The Real Boy Soldiers"
h_short[5]="Grateful acknowledgement to George Will"

h_title[6]="The Chinese Canadians"
h_short[6]="Dropped behind Japanese lines in WWII, and trained in Chilliwack."

h_title[7]="A Brief History of CFB Chilliwack"
h_short[7]="A military presence was established in the area of Chilliwack in 1858 when Royal Engineers established five camps in the area"

h_title[8]="George Medal Recipient"
h_short[8]="October 16th 1960 is a day that Cpl Coxall AD (RCE) will remember forever."

h_title[9]="Two Distinguished Aboriginals"
h_short[9]="Stories of two RCE Aboriginal Soldiers"

h_title[10]="1 CER Takes Down Railway Bridge"
h_short[10]="The first calls went out about 0400 hrs on Monday 27 April 81. Shortly after the first phones rang 11 Field Squadron was formed up ready to receive the initial tasking for this emergency muster. "

h_title[11]="Base CWOs and RSMs from 1942-1997"
h_short[11]="Base CWOs and RSMs of Camp and Base Chilliwack"

h_title[12]="Camp and Base Comds from 1942-1997"
h_short[12]="BComds of Camp and Base Chilliwack"

h_title[13]="Quotes from the past"
h_short[13]="Past Base Commanders Remember When"

h_title[14]="OC 11 Works Coy and BCEO CFB Chilliwack"
h_short[14]="OC 11 Works Coy and BCEO CFB Chilliwack from Jul 1957 - Jun 1998"

h_title[15]="CFSME School Commandants"
h_short[15]="CFSME School Commandants 1969 - 1998"

h_title[16]="CFSME School CWOs"
h_short[16]="CFSME School CWOs 1969 - 1998"

h_title[17]="1948 Flood"
h_short[17]="Camp Chilliwack's response to the 1948 flood"

h_title[18]="HURRAH FOR THE C.R.E."
h_short[18]="Explanation and words to the Royal Engineers and Canadian Military Engineers Corps song"

h_title[19]="3 Field Engineer Squadron"
h_short[19]="Chronological Dates of the forming of 3 Fd Sqn"

h_title[20]="Units that have served in Chilliwack"
h_short[20]="Units that have served in Chilliwack from 1942 - 1998"

// ********* Do not change anything below this line **********

	function stories() {
		document.write('<div class="body">')
		for (count=h_title.length-1; count >= 0; count--)  {
		document.write('<a href="history/hist'+count+'.html" ><p class="head">'+h_title[count]+'</p></a>')
		document.write('<p>'+h_short[count]+'</p>')  
		}
		document.write('</div>')
		}

	function sotd() {
	var story=h_title.length-1
	document.write('<table border=0 cellspacing=0 cellpadding=0><tr><td valign=top>')
	document.write('<img src="hist_d.gif" ></td><td><p class="head">'+h_title[story]+'</p></td></tr></table>')
	document.write('<div class="body">')
	document.write('<p>'+h_short[story])  
	document.write('<a href="history/hist'+story+'.html" >Full Story</a></p>')
	}
