var mainimagename = new Array(3)
mainimagename[0]="home-rulong";
mainimagename[1]="home-avking";
mainimagename[2]="home-posner";

var mainimage = new Array(3)
mainimage[0]="/img/nav/home-rulong.jpg";
mainimage[1]="/img/nav/home-avking.jpg";
mainimage[2]="/img/nav/home-posner.jpg";

var tagline = new Array(3)
tagline[0] = "A New Era for Securities Lending";
tagline[1] = "Local Banks as Linchpins";
tagline[2] = "Global Perspectives on the Debt Capital Markets";

var remotestory = new Array(3)
remotestory[0] = "/foresight/2009q4/securitieslending/index.html";
remotestory[1] = "/foresight/2009q4/treasurysolutions/index.html";
remotestory[2] = "/foresight/2009q4/debtcapitalmarkets/index.html";


//this variable array index will determine which story displays on the screen
var arrayindex = Math.floor(Math.random()*mainimage.length);
myRandomObj = new Object;  
myRandomObj.themainimagename = mainimagename[arrayindex];  
myRandomObj.themainimage = mainimage[arrayindex];  
myRandomObj.thetagline = tagline[arrayindex]; 
myRandomObj.theremotestory = remotestory[arrayindex]; 


function getMainImage(){
document.writeln("<img src=" + myRandomObj.themainimage + " width='762' height='270' border='0' name='hp'  usemap='#hpnavjs' alt='" + myRandomObj.thetagline + "'>");
}

function getRemoteStory(){
document.writeln("<area shape='rect' alt='Whos helping you?' coords='0,27,207,70' href='" + myRandomObj.theremotestory + "'>");
}

function getRemoteStory2(){
document.writeln("<area shape='rect' alt='" + myRandomObj.thetagline + "' coords='279,0,762,270' href='" + myRandomObj.theremotestory + "'>");
}

var imghome = new Array(7);
imghome[0] = new Image();
imghome[0].src = "/img/nav/"+myRandomObj.themainimagename+".jpg";
imghome[1] = new Image();
imghome[1].src = "/img/nav/am.jpg";
imghome[2] = new Image();
imghome[2].src = "/img/nav/as.jpg";
imghome[3] = new Image();
imghome[3].src = "/img/nav/wm.jpg";
imghome[4] = new Image();
imghome[4].src = "/img/nav/is.jpg";
imghome[5] = new Image();
imghome[5].src = "/img/nav/ts.jpg";
imghome[6] = new Image();
imghome[6].src = "/img/nav/bd.jpg";

