﻿<!--
////////////////////////////////////////////////////////////////////////////
/// Write Testimonial Data in this File
////////////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////////
/// DO NOT CHANGE BELOW THREE LINES
////////////////////////////////////////////////////////////////////////////
var testimonial=new Array();
var str_left='<table><tr><td align="right">';
var str_right="</td></tr></table>";
////////////////////////////////////////////////////////////////////////////


////////////////////////////////////////////////////////////////////
/// Testimonial Data Method 1: 
/// Write text based testimonial data as shown below.
/// DO NOT USE single quote(") OR Double Quote (') within testimonial text.
////////////////////////////////////////////////////////////////////

 testimonial[0]=str_left+'"'+'After only our second visit, our son was putting together words'+'"<br><span class="tsmalltext"><br>'+' - a very grateful and happy Mum'+'<br><i>'+''+'</i></span><br>'+str_right;
 testimonial[1]=str_left+'"'+'I highly recommend this program for any High School- based Literacy Program'+'"<br><span class="tsmalltext"><br>'+' - Anna Fin-Roja'+'<br><i>'+' Language and Literacy Teacher'+'</i></span><br>'+str_right;
 testimonial[2]=str_left+'"'+'My son’s reading has improved dramatically, as has his confidence and motivation'+'"<br><span class="tsmalltext"><br>'+' - Jess'+'<br><i>'+' Parent'+'</i></span><br>'+str_right;
 testimonial[3]=str_left+'"'+'Understanding Words takes the “guess work” or “prediction” out of learning to read'+'"<br><span class="tsmalltext"><br>'+' - Deborah Walker'+'<br><i>'+' St. Joseph’s Primary School'+'</i></span><br>'+str_right;
 testimonial[4]=str_left+'"'+'Our frustration levels have dropped and we feel like more effective parents'+'"<br><span class="tsmalltext"><br>'+' - Parent'+'<br><i>'+' '+'</i></span><br>'+str_right;
 testimonial[5]=str_left+'"'+'The approach you took to diagnosing my son with ADHD was not only thorough but sensitive to him and to us as parents.'+'"<br><span class="tsmalltext"><br>'+' - Parents, Jeff and Suzanne'+'<br><i>'+' '+'</i></span><br>'+str_right;
 testimonial[6]=str_left+'"'+'The results that we have seen so far speak for themselves'+'"<br><span class="tsmalltext"><br>'+' - Special Education Teacher'+'<br><i>'+'Queensland'+'</i></span><br>'+str_right;
 testimonial[7]=str_left+'"'+'With the help of this program we are making great progress'+'"<br><span class="tsmalltext"><br>'+' - Jessica Coonan'+'<br><i>'+' Parent'+'</i></span><br>'+str_right;


/////////////////////////////////////////////////////////////////////////////////
/// Testimonial Data Method 2: 
/// YOU can also write image type data as sown under, 
/// Prepare Image with dimension as width=190 height=137
/////////////////////////////////////////////////////////////////////////////////
// testimonial[0]='<img src="./images/scroll_testimonial/image1.gif" border="0"><br>';
// testimonial[1]='<img src="./images/scroll_testimonial/image2.gif" border="0"><br>';
// testimonial[2]='<img src="./images/scroll_testimonial/image3.gif" border="0"><br>';
// testimonial[3]='<img src="./images/scroll_testimonial/image4.gif" border="0"><br>';
// testimonial[4]='<img src="./images/scroll_testimonial/image5.gif" border="0"><br>';
// testimonial[5]='<img src="./images/scroll_testimonial/image6.gif" border="0"><br>';
// testimonial[6]='<img src="./images/scroll_testimonial/image7.gif" border="0"><br>';
// testimonial[7]='<img src="./images/scroll_testimonial/image8.gif" border="0"><br>';


-->