// news headlines
var text = new Array();
text[0] = "Tutors to You gears up for the 2008 school year.... Are you ready? Contact Tutors-2U today!";
text[1] = "Tutors to You considering tutoring applicants in the greater Cleveland and Los Angeles areas....";
text[2] = "Take our needs assessment quiz to figure out if tutoring is right for you or your child.";
text[3] = "Knowledge is at your door. Schedule a tutoring session today, and we'll bring learning to you, in the comfort of your own home.";
text[4] = "Want to learn more?  Check out our Tutors to You FAQs.";


// link to story
var linka = new Array();
linka[0] = "http://www.tutorstoyou.net/contact_tutors_to_you.shtml";
linka[1] = "http://www.tutorstoyou.net/tutoring_jobs.shtml";
linka[2] = "http://www.tutorstoyou.net/assessment_quiz.php";
linka[3] = "http://www.tutorstoyou.net/how_we_work.shtml";
linka[4] = "http://www.tutorstoyou.net/tutors_to_you_faqs.shtml";
