function getRandom(min,max) {return (Math.round(Math.random()*(max-min)))+min;}
rNum=getRandom(1,7)

var myFeatures = new Array();

myFeatures[1] = new Array();
myFeatures[1][0] = "/edu/images/product_mhe_cust_pub.gif";
myFeatures[1][1] = "McGraw-Hill Custom Publishing is your leading provider of custom products in print and electronic formats.";
myFeatures[1][2] = "www.mhhe.com";
myFeatures[1][3] = "/primis/";
myFeatures[1][4] = "McGraw-Hill Custom Publishing";

myFeatures[2] = new Array();
myFeatures[2][0] = "/edu/images/product_harrisons_online.jpg";
myFeatures[2][1] = "Learn more about Harrison's Principles of Internal Medicine.";
myFeatures[2][2] = "mhprofessional.com"
myFeatures[2][3] = "/Medical/harrisons/";
myFeatures[2][4] = "Harrison\'s Principles of Internal Medicine";

myFeatures[3] = new Array();
myFeatures[3][0] = "/edu/images/product_mhlearningstore.gif";
myFeatures[3][1] = " The McGraw-Hill Learning Network brings textbooks to life with movies, activities, pictures, sound, Web links and more!";
myFeatures[3][2] = "mhlearningstore.com";
myFeatures[3][3] = "/parent/newsearch.php3?store=1&ProductType=2&cartTotal=0&ProductSearch=2";
myFeatures[3][4] = "Interactive Textbooks";

myFeatures[4] = new Array();
myFeatures[4][0] = "/edu/images/product_dig_enr_lib.gif";
myFeatures[4][1] = "The Digital Engineering Library features over 5,000 articles derived from more than 150 McGraw-Hill publications.";
myFeatures[4][2] = "www.digitalengineeringlibrary.com";
myFeatures[4][3] = "/index.asp";
myFeatures[4][4] = "McGraw-Hill Digital Engineering Library";

myFeatures[5] = new Array();
myFeatures[5][0] = "/edu/images/product_mhp_ebookstore.jpg";
myFeatures[5][1] = "Read your favorite McGraw-Hill Professional books on your desktop, laptop, or PDA. Find our best-selling eBook titles in business, computers, engineering, medicine, and much more.";
myFeatures[5][2] = "ebooks.mhprofessional.com";
myFeatures[5][3] = "/";
myFeatures[5][4] = "MH Professional eBookstore";

myFeatures[6] = new Array();
myFeatures[6][0] = "/shop/images/product_mhprofessional.jpg";
myFeatures[6][1] = "Get the information you need to further your career, hobby, and personal growth! Sign up to receive the latest news, books, special offers, and more from the McGraw-Hill Professional Online Bookstore.";
myFeatures[6][2] = "www.mhprofessional.com";
myFeatures[6][3] = "/account/?mode=interest&cat=";
myFeatures[6][4] = "McGraw-Hill Professional newsletter";

myFeatures[7] = new Array();
myFeatures[7][0] = "/edu/images/product_schaums.jpg";
myFeatures[7][1] = "Schaum\'s offers a variety of study guides, all available for purchase from McGraw-Hill Professional\'s Online Bookstore.";
myFeatures[7][2] = "www.mhprofessional.com";
myFeatures[7][3] = "/category/?cat=145";
myFeatures[7][4] = "Schaum\'s Outline Series";

var myImage=myFeatures[rNum][0]
var myText=myFeatures[rNum][1]
var myDomain=myFeatures[rNum][2]
var myPage=myFeatures[rNum][3]
var myTitle=myFeatures[rNum][4]
var myLink="http://" + myFeatures[rNum][2] + myFeatures[rNum][3]
