function getRandom(min,max) {return (Math.round(Math.random()*(max-min)))+min;}
rNum=getRandom(1,11)

var myFeatures = new Array();
myFeatures[1] = new Array();
myFeatures[1][0] = "logo_mhhe.gif";
myFeatures[1][1] = "McGraw-Hill Higher Education's PrepCenter Brings Course Planning Into Digital Age...";
myFeatures[1][2] = "http://www.mcgraw-hill.com/releases/education/20080313.shtml";
myFeatures[1][3] = "mhc";

myFeatures[2] = new Array();
myFeatures[2][0] = "logo_ctb.jpg";
myFeatures[2][1] = "CTB/McGraw-Hill Awarded Georgia Assessment program...";
myFeatures[2][2] = "http://www.mcgraw-hill.com/releases/education/20080326.shtml";
myFeatures[2][3] = "mhc";


myFeatures[3] = new Array();
myFeatures[3][0] = "logo_professional.jpg";
myFeatures[3][1] = "McGraw-Hill Professional Launches New Version of Diagnostic Tool for Handheld Devices and the Web...";
myFeatures[3][2] = "http://www.mcgraw-hill.com/releases/education/20080303.shtml";
myFeatures[3][3] = "mhc";

myFeatures[4] = new Array();
myFeatures[4][0] = "logo_professional.jpg";
myFeatures[4][1] = "McGraw-Hill Professional to Publish Award-Winning Drug Reference...";
myFeatures[4][2] = "http://www.mcgraw-hill.com/releases/education/20061207.shtml";
myFeatures[4][3] = "mhc";

myFeatures[5] = new Array();
myFeatures[5][0] = "logo_macmillan.jpg";
myFeatures[5][1] = "Macmillan/McGraw-Hill and Glencoe Help Teachers Bring Struggling Students Up to Grade Level With Math Triumphs";
myFeatures[5][2] = "http://www.mcgraw-hill.com/releases/education/20080319.shtml";
myFeatures[5][3] = "mhc";


myFeatures[6] = new Array();
myFeatures[6][0] = "logo_glencoe.gif";
myFeatures[6][1] = "Glencoe/McGraw-Hill Partners With Hotmath to Offer Free Homework Help for Grades 6-12...";
myFeatures[6][2] = "http://www.mcgraw-hill.com/releases/education/20080506.shtml";
myFeatures[6][3] = "mhc";

myFeatures[7] = new Array();
myFeatures[7][0] = "logo_mhe.jpg";
myFeatures[7][1] = "TeachersCount and McGraw-Hill Education Co-Sponsor Campaign Supporting Teachers Nationwide...";
myFeatures[7][2] = "http://www.mcgraw-hill.com/releases/education/20080424.shtml";
myFeatures[7][3] = "mhc";



myFeatures[8] = new Array();
myFeatures[8][0] = "logo_ctb.jpg";
myFeatures[8][1] = "CTB/McGraw-Hill Releases Texas-Aligned Acuity Assessments...";
myFeatures[8][2] = "http://www.mcgraw-hill.com/releases/education/20080428.shtml";
myFeatures[8][3] = "mhc";

/*
myFeatures[9] = new Array();
myFeatures[9][0] = "logo_professional.jpg";
myFeatures[9][1] = "Chasing Daylight Wins International Business Book Award From Financial Times Deutschland and getAbstract...";
myFeatures[9][2] = "http://www.mcgraw-hill.com/releases/education/20061027.shtml";
myFeatures[9][3] = "mhc";
*/

myFeatures[9] = new Array();
myFeatures[9][0] = "logo_professional.jpg";
myFeatures[9][1] = "McGraw-Hill Professional to Publish 75th Anniversary Edition of Graham and Dodd's Security Analysis...";
myFeatures[9][2] = "http://www.mcgraw-hill.com/releases/education/20080505a.shtml";
myFeatures[9][3] = "mhc";

myFeatures[10] = new Array();
myFeatures[10][0] = "logo_macmillan.jpg";
myFeatures[10][1] = "Macmillan/McGraw-Hill Introduces New K-6 Spanish Reading Program, Tesoros de Lectura...";
myFeatures[10][2] = "http://www.mcgraw-hill.com/releases/education/20080508a.shtml";
myFeatures[10][3] = "mhc";

myFeatures[11] = new Array();
myFeatures[11][0] = "logo_wright.jpg";
myFeatures[11][1] = "Wright Group/McGraw-Hill Recognizes Three School Districts With the 2008 Everyday Mathematics Outstanding Achievement Award...";
myFeatures[11][2] = "http://www.mcgraw-hill.com/releases/education/20080417a.shtml";
myFeatures[11][3] = "mhc";

var myImage=myFeatures[rNum][0]
var myText=myFeatures[rNum][1]
var myLink=myFeatures[rNum][2]
var myWindow=myFeatures[rNum][3]

