// JavaScript Document


document.write(' <!-- ----------------------- Top image ------------------------- --> ');
document.write(' <div id="topImage"> <img src="../vet_common/images/reveal/bannerReveal4.jpg" width="800" height="100" align="top" alt="Tufts Banner" />  ');
document.write(' </div> ');




document.write('<table width="100%" cellpadding="2" cellspacing="2" align="center"><tr><td width="200" valign="top">');
document.write(' <!-- ----------------------- Content Holder ------------------------- --> ');
document.write('   <!-- Naviagation --> ');
document.write('     <p>&nbsp;</p> ');

document.write('     <p><a href="index.html" title="About the Program">About the Program</a></p> ');
document.write('     <p><a href="equipment.html" title="Equipment and Expertise">Equipment and Expertise</a></p> ');
document.write('     <p><a href="ebm.html" title="Evidence-Based Medicine">Evidence-Based Medicine</a></p> ');
document.write('     <p><a href="../vet_common/pdf/reveal/veterinary_funding_agencies.pdf" target="blank" title="Funding Opportunities">Funding Opportunities</a></p> ');
document.write('     <p><a href="grant.html" title="Grant Committee">Grant Committee</a></p> ');
document.write('     <p><a href="writing.html" title="Grant Writing Tips">Grant Writing Tips</a></p> ');
document.write('     <p><a href="animals.html" title="Institutional Animal Care and Use Committee">Institutional Animal Care and Use Committee</a></p> ');
document.write('     <p><a href="labs.html" title="Laboratory Aid">Laboratory Aids</a></p> ')
document.write('     <p><a href="library.html" title="Libraries">Libraries</a></p> ')
document.write('     <p><a href="mentor.html" title="Mentoring">Mentoring</a></p> ');
document.write('     <p><a href="electives.html" title="Research Electives">Research Electives</a></p> ');
document.write('     <p><a href="seminars.html" title="Seminars">Seminars</a></p> ');
document.write('     <p><a href="stats.html" title="Statistics">Statistics</a></p> ');
document.write('     <p><a href="http://www.tufts.edu/vet/" title="TCSVM Home">TCSVM Home</a></p> ');
document.write('     <p><a href="award.html" title="Travel Award Winners">Travel Award Winners</a></p> ');

document.write('     <p>&nbsp;</p> ');
document.write(' </td>');


document.write(' <td width="5" valign="top">');
document.write('   <!-- Line beside nav section --> ');
document.write(' <div style="position:absolute; top:105px; left:200px; width:2px; height:527px; font-size:2px; z-index:1;"><img src="../vet_common/images/reveal/barM.gif" width="1" height="525" align="top" alt="Menu Bar" /></div> ');
document.write(' </td>');



document.write(' <td valign="top"> ');
document.write('     <p>&nbsp;</p> ');

document.write('     <span class="noprint" style="float:right; width:275px; height:500px; z-index:1;">  ');

//specify corresponding images below
var myimages=new Array();

//For Loop for all the images 
for(x = 0; x < 24; x++)
{
	myimages[x]='../vet_common/images/reveal/photosBig' + x + '.jpg';
}

var ry=Math.floor(Math.random()*myimages.length);

//To write the random image and link into the table of the template 
document.write('<img src="'+ myimages[ry] +'" border="0" alt="Images from NEVC 2004" width="275" height="500" /><br/>');

document.write('     </span>  ');