function getRandom(min,max) {return (Math.round(Math.random()*(max-min)))+min;}
rNum=getRandom(1,4)

var myFeatures = new Array();

myFeatures[1] = new Array();
myFeatures[1][0] = "/ims/images/product_aw_conferences.gif";
myFeatures[1][1] = "Upcoming conferences include sessions on aerospace & defense programs and MRO Asia.";
myFeatures[1][2] = "www.aviationweek.com";
myFeatures[1][3] = "/conferences/";
myFeatures[1][4] = "Aviation Week Group";

myFeatures[2] = new Array();
myFeatures[2][0] = "/shop/images/product_bwie.jpg";
myFeatures[2][1] = "Take control of your financial future and sign up for a seminar.";
myFeatures[2][2] = "www.bw-ie.com"
myFeatures[2][3] = "/";
myFeatures[2][4] = "BusinessWeek Investor Seminar";

myFeatures[3] = new Array();
myFeatures[3][0] = "/ims/images/product_platts.jpg";
myFeatures[3][1] = " From Moscow to Singapore, Platts offers seminars worldwide on a variety of issues in the energy markets.";
myFeatures[3][2] = "www.platts.com";
myFeatures[3][3] = "/Events/";
myFeatures[3][4] = "Platts Seminars";

myFeatures[4] = new Array();
myFeatures[4][0] = "/ims/images/product_construction_events.jpg";
myFeatures[4][1] = "McGraw-Hill Construction Events provides the opportunity for you to hear from industry experts and learn the latest trends impacting the $3.4 trillion global design and construction community.";
myFeatures[4][2] = "www.construction.com";
myFeatures[4][3] = "/event/index.asp";
myFeatures[4][4] = "McGraw-Hill Construction Events";


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]
