// JavaScript Document


document.write('<table align="center" border="0" cellpadding="2" cellspacing="0" width="100%" bgcolor="#336699"> ');
document.write('	<tr> ');
document.write('		<td width="70%" align="left"> ');
document.write('		<img src="../vet_common/images/care/care.gif" border="0" /> ');
document.write('		</td> ');
document.write('		<td width="30%" align="left"> ');

document.write('		</td> ');
document.write('    </tr> ');
document.write('</table> ');		
		


document.write('<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" height="85%"> ');
document.write('	<tr> ');
document.write('		<td width="100%" valign="top"> ');
		


/*document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="400" HEIGHT="250" id="care" ALIGN=""> 
document.write('<PARAM NAME="movie" VALUE="../vet_common/swf/care/care_blue.swf">  ');
document.write('<PARAM NAME="quality" VALUE="high">  ');
document.write('<PARAM NAME="bgcolor" VALUE="#FFFFFF">  ');
document.write('<EMBED src="../vet_common/swf/care/care_blue.swf" quality="high" bgcolor="#FFFFFF"  WIDTH="400" HEIGHT="250" NAME="care" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> ');
document.write('</OBJECT> ');*/




document.write('<span style="float:right; width:350px;">');
  
//specify corresponding images below
var myimages=new Array();

//For Loop for all the images
for(x = 1; x <= 5; x++)
{
	myimages[x]='../vet_common/images/care/photos/' + x + '.jpg';
}

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

//to change ry to 1 if it equals 0
if (ry==0)
{
 	ry=1;
}

//To write the random image and link into the table of the template 
document.write('<img src="'+ myimages[ry] +'" border=0 alt="Care Photo: Photo Credit - TCSVM Media Services" width="350" height="250" /><br/>');


document.write('<ul> ');

// Participate Link
document.write('<li><a href="participate.html" title="How To Participate In The CARE Program">');
if(loc == 1)
{
	document.write('<span style="cursor:hand; width:100%; padding:1px; background-color:#99ccff;">');
}
document.write('How To Participate In The CARE Program');
if(loc == 1)
{
	document.write('</span>');
}
document.write('</a></li> ');

// Helps link
document.write('<li><a href="help.html" title="How The CARE Program Helps">');
if(loc == 4)
{
	document.write('<span style="cursor:hand; width:100%; padding:1px; background-color:#99ccff;">');
}
document.write('How The CARE Program Helps');
if(loc == 4)
{
	document.write('</span>');
}
document.write('</a></li> ');


// Contact Link
document.write('<li><a href="contact.html" title="Contact Information">');
if(loc == 2)
{
	document.write('<span style="cursor:hand; width:100%; padding:1px; background-color:#99ccff;">');
}
document.write('Contact Information');
if(loc == 2)
{
	document.write('</span>');
}
document.write('</a></li> ');


// About Link
document.write('<li><a href="about.html" title="About Cummings School of Veterinary Medicine at Tufts University ">');
if(loc == 3)
{
	document.write('<span style="cursor:hand; width:100%; padding:1px; background-color:#99ccff;">');
}
document.write('About Cummings School of Veterinary Medicine at Tufts University ');
if(loc == 3)
{
	document.write('</span>');
}
document.write('</a></li> ');



// Alumni Link
document.write('<li><a href="../alumni/" title="TCSVM Alumni Web Site">');
document.write('TCSVM Alumni Web Site');
document.write('</a></li> ');


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

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



document.write('<div style="padding: 0px 10px 10px 10px;">');
document.write('<p class="small"><a href="index.html" title="Care Home">CARE Home</a> <b>></b> ');


if(loc)
{
	// Participate = 1
	// Contact = 2
	// Links = 3 
	// Help = 4
	// Blank = 5
	// Blank = 6
	// Blank = 7
	
	if(loc == 1) document.write('&nbsp;<a href="participate.html" title="How To Participate In The CARE Progam">How To Participate In The CARE Progam</a> ');
	if(loc == 2) document.write('&nbsp;<a href="contact.html" title="Contact Information">Contact Information</a> ');
	if(loc == 3) document.write('&nbsp;<a href="about.html" title="About Cummings School of Veterinary Medicine at Tufts University ">About Cummings School of Veterinary Medicine at Tufts University </a> ');
	if(loc == 4) document.write('&nbsp;<a href="help.html" title="How The CARE Program Helps">How The CARE Program Helps</a> ');
	if(loc == 5) document.write('&nbsp;<a href="" title=""></a> ');
	if(loc == 6) document.write('&nbsp;<a href="" title=""></a> ');
	if(loc == 7) document.write('&nbsp;<a href="" title=""></a> ');
}


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



				
document.write('				<h3>The Veterinarians CARE Program</h3>');

if(loc)
{
	document.write('<p class="text"><b>');

	// Participate = 1
	// Contact = 2
	// Links = 3 
	// Blank = 4
	// Blank = 5
	// Blank = 6
	// Blank = 7
	
	if(loc == 1) document.write('How To Participate In The CARE Progam');
	if(loc == 2) document.write('Contact Information');
	if(loc == 3) document.write('About Cummings School of Veterinary Medicine at Tufts University ');
	if(loc == 4) document.write('How The CARE Program Helps');
	if(loc == 5) document.write('Blank5');
	if(loc == 6) document.write('Blank6');
	if(loc == 7) document.write('Blank7');
	
	document.write('</b></p>');
}



document.write(' ');
				



