function randomBox(){

var myData1 = new Array();
myData1[0] = "<h3 class='h3E1'><a href='topics/news/2007_12/12_MK_Dons/index.html'>Installation Cases</a></h3><div id='dl165_box0a_in'><a href='topics/news/2007_12/12_MK_Dons/index.html'><img src='/img/cmn_bt_news12122007.gif' alt='Installation Case' width=75 height=45 class='right'></a><p>Yamaha LS9 scores at MK Dons new stadium.</p><!--/dl165_box0a_in--></div>";

var myData2 = new Array();
myData2[0] = "<h3 class='h3E1'><a href='products/mixers/pm5d/movie_clips.html'>PM5D Movie Clips</a></h3><div id='dl165_box0a_in'><a href='products/mixers/pm5d/movie_clips.html'><img src='/img/cmn_bt_pm5d_mc.gif' alt='PM5D Movie Clips' width=75 height=47 class='right'></a><p>PM5D digital mixing console features and capabilities explained by Randy Weitzel.</p><!--/dl165_box0a_in--></div>";

var myData3 = new Array();
myData3[0] = "<h3 class='h3E1'><a href='training/index.html'>Seminar Schedule</a></h3><div id='dl165_box0a_in'><a href='training/index.html'><img src='/img/cmn_bt_eu_training.gif' alt='Yamaha Commercial Audio Training Seminars' width=75 height=47 class='right'></a><p>Yamaha CA Training Seminars schedule updated.</p><!--/dl165_box0a_in--></div>";
//myData3[1] = "<h3 class='h3E1'><a href='topics/user_comments/pm5d/index.html'>User Comments</a></h3><div id='dl165_box0a_in'><a href='topics/user_comments/pm5d/index.html'><img src='img/cmn_bt_ucomment07252007.gif' alt='Alan Mourant' width=75 height=47 class='right'></a><p>PM5D user comment updated.</p><!--/dl165_box0a_in--></div>";

var myData4 = new Array();
myData4[0] = "<h3 class='h3E1'><a href='products/processors/dme64n/v3_features.html'>DME Version 3</a></h3><div id='dl165_box0a_in'><a href='products/processors/dme64n/v3_features.html'><img src='/img/cmn_bt_dmev3.gif' alt='DME Version 3' width=75 height=45 class='right'></a><p>Finally! DME Version 3 is released.</p><!--/dl165_box0a_in--></div>";

  myA = Math.floor((Math.random() * 100)) % myData1.length;
  myB = Math.floor((Math.random() * 100)) % myData2.length;
  myC = Math.floor((Math.random() * 100)) % myData3.length;
  myD = Math.floor((Math.random() * 100)) % myData4.length;


document.write('<table width="337" border="0" cellspacing="0" cellpadding="0" style="margin-left:10px;"><tr>');
document.write('<td><div id="dl165_box0a">',myData1[myA],'<!--/dl165_box0a--></div></td>');
document.write('<td><div id="dl165_box0a">',myData2[myB],'<!--/dl165_box0a--></div></td>');
document.write('</tr><tr>');
document.write('<td><div id="dl165_box0a">',myData3[myC],'<!--/dl165_box0a--></div></td>');
document.write('<td><div id="dl165_box0a">',myData4[myD],'<!--/dl165_box0a--></div></td>');
document.write('</tr><tr><td><img src="/shared/img/spacer.gif" alt="" width="172" height="8"></td><tr><td><img src="/shared/img/spacer.gif" alt="" width="165" height="1"></td></tr></table>');

}