function getRandom(min,max) {return (Math.round(Math.random()*(max-min)))+min;}
var myFeatures = new Array();

myFeatures[1] = new Array();
myFeatures[1][0] = "logo_fox.jpg";
myFeatures[1][1] = "Literacy assessment based on nationally published benchmarks of literacy development...";
myFeatures[1][2] = "http://www.ctb.com/products/product_summary.jsp?FOLDER%3C%3Efolder_id=1408474395213829";
myFeatures[1][3] = "ctb";
myFeatures[1][4] = "Fox in a Box";

myFeatures[2] = new Array();
myFeatures[2][0] = "logo_acuity.jpg";
myFeatures[2][1] = "Acuity™ provides interim and formative assessments designed to inform teaching and improve student learning...";
myFeatures[2][2] = "http://acuityforschool.com./";
myFeatures[2][3] = "ctb";
myFeatures[2][4] = "Acuity";

myFeatures[3] = new Array();
myFeatures[3][0] = "logo_roadmap.jpg";
myFeatures[3][1] = "Online writing assessment helping students build writing skills and confidence...";
myFeatures[3][2] = "http://www.ctb.com/products/product_summary.jsp?FOLDER%3C%3Efolder_id=1408474395240573";
myFeatures[3][3] = "ctb";
myFeatures[3][4] = "Writing Roadmap";

myFeatures[4] = new Array();
myFeatures[4][0] = "logo_tabe.jpg";
myFeatures[4][1] = "Skills tests to help educators meet the needs of today's adult students....";
myFeatures[4][2] = "http://www.ctb.com/products/product_summary.jsp?FOLDER%3C%3Efolder_id=1408474395247195&bmUID=1120696372238";
myFeatures[4][3] = "ctb";
myFeatures[4][4] = "TABE";

myFeatures[5] = new Array();
myFeatures[5][0] = "logo_terranova.jpg";
myFeatures[5][1] = "Assessing important learning goals while addressing special program needs ...";
myFeatures[5][2] = "http://www.ctb.com/products/product_summary.jsp?FOLDER%3C%3Efolder_id=1408474395220061&bmUID=1120696275060";
myFeatures[5][3] = "ctb";
myFeatures[5][4] = "TerraNova";

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]


