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_schoolmatters.gif";
myFeatures[1][1] = "A place for parents, educators and leaders to research and learn more about public schools.";
myFeatures[1][2] = "www.schoolmatters.com";
myFeatures[1][3] = "/";
myFeatures[1][4] = "Schoolmatters.com";

myFeatures[2] = new Array();
myFeatures[2][0] = "product_vista.jpg";
myFeatures[2][1] = "Vista Research offers institutional investors in-depth, field-level insights about issues and trends within different industry sectors.";
myFeatures[2][2] = "www2.standardandpoors.com"
myFeatures[2][3] = "/spf/pdf/products/VistaResearchBrochure.pdf";
myFeatures[2][4] = "Vista Research";

myFeatures[3] = new Array();
myFeatures[3][0] = "product_speqquity_research.jpg";
myFeatures[3][1] = "Standard & Poor's Equity Research offers investment advisors, investors and institutions an authoritative voice issuing clear, actionable opinions.";
myFeatures[3][2] = "www2.standardandpoors.com";
myFeatures[3][3] = "/portal/site/sp/en/us/page.category/equityresearch/2,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0.html";
myFeatures[3][4] = "S&P Equity Research";

myFeatures[4] = new Array();
myFeatures[4][0] = "product_sp_gics.gif";
myFeatures[4][1] = "Did you know Standard & Poor\'s and Morgan Stanley Capital International review the GICSŪ structure annually to ensure it accurately represents the global equity markets?";
myFeatures[4][2] = "www2.standardandpoors.com";
myFeatures[4][3] = "/portal/site/sp/en/us/page.productsservicesaz/productsservices_az/2,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0.html";
myFeatures[4][4] = "Global Industry Classification Standard (GICS)";

myFeatures[5] = new Array();
myFeatures[5][0] = "product_sp_customindices.gif";
myFeatures[5][1] = "The global leader in index creation can now create an index designed specifically for you. Contact Standard & Poor\'s Custom Index Solutions for an index to match your investment strategy or mandate.";
myFeatures[5][2] = "www2.standardandpoors.com";
myFeatures[5][3] = "/portal/site/sp/en/us/page.category/indices/2,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0.html";
myFeatures[5][4] = "Custom Indices";

myFeatures[6] = new Array();
myFeatures[6][0] = "product_sp_port_advisor.gif";
myFeatures[6][1] = "Standard & Poor\'s offers financial advisory firms an asset management platform for fee-based accounts that provides risk-specific model portfolios, investment recommendations and research.";
myFeatures[6][2] = "www2.standardandpoors.com";
myFeatures[6][3] = "/portal/site/sp/en/us/page.productsservicesaz/productsservices_az/2,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0.html";
myFeatures[6][4] = "Standard & Poor\'s Portfolio Advisor";

myFeatures[7] = new Array();
myFeatures[7][0] = "product_sp_ratings_iquery.gif";
myFeatures[7][1] = "Standard & Poor's has launched Ratings IQuery (TM) for fixed income market professionals.";
myFeatures[7][2] = "www2.standardandpoors.com";
myFeatures[7][3] = "/portal/site/sp/en/us/page.product/dataservices_riq/2,9,3,0,0,0,0,0,0,0,0,0,0,0,0,0.html";
myFeatures[7][4] = "Ratings IQuery";

myFeatures[8] = new Array();
myFeatures[8][0] = "product_sp_risk_solutions.gif";
myFeatures[8][1] = " Standard & Poor\'s Risk Solutions offers comprehensive credit & risk training courses worldwide for intermediate-level financial professionals.";
myFeatures[8][2] = "www2.standardandpoors.com";
myFeatures[8][3] = "/portal/site/sp/en/us/page.category/risksolutions/2,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0.html";
myFeatures[8][4] = "S&P Risk Solutions";

myFeatures[9] = new Array();
myFeatures[9][0] = "product_sp_ratingsxpress.jpg";
myFeatures[9][1] = " RatingsXpress Credit Ratings is a customizable digital feed of Standard & Poor\'s credit ratings information available to you in your choice of formats, including XML.";
myFeatures[9][2] = "www2.standardandpoors.com";
myFeatures[9][3] = "/portal/site/sp/en/us/page.product/dataservices_rx/2,9,3,0,0,0,0,0,0,0,0,0,0,0,0,0.html";
myFeatures[9][4] = "Ratings Xpress";

myFeatures[10] = new Array();
myFeatures[10][0] = "product_sp_ratings_direct.gif";
myFeatures[10][1] = " Access nearly 8 million credit ratings and 240,000 research articles using Standard & Poor\'s RatingsDirect.";
myFeatures[10][2] = "www2.standardandpoors.com";
myFeatures[10][3] = "/portal/site/sp/en/us/page.product/dataservices_rd/2,9,3,0,0,0,0,0,0,0,0,0,0,0,0,0.html";
myFeatures[10][4] = "S&P RatingsDirect";

myFeatures[11] = new Array();
myFeatures[11][0] = "product_sp_video_views.gif";
myFeatures[11][1] = "For a look ahead at the markets, watch our analysts on the Equity Research site.";
myFeatures[11][2] = "www2.standardandpoors.com";
myFeatures[11][3] = "/portal/site/sp/en/us/page.category/equityresearch/2,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0.html";
myFeatures[11][4] = "S&P Video Views";

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]
