function randomBox(){

myData = new Array();
myData[0] = "<h3 class='h3E3'><a href='../../topics/engineer_interviews/2005/emx5016cf.html'>An Interview with<br> the EMX Desgin Team</a></h3><p>The story behind the development and production of the latest EMX-series powered mixer.</p>";
myData[1] = "<h3 class='h3E3'><a href='../../topics/leading_technology/learn_more_about_eeengine/index.html'>Learn More About EEEngine</a></h3><p>How Yamaha's advanced EEEngine amplifier technology delivers superior efficiency and reliability while maintaining outstanding sound quality.</p>";

for (i=0; i<500; i++){
  myA = Math.floor( Math.random() * 2 )
  myB = Math.floor( Math.random() * 2 )
  myBackup = myData[myA];
  myData[myA] = myData[myB];
  myData[myB] = myBackup;
}
myBox = new Array(2);
for (i=0; i<2; i++) myBox[i] = myData[i];

document.write('<table width="529" border="0" cellspacing="0" cellpadding="0"><tr>');
for(i=0; i<2; i++){
document.write('<td><div id="li256">',myBox[i],'<!--/dl165_box0a--></div></td>');
}
document.write('</tr><tr><td><img src="/shared/img/spacer.gif" alt="" width="273" height="1"></td><tr><td><img src="/shared/img/spacer.gif" alt="" width="256" height="1"></td></tr></table>');

}