// JavaScript Document

 rot = new Array(3);
 //rot[0] = '<img src="../Content/images/bannerImages/banner1.jpg" width="950" height="290" border="0" alt="Split Second Sound" title="Split Second Sound" /> ';
 rot[0] = '<img src="../Content/images/bannerImages/banner2.jpg" width="950" height="290" border="0" alt="Split Second Sound" title="Split Second Sound" /> ';
 //rot[2] = '<img src="../Content/images/bannerImages/banner3.jpg" width="950" height="290" border="0" alt="Split Second Sound" title="Split Second Sound" /> ';
 //rot[3] = '<img src="../Content/images/bannerImages/banner4.jpg" width="950" height="290" border="0" alt="Split Second Sound" title="Split Second Sound" /> ';
 //rot[4] = '<img src="../Content/images/bannerImages/banner5.jpg" width="950" height="290" border="0" alt="Split Second Sound" title="Split Second Sound" /> ';
 rot[1] = '<img src="../Content/images/bannerImages/banner6.jpg" width="950" height="290" border="0" alt="Split Second Sound" title="Split Second Sound" /> ';
 rot[2] = '<img src="../Content/images/bannerImages/banner7.jpg" width="950" height="290" border="0" alt="Split Second Sound" title="Split Second Sound" /> ';

 index = Math.floor(Math.random() * rot.length);
 document.write(rot[index]);
