/*
This file contains rotating ads on the index (homepage).
Adding new ads is fairly self-explanatory -- Make sure to keep the numbers consecutive, starting with 0.
Make sure there are no double quotes in the text string unless they are escaped  --  \" 
Each new string (ad code) should be on one line
HTML tag attributes must be in single quotes  --  <a href='http....'>
*/

mic = new Array();
mic[0] = "<a href='photos.shtml'><img src='images/armyphoto4mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[1] = "<a href='photos.shtml'><img src='images/angelsphoto2mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[2] = "<a href='photos.shtml'><img src='images/rangersphoto6mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[3] = "<a href='photos.shtml'><img src='images/saltlakephoto2mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[4] = "<a href='photos.shtml'><img src='images/tropicsphoto2mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[5] = "<a href='photos.shtml'><img src='images/yankeesphoto39mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[6] = "<a href='photos.shtml'><img src='images/yankeesphoto1mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[7] = "<a href='photos.shtml'><img src='images/yankeesphoto27mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[8] = "<a href='photos.shtml'><img src='images/yankeesphoto8mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[9] = "<a href='photos.shtml'><img src='images/yankeesphoto33mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[10] = "<a href='photos.shtml'><img src='images/yankeesphoto10mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[11] = "<a href='photos.shtml'><img src='images/yankeesphoto12mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[12] = "<a href='photos.shtml'><img src='images/angelsphoto6mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[13] = "<a href='photos.shtml'><img src='images/angelsphoto5mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[14] = "<a href='photos.shtml'><img src='images/angelsphoto4mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[15] = "<a href='photos.shtml'><img src='images/angelsphoto8mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[16] = "<a href='photos.shtml'><img src='images/rangersphoto8mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[17] = "<a href='photos.shtml'><img src='images/yankeesphoto2mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[18] = "<a href='photos.shtml'><img src='images/miamidadephotomini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[19] = "<a href='photos.shtml'><img src='images/tropicsphoto2mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[20] = "<a href='photos.shtml'><img src='images/yankeesphoto31mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";

mic[21] = "<a href='photos.shtml'><img src='images/yankeesphoto29mini.jpg' width='90' height='115' border='0' hspace='2' align='left'/></a>";
