videos = new Array(4);
  videos[0] = '<iframe src="/risk/swfs/video/crescent_bank.html" scrolling="no" frameborder="0" width="191" height="142"></iframe><p><strong>Customer Spotlight:</strong> Learn how Crescent <br />Bank handles compliance challenges</p>';
  videos[1] = '<iframe src="/risk/swfs/video/netspend.html" scrolling="no" frameborder="0" width="191" height="142"></iframe><p><strong>Customer Spotlight:</strong> NetSpend speaks<br />about the importance of reliability<br />and efficiency</p>';
  videos[2] = "<iframe src ='/government/videos/news8-human-trafficking.html' scrolling='no' frameborder='0'  width='191' height='142'></iframe><p><strong>TV News Feature:</strong> LexisNexis donates <br>technology to Polaris project<br>to help fight human trafficking</p>";
  videos[3] = '<iframe src="/risk/swfs/video/LN-Greystar.html" scrolling="no" frameborder="0" width="185" height="128"></iframe><p><strong>Customer Spotlight:</strong> Learn how Greystar<br>streamlined its resident screening processes</p>';
  index = Math.floor(Math.random() * videos.length);
  document.write(videos[index]);
