var howMany = 2;  // max number of items listed below
var page = new Array(howMany+1);

page[0]="http://lcpi.com/newsite//international/gatc/index.html";
page[1]="http://lcpi.com/newsite//international/gatc/index.html";
page[2]="http://lcpi.com/newsite//international/gatc/index.html";

function rndnumber(){
var randscript = -1;
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1));
}
return randscript;
}
quo = rndnumber();
quox = page[quo];
window.location=(quox);
// End -->
