	var curmsg = 0;
	var myText = new Array();
	myText[0] = '<p>"I am so excited about AIM. I know that I enjoy teaching more now than ever before. You have helped me to reinvent myself as a teacher. It is an absolutely amazing approach to teaching French. Thank you so much!"</p><p class="citation">Darlene Bond, Core French Teacher, Toronto, ON</p>';
	myText[1] = '<p>"I have been most excited by the way in which they write the creative stories after working on a play... The students\' knowledge, comfort and comprehension with the language they are using surpassed all my expectations. They are proud of themselves too! Thank you, thank you, thank you!"</p><p class="citation">Jennifer de Boer, Core French teacher, Saanichton, BC</p>';
	myText[2] = '<p>"Parents were telling me that their children are practising the gestures at the dinner table, in the bathtub, in the car on the way home! ... I\'m especially pleased with my Special Ed classes. They\'re working at the same level as all the others!!! I\'m a happy, happy teacher!"</p><p class="citation">Emma Tilbury, Toronto, ON</p>';
	myText[3] = '<p>"From an administrator\'s standpoint, I embrace the AIM program. Research tells us that students need to be actively involved in engaging material in order to make sense of and retain new material and AIM does just that!"</p><p class="citation">Aim Language Learning AIM - Parent &amp; Teacher Comments Testimonials &mdash; Linden Gray, Principal</p>';
	myText[4] = '<p>"I am so thankful to have found such an effective method and would never teach any other way!"</p><p class="citation">Maryse West, Teacher</p>';
	myText[5] = '<p>"I am thrilled with the success of this approach! I am using and will continue to use this approach and am grateful that someone like Wendy Maxwell has come along to change the future of French as a Second Language."</p><p class="citation">Ruta Nausedas</p>';
	myText[6] = '<p>"This programme is absolutely revolutionary (you made me a "born again" French teacher, Wendy!) Thank you for another inspirational workshop!"</p><p class="citation">Shelley Zorzit</p>';
	myText[7] = '<p>"J\'ai un grand enthousiasme pour ce projet, cette ann&eacute;e. &Ccedil;a me semble d\'&ecirc;tre un programme effectif et j\'ai h&acirc;te de voir les r&eacute;sultants. Merci beaucoup!"</p><p class="citation">Louise Cholette-Rees</p>';
	myText[8] = '<p>"The gesture method is so effective, it\'s almost unbelievable. I used to stagger in with a big bin of props after hours of prep, and stand on my head trying to keep the kids focused. This is quick and easy, and I\'m very happy with the results thus far."</p><p class="citation">Debbie Soroczan, Ottawa</p>';
function slideMessage() {
	curmsg = Math.ceil((9*Math.random()) - 1);
//alert(myText[curmsg]);
//alert(curmsg);
	document.getElementById('header_text').innerHTML=myText[curmsg];
	setTimeout("slideMessage()",20000);
}
function Show() {
document.getElementById("slideshow_resources").style.display = "block";
//document.getElementById("make_space").style.padding = "0";
}
function Hide() {
document.getElementById("slideshow_resources").style.display = "none";
//document.getElementById("make_space").style.padding = "0 0 440px 0";
}