function getRandom(min,max) {return (Math.round(Math.random()*(max-min)))+min;}
var myFeatures = new Array();

myFeatures[1] = new Array();
myFeatures[1][0] = "logo_ocr.jpg";
myFeatures[1][1] = "Ongoing support for teachers and reading specialists using Open Court Reading...";
myFeatures[1][2] = "https://www.sraonline.com/oc_home.html?PHPSESSID=c7a30429024f0422ca34f6652208216e";
myFeatures[1][3] = "ocr";
myFeatures[1][4] = "Open Court Reading";

myFeatures[2] = new Array();
myFeatures[2][0] = "logo_techknowledge.jpg";
myFeatures[2][1] = "An online program to help students become technology literate...";
myFeatures[2][2] = "https://www.sraonline.com/products.html?PHPSESSID=c7a30429024f0422ca34f6652208216e&tid=15&sid=32";
myFeatures[2][3] = "sra";
myFeatures[2][4] = "TechKnowledge";

myFeatures[3] = new Array();
myFeatures[3][0] = "logo_passkey.jpg";
myFeatures[3][1] = "A self-paced learning system to help gain proficiency...";
myFeatures[3][2] = "http://www.passkeylearning.com/";
myFeatures[3][3] = "glen";
myFeatures[3][4] = "PassKey";

rNum=getRandom(1,myFeatures.length-1)
var myImage=myFeatures[rNum][0]
var myText=myFeatures[rNum][1]
var myLink=myFeatures[rNum][2]
var myWindow=myFeatures[rNum][3]
var myName=myFeatures[rNum][4]

