review = new Array(4);

review[0] = "<a href='http://www.ultimatedisney.com/intheaters.html'><img src='images/a-c/07films.jpg' width='140' height='54' border='0' alt='Preview upcoming Disney films.'></a><br><a href='http://www.ultimatedisney.com/intheaters.html'><b>New & Upcoming Disney Movies</b></a>: Find out about <i>Enchanted</i>, <i>National Treasure 2</i>, <i>The Chronicles of Narnia: Prince Caspian</i>, <i>Toy Story 3</i>, and many more.";
review[1]= "<a href='http://click.linksynergy.com/fs-bin/click?id=z80luBPjgM8&offerid=78941.10001121&type=4&subid=0'><IMG  width='120' height='90' alt='120x90 iTunes' border='0' src='http://images.apple.com/itunesaffiliates/US/2006/06/06/cars_120x90.jpg'></a><IMG border='0' width='1' height='1' src='http://ad.linksynergy.com/fs-bin/show?id=z80luBPjgM8&bids=78941.10000282&type=4&subid=0'><br>Check out <b><a href='http://click.linksynergy.com/fs-bin/click?id=z80luBPjgM8&offerid=78941.10001121&type=4&subid=0'>iTunes</a></b> for full-length Disney films, award-winning Disney and Pixar shorts, millions of songs, Disney Channel shows and more!";
review[2] = "<iframe src='http://rcm.amazon.com/e/cm?t=thehomeimprovemz&o=1&p=10&l=st1&mode=dvd&search=Disney&fc1=336633&=1&lc1=FF0000&&#108;&#116;1=_blank&bg1=99CCFF&f=ifr' marginwidth='0' marginheight='0' width='120' height='450' border='0' frameborder='0' style='border:none;' scrolling='no'></iframe>";
review[3] = "<A HREF='http://www.moviegoods.com/affiliate2/adClick.asp?affiliateID=1034&adID=1059' TARGET='_BLANK'><IMG SRC='http://www.moviegoods.com/affiliate2/adView.asp?affiliateID=1034&adID=1059' width='120' height='60' border='2'></a>";

index = Math.floor(Math.random() * review.length);
document.write("<DL>\n");
document.write("<DT>" + "" + review[index]);
//done