// Note: In JavaScript Arrays 0 is the first 

DivFiles = new Array (2); // The 2 in this line indicates how many images there are.
 DivFiles[0] = '<table border="0" cellspacing="0" cellpadding="0" align="right">' + 
               '     <tr>' + 
               '         <td valign="top"><img src="../images/small_pic_blue_corner.gif" alt="" width="16" height="59" border="0"></td>' + 
               '         <td>' + 
               '             <table border="0" cellspacing="0" cellpadding="0" width="100%">' + 
               '                 <tr>' + 
               '                     <td class="smpicblue" width="100%"><img src="../images/clear.gif" alt="" width="12" height="10" border="0"></td>' + 
               '                 </tr>' + 
               '                 <tr>' + 
               '                     <td><img src="../images/pic_iam_parent2.jpg" alt="Teri Smith" width="160" height="200" border="0" align="top" /></td>' + 
               '                 </tr>' + 
               '                 <tr>' + 
               '                     <td class="smpicgreen" width="100%"><img src="../images/clear.gif" alt="" width="14" height="10" border="0"></td>' + 
               '                 </tr>' + 
               '             </table>' + 
               '         </td>' + 
               '         <td valign="bottom"><img src="../images/small_pic_green_corner2.gif" alt="" width="16" height="65" border="0" align="bottom"></td>' + 
               '     </tr>' + 
               ' </table>' + 
               '<blockquote>' + 
               '<p>' + 
               '     <span class="grtext">"A</span><span class="bltext">s the parent of a prospective student planning a career in computer technology, I am impressed with the program offered at Naugatuck Valley Community College. When we compared the curriculum at various four-year colleges and universities, we found that the courses at NVCC covered the latest technology in greater depth than many of the other colleges, and at a much lower cost. I would highly recommend NVCC.</b></span><span class="grtext">"</span> <span class="redtext"><i>Teri Smith, parent of a college searching student</i></span>' + 
               '</blockquote>' +               
               '</p>'; 
 
 DivFiles[1] = '<table border="0" cellspacing="0" cellpadding="0" align="right">' + 
               '     <tr>' + 
               '         <td valign="top"><img src="../images/small_pic_blue_corner.gif" alt="" width="16" height="59" border="0"></td>' + 
               '         <td>' + 
               '             <table border="0" cellspacing="0" cellpadding="0" width="100%">' + 
               '                 <tr>' + 
               '                     <td class="smpicblue" width="100%"><img src="../images/clear.gif" alt="" width="12" height="10" border="0"></td>' + 
               '                 </tr>' + 
               '                 <tr>' + 
               '                     <td><img src="../images/Ranalli-family.jpg" alt="Ranalli Family" width="167" height="210" border="0" align="top" /></td>' + 
               '                 </tr>' + 
               '                 <tr>' + 
               '                     <td class="smpicgreen" width="100%"><img src="../images/clear.gif" alt="" width="14" height="10" border="0"></td>' + 
               '                 </tr>' + 
               '             </table>' + 
               '         </td>' + 
               '         <td valign="bottom"><img src="../images/small_pic_green_corner2.gif" alt="" width="16" height="65" border="0" align="bottom"></td>' + 
               '     </tr>' + 
               ' </table>' + 
               '<blockquote>' + 
               '<p>' + 
               '     <span class="grtext">"A</span><span class="bltext">cting is an on-going passion for me. I loved the Kids-on-Campus Actor’s Workshop for just that reason. My experience performing in last year\’s play gave me the confidence to audition for community theater and dance productions. KOC is already on my calendar for this summer, because I wouldn\’t miss this outstanding program for my life!</b></span><span class="grtext">"</span> <span class="redtext"><i>Marissa Ranalli, KOC student</i></span>' + 
               '</p>'+   
		       '<p>' + 
               '     <span class="grtext">The Parents Perspective:</span><br /><span class="grtext">“</span><span class="bltext">Performing on a college stage has been a great experience for our daughter. Through KOC, she has learned a great deal about the craft of acting and has had a great time meeting friends from other towns who share the same interests.</span><span class="grtext">"</span> <span class="redtext"><i>Tom & Grace Ranalli</i></span>' + 
               '</p>'+              
               '</blockquote>';
D = new Date();
Seconds = D.getSeconds();
Random = Seconds%2; // The 2 in this line indicates how many images there are.