// JavaScript Document

  var rti;
  var mathgames;
  var math;
  var reading;
  var writing;
  
  var rti = "<img src=images/spotlight_rti.gif hspace=15 align=left><strong>Integrating RTI With Cognitive Neuropsychology: A Scientific Approach to Reading</strong><br><br><font size=3 color=#F7A11A>&raquo;</font> <a href=products/rti.html>Learn More</a>";
  var mathgames = "<img src=images/spotlight_mathgames.gif hspace=15 align=left><strong>Playing With Math ... The Name of the Game!</strong><br><br><font size=3 color=#F7A11A>&raquo;</font> <a href=products/playing_with_math.html>Learn More</a>";
  var math = "<img src=images/spotlight_math.gif hspace=15 align=left><strong>The Neuropsychology of Mathematics: Diagnosis and Intervention</strong><br><br><font size=3 color=#F7A11A>&raquo;</font> <a href=products/mathematics.html>Learn More</a>";
  var reading = "<img src=images/spotlight_reading.gif hspace=15 align=left><strong>The Neuropsychology of Reading Disorders: Diagnosis and Intervention</strong><br><br><font size=3 color=#F7A11A>&raquo;</font> <a href=products/reading_disorders.html>Learn More</a>";
  var writing = "<img src=images/spotlight_writing.gif hspace=15 align=left><strong>The Neuropsychology of Written Language Disorders: Diagnosis and Intervention</strong><br><br><font size=3 color=#F7A11A>&raquo;</font> <a href=products/writing_disorders.html>Learn More</a>";

  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
  KW_ARI[KW_ARI.length]= rti;
  KW_ARI[KW_ARI.length]= mathgames;
  KW_ARI[KW_ARI.length]= math;
  KW_ARI[KW_ARI.length]= reading;
  KW_ARI[KW_ARI.length]= writing;
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
 document.write(KW_ARI[j]);