function getRandom(min,max) {return (Math.round(Math.random()*(max-min)))+min;}
rNum=getRandom(1,8)

var myFeatures = new Array();

myFeatures[1] = new Array();
myFeatures[1][0] = "/ims/images/product_bw_mba.gif";
myFeatures[1][1] = "Applying to B-School? The MBA Insider is a premium online guide that gives you the inside scoop on programs, applications, interviews, admissions, alumni advancement, and much more!";
myFeatures[1][2] = "www.businessweek.com";
myFeatures[1][3] = "/bschools/mbainsider/index.html";
myFeatures[1][4] = "BusinessWeek\'s MBA Insider";

myFeatures[2] = new Array();
myFeatures[2][0] = "/ims/images/product_awst_bw.gif";
myFeatures[2][1] = "Aviation Week & Space Technology is the world\'s leading weekly magazine for aviation and aerospace professionals.";
myFeatures[2][2] = "www.aviationweek.com"
myFeatures[2][3] = "/avweek1/awst_marketing_page.jsp";
myFeatures[2][4] = "<i>Aviation Week & Space Technology</i>";

myFeatures[3] = new Array();
myFeatures[3][0] = "/shop/images/product_enr.jpg";
myFeatures[3][1] = " For 124 years, ENR has connected buyers and sellers of construction products and services.  Find out how to subscribe.";
myFeatures[3][2] = "www.construction.com";
myFeatures[3][3] = "/subscribe/subscriptioninfo.asp#enr";
myFeatures[3][4] = "Engineering News-Record";

myFeatures[4] = new Array();
myFeatures[4][0] = "/shop/images/product_myhouse.jpg";
myFeatures[4][1] = "Sign up for a free issue of McGraw-Hill Construction\'s MyHouse magazine.";
myFeatures[4][2] = "myhouse.construction.com";
myFeatures[4][3] = "/subscribe/freeIssue.asp";
myFeatures[4][4] = "MyHouse";

myFeatures[5] = new Array();
myFeatures[5][0] = "/ims/images/product_bw_digital_edition.gif";
myFeatures[5][1] = "Get the #1 weekly business magazine automatically downloaded to your computer each week.";
myFeatures[5][2] = "www.businessweekdigital.com";
myFeatures[5][3] = "/index.html";
myFeatures[5][4] = "BusinessWeek Digital Edition";

myFeatures[6] = new Array();
myFeatures[6][0] = "/shop/images/product_aw_add_report.jpg";
myFeatures[6][1] = "Provides daily business intelligence on land, sea, air and space programs for senior managers and government officials.";
myFeatures[6][2] = "www.aviationweek.com";
myFeatures[6][3] = "/aw/generic/channel_.jsp?channel=aerospacedaily";
myFeatures[6][4] = "Aerospace Daily & Defense Report";

myFeatures[7] = new Array();
myFeatures[7][0] = "/ims/images/product_dti.gif";
myFeatures[7][1] = "The Aviation Week Group recently launched a new magazine focusing on the critical role of defense technologies in operations, policies, programs and funding.";
myFeatures[7][2] = "www.aviationweek.com";
myFeatures[7][3] = "/aw/generic/channel_dti.jsp?channel=dti";
myFeatures[7][4] = "Defense Technology International Today";

myFeatures[8] = new Array();
myFeatures[8][0] = "/ims/images/product_bus_comm_aviation.gif";
myFeatures[8][1] = "Business & Commercial Aviation magazine is the world\'s leading publication of hands-on and how-to information for pilot safety, proficiency, and flight department management.";
myFeatures[8][2] = "www.aviationweek.com";
myFeatures[8][3] = "/aw/generic/channel_bca.jsp?channel=bca";
myFeatures[8][4] = "Business & Commercial Aviation";

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]
