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] = "product_bw_innovation.gif";
myFeatures[1][1] = "BusinessWeek offers insight and tips into how to harness innovation in an increasingly competitive world.";
myFeatures[1][2] = "www.businessweek.com";
myFeatures[1][3] = "/innovate/index.html";
myFeatures[1][4] = "BusinessWeek\'s Innovation & Design Channel";

myFeatures[2] = new Array();
myFeatures[2][0] = "product_const_network.jpg";
myFeatures[2][1] = "Find new construction jobs and win more business with access to over 500,000 active construction projects.";
myFeatures[2][2] = "www.construction.com"
myFeatures[2][3] = "/Network/default.asp";
myFeatures[2][4] = "McGraw-Hill Construction Network";

myFeatures[3] = new Array();
myFeatures[3][0] = "product_bw_small_biz.jpg";
myFeatures[3][1] = " For small business news, advice and resources, turn to BusinessWeek\'s SmallBiz channel.";
myFeatures[3][2] = "www.businessweek.com";
myFeatures[3][3] = "/smallbiz/index.html";
myFeatures[3][4] = "BusinessWeek SmallBiz";

myFeatures[4] = new Array();
myFeatures[4][0] = "product_jd_power.jpg";
myFeatures[4][1] = " Learn more from JDPA's researchers, analysts, economists, statisticians, and experts in consumer behavior and demographic trends.";
myFeatures[4][2] = "www.jdpower.com";
myFeatures[4][3] = "/library/specialreports/index.asp";
myFeatures[4][4] = "J.D. Power & Associates Special Reports";

myFeatures[5] = new Array();
myFeatures[5][0] = "product_platts.jpg";
myFeatures[5][1] = "You can request a free trial of Platts products, which cover the markets of oil, natural gas, coal, electric power, nuclear, petrochemicals, pan-energy/policy, metals, and engineering.";
myFeatures[5][2] = "www.platts.com";
myFeatures[5][3] = "/Request%20More%20Information/";
myFeatures[5][4] = "Platts products";

myFeatures[6] = new Array();
myFeatures[6][0] = "product_bw_tech_science.jpg";
myFeatures[6][1] = "For technology and science news, and the latest product reviews, turn to BusinessWeek Online.";
myFeatures[6][2] = "www.businessweek.com";
myFeatures[6][3] = "/technology/index.html";
myFeatures[6][4] = "BusinessWeek Technology & Science";

myFeatures[6] = new Array();
myFeatures[6][0] = "product_jdpa_consumer.gif";
myFeatures[6][1] = "Tap into the information that industries use to measure quality and customer satisfaction.";
myFeatures[6][2] = "www.jdpower.com";
myFeatures[6][3] = "/cc/index.jsp";
myFeatures[6][4] = "J.D. Power Consumer Center";

myFeatures[7] = new Array();
myFeatures[7][0] = "product_aw_intel_network.gif";
myFeatures[7][1] = "AWIN is the integrated online platform that delivers information and data for aviation/aerospace and defense professionals worldwide.";
myFeatures[7][2] = "www.aviationweek.com";
myFeatures[7][3] = "/avweek1/avnow_login.jsp?&INTERCEPT_MESSAGES=F_IP_CRD&PRIOR_REQUEST_URL=%2Favweek%2Findex.jsp";
myFeatures[7][4] = "Aviation Week Intelligence Network";

myFeatures[8] = new Array();
myFeatures[8][0] = "product_jd_power_gram.gif";
myFeatures[8][1] = "Subscribe to the <b><i>PowerGram</i></b>, a daily, up-to-the minute compilation of the top automotive stories gleaned from news bureaus worldwide. A special daily feature&#151;Power Pulse&#151;highlights studies, research and analysis of J.D. Power and Associates, including actual transaction data from our Power Information Network (PIN).";
myFeatures[8][2] = "www.jdpower.com";
myFeatures[8][3] = "/ecm/order/order.jsp?product=PowerGram%2BOne%2BYear%2BSubscription&chargetotal=199";
myFeatures[8][4] = "<i>PowerGram</i>";

myFeatures[9] = new Array();
myFeatures[9][0] = "product_const_research.jpg";
myFeatures[9][1] = "McGraw-Hill Construction\'s new e-commerce store offers analytic forecasts and trend analysis.";
myFeatures[9][2] = "www.analyticsstore.construction.com";
myFeatures[9][3] = "/";
myFeatures[9][4] = "McGraw-Hill Construction Research and Analysis";

myFeatures[10] = new Array();
myFeatures[10][0] = "product_const_global_summit.gif";
myFeatures[10][1] = "McGraw-Hill Construction hosts a summit in Beijing, China, on April 25-27.";
myFeatures[10][2] = "www.construction.com";
myFeatures[10][3] = "/event/BeijingSummit/default.asp";
myFeatures[10][4] = "Global Construction Summit";

myFeatures[11] = new Array();
myFeatures[11][0] = "product_const_network_prod.gif";
myFeatures[11][1] = "Network for Products integrates extensive building products database with McGraw-Hill Construction Network(R)";
myFeatures[11][2] = "products.construction.com";
myFeatures[11][3] = "/portal/server.pt";
myFeatures[11][4] = "Network for Products";

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]
