videos = new Array(4);
  videos[0] = '<iframe src="http://risk.lexisnexis.com/flash/video/crescent_bank.html" scrolling="no" frameborder="0" width="194" height="160"></iframe><br />Learn how Crescent Bank handles<br />compliance challenges';
  videos[1] = "<embed pluginspage='http://www.macromedia.com/go/getflashplayer' src='http://www.lexisnexis.com/government/images/nbc_clip.swf' width='190' height='170' type='application/x-shockwave-flash' flashvars='file=http://www.lexisnxis.com/government/images/ln-nbc-clip-11-08.flv&amp;image=http://www.lexisnexis.com/government/images/video-bg.gif&amp;autostart=false' bgcolor='#FFFFFF'></embed><br /><br /> Keeping Better Track of Sex Offenders";
  videos[2] = '<iframe src="http://risk.lexisnexis.com/flash/video/bbt.html" scrolling="no" frameborder="0" width="194" height="160"></iframe><br />BB&amp;T discusses account<br /> opening efficiencies';
  videos[3] = '<iframe src="http://risk.lexisnexis.com/flash/video/netspend.html" scrolling="no" frameborder="0" width="194" height="160"></iframe><br />NetSpend&nbsp;speaks&nbsp;about&nbsp;the&nbsp;importance<br />of&nbsp;reliability&nbsp;and&nbsp;efficiency';

  index = Math.floor(Math.random() * videos.length);
  document.write('<div><center><br/>');
  document.write(videos[index]);
  document.write('</center></div>');