var index2 = Math.floor(Math.random()*photos2.length);
var count2 = photos2.length;
document.write('<table align="center" border="0" width="600px">');
document.write(' <tr>');
document.write('  <td width="600px" class="Normal" align="center">');
document.write('   <a href="Photos.aspx" alt="Photos" title="Photos"><img id="photoContainer2"></a>');
document.write('  </td>');
document.write(' </tr>');
document.write('</table>');
SlideShow2(document.getElementById("photoContainer2"));