

<script language="Javascript">

function printit(){  
if (window.print) {
    window.print();  
} else {
    var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
    WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box
	WebBrowser1.outerHTML = "";
}
}
</script>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
   "http://www.w3.org/TR/html4/loose.dtd"> 

<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<meta HTTP-EQUIV="Expires" content="27 Aug 2007 00:00:00 GMT" />
<meta HTTP-EQUIV="Cache-Control" content="no-cache" />
<META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 


<SCRIPT TYPE="text/javascript">
<!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		topnav_12_PETONtheNET_over = newImage("http://www.spca.bc.ca/images/topnav_12-PETONtheNET_over.gif");
		topnav_12_topnav_06_over = newImage("http://www.spca.bc.ca/images/topnav_12-topnav_06_over.gif");
		topnav_12_topnav_08_over = newImage("http://www.spca.bc.ca/images/topnav_12-topnav_08_over.gif");
		topnav_12_topnav_10_over = newImage("http://www.spca.bc.ca/images/topnav_12-topnav_10_over.gif");
		preloadFlag = true;
	}
}

// -->
</SCRIPT>

<script>
// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header
// NS4-6,IE4-6
// Fade effect only in IE; degrades gracefully

// =======================================
// set the following variables
// =======================================

// Set slideShowSpeed (milliseconds)
var slideShowSpeed = 3500

// Duration of crossfade (seconds)
var crossFadeDuration = 3

// Specify the image files
var Pic = new Array() // don't touch this
// to add more images, just continue
// the pattern, adding to the array below

Pic[0]= 'http://www.spca.bc.ca/images/topnav_01.gif'
Pic[1]= 'http://www.spca.bc.ca/images/greywhite_cat_perched189px.jpg'
Pic[2]= 'http://www.spca.bc.ca/images/labx_kennel189px.jpg'
Pic[3]= 'http://www.spca.bc.ca/images/SPC_horse189px.jpg'
Pic[4]= 'http://www.spca.bc.ca/images/boyrat189px.jpg'
Pic[5]= 'http://www.spca.bc.ca/images/BarryDogVan189px.jpg'
Pic[6]= 'http://www.spca.bc.ca/images/BabyOtter189px.jpg'
Pic[7]= 'http://www.spca.bc.ca/images/Wild-arcDuck189px.jpg'
Pic[8]= 'http://www.spca.bc.ca/images/TwoRabbits189px.jpg'
Pic[9]= 'http://www.spca.bc.ca/images/pigsInside189px.jpg'
Pic[10]= 'http://www.spca.bc.ca/images/BoyWithDog189px.jpg'
Pic[11]= 'http://www.spca.bc.ca/images/cat-leap_cat-box189px.jpg'
Pic[12]= 'http://www.spca.bc.ca/images/adoption_vest_dog189px.jpg'
Pic[13]= 'http://www.spca.bc.ca/images/Raccoon189px.jpg'
Pic[14]= 'http://www.spca.bc.ca/images/wildarc_heron189px.jpg'
Pic[15]= 'http://www.spca.bc.ca/images/lamb189px.jpg'
Pic[16]= 'http://www.spca.bc.ca/images/hamster_peanut189px.jpg'
Pic[17]= 'http://www.spca.bc.ca/images/WomanHoldingCat189px.jpg'
Pic[18]= 'http://www.spca.bc.ca/images/horses189px.jpg'
Pic[19]= 'http://www.spca.bc.ca/images/ChickenHand189px.jpg'
Pic[20]= 'http://www.spca.bc.ca/images/DogsBeach189px.jpg'
Pic[21]= 'http://www.spca.bc.ca/images/Cows189px.jpg'
Pic[22]= 'http://www.spca.bc.ca/images/SantaPig189px.jpg'
Pic[23]= 'http://www.spca.bc.ca/images/Lamb_KKokoska189px.jpg'
Pic[24]= 'http://www.spca.bc.ca/images/deer189px.jpg'
Pic[25]= 'http://www.spca.bc.ca/images/Kittens189px.jpg'
Pic[26]= 'http://www.spca.bc.ca/images/ChickensRange189px.jpg'


// =======================================
// do not edit anything below this line
// =======================================

var t
var j = 0
var p = Pic.length

var preLoad = new Array()
for (i = 0; i < p; i++){
   preLoad[i] = new Image()
   preLoad[i].src = Pic[i]
}

function runSlideShow(){
   if (document.all){
      document.images.SlideShow.style.filter="blendTrans(duration=2)"
      document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)"
      document.images.SlideShow.filters.blendTrans.Apply()      
   }
   document.images.SlideShow.src = preLoad[j].src
   if (document.all){
      document.images.SlideShow.filters.blendTrans.Play()
   }
   j = j + 1
   if (j > (p-1)) j=0
   t = setTimeout('runSlideShow()', slideShowSpeed)
}
</script>

<link rel="stylesheet" href="styles.css" type="text/css">
<style>
<!--
p            { font-family: Arial; font-size: 10pt }
h4           { font-family: Arial; font-size: 12pt; font-weight: bold }
-->
</style>

<script language=JavaScript>
function s_show(){return false}
function s_hide(){return false}
if(window.event+''=='undefined')event=0
ROOT='http://www.spca.bc.ca/'
</script>

</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 ONLOAD="runSlideShow();preloadImages()"> 

<script language=JavaScript1.2 src=http://www.spca.bc.ca/includes/s_loader_body.js></script>

<TABLE WIDTH=823 BORDER=0 CELLPADDING=0 CELLSPACING=0>
	<TR>
		<TD COLSPAN=2 ROWSPAN=3>

<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="VU" height=120 width=189>
<img src="http://www.spca.bc.ca/images/topnav_01.gif" name='SlideShow' width=189 height=120></td>
</tr>
</table>
            </TD>
		<TD COLSPAN=11>
			<IMG SRC="http://www.spca.bc.ca/images/topnav_02.gif" WIDTH=634 HEIGHT=54 ALT=""></TD>
	</TR>
	<TR>
		<TD COLSPAN=2 ROWSPAN=2>
			<IMG SRC="http://www.spca.bc.ca/images/topnav_03.gif" WIDTH=391 HEIGHT=66 ALT=""></TD>
		<TD COLSPAN=2 BGCOLOR=#9597C3>
			<A HREF="http://www.spca.bc.ca/PetOnNet/default.asp"
				ONMOUSEOVER="changeImages('topnav_12', 'http://www.spca.bc.ca/images/topnav_12-PETONtheNET_over.gif'); return true;"
				ONMOUSEOUT="changeImages('topnav_12', 'http://www.spca.bc.ca/images/topnav_12.gif'); return true;">
				<IMG SRC="http://www.spca.bc.ca/petonnet/images/petonnet.jpg" WIDTH=50 HEIGHT=50 BORDER=0 ALT="Pet on the Net - features adoptable animals from around the province!"></A></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/topnav_05.gif" WIDTH=6 HEIGHT=50 ALT=""></TD>
		<TD>
			<A HREF="http://bcspcapets.shelterbuddy.com/search/?advanced=1&t=&s=adoption"
				ONMOUSEOVER="changeImages('topnav_12', 'http://www.spca.bc.ca/images/topnav_12-topnav_06_over.gif'); return true;"
				ONMOUSEOUT="changeImages('topnav_12', 'http://www.spca.bc.ca/images/topnav_12.gif'); return true;">
				<IMG SRC="http://www.spca.bc.ca/images/topnav_06.gif" width=50 height=50 BORDER=0 ALT="View Animals for Adoption at SPCA Shelters"></A></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/topnav_07.gif" WIDTH=6 HEIGHT=50 ALT=""></TD>
		<TD>
			<A HREF="http://www.spca.bc.ca/help/donate_now.asp"
				ONMOUSEOVER="changeImages('topnav_12', 'http://www.spca.bc.ca/images/topnav_12-topnav_08_over.gif'); return true;"
				ONMOUSEOUT="changeImages('topnav_12', 'http://www.spca.bc.ca/images/topnav_12.gif'); return true;">
				<IMG SRC="http://www.spca.bc.ca/images/topnav_08.gif" WIDTH=50 HEIGHT=50 BORDER=0 ALT="Donate On Line"></A></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/topnav_09.gif" WIDTH=6 HEIGHT=50 ALT=""></TD>		<TD>
			<A HREF="http://www.spca.bc.ca/about/contact.asp"
				ONMOUSEOVER="changeImages('topnav_12', 'http://www.spca.bc.ca/images/topnav_12-topnav_10_over.gif'); return true;"
				ONMOUSEOUT="changeImages('topnav_12', 'http://www.spca.bc.ca/images/topnav_12.gif'); return true;">
				<IMG SRC="http://www.spca.bc.ca/images/topnav_10.gif" width=50 height=50 BORDER=0 ALT="Contact Us"></A></TD>
		<TD ROWSPAN=2>
			<IMG SRC="http://www.spca.bc.ca/images/topnav_11.gif" WIDTH=25 HEIGHT=66 ALT=""></TD>
	</TR>
	<TR>
		<TD COLSPAN=8>
			<IMG NAME="topnav_12" SRC="http://www.spca.bc.ca/images/topnav_12.gif" WIDTH=218 HEIGHT=16 ALT=""></TD>
	</TR>
	<TR>
		<TD COLSPAN=3>
			<IMG SRC="http://www.spca.bc.ca/images/topnav_13.gif" WIDTH=414 HEIGHT=26 ALT=""></TD>
		<TD COLSPAN=10>
            <a href="http://www.spca.bc.ca/PrintPage.asp" target="_blank">
            <IMG SRC="http://www.spca.bc.ca/images/topnav_13_Print.gif" WIDTH=409 HEIGHT=26 ALT="Click here for a printer-friendly version of this page..." border="0"></a></TD>
	</TR>
	<TR>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=181 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=8 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=225 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=166 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=43 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=7 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=6 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=50 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=6 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=50 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=6 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=50 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="http://www.spca.bc.ca/images/spacer.gif" WIDTH=25 HEIGHT=1 ALT=""></TD>
	</TR>
</TABLE>
</BODY>
</HTML>

<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="description" content="BC SPCA Poultry Housing Facts">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="keywords" content="welfare, wellbeing, well-being, stress, practices, free-run, free-range, free run, free range, battery cages, five freedoms, farm animal, facts, chicken, hen, turkey, factory farming, intensive, confinement, suffering, distress, poultry, housing, free-run, free-range, free, run, range, perchery, barn, eggs, broiler, layer, chicken, meat, cage, battery, perch, production, system, management">
<meta name="ProgId" content="FrontPage.Editor.Document">
<TITLE>BC SPCA Beef Facts</TITLE>

<link rel="stylesheet" href="../includes/styles.css" type="text/css">
</HEAD>
<BODY BGCOLOR=#FFFFFF leftmargin=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 ONLOAD="preloadImages();startit()">
<TABLE WIDTH=901 BORDER=0 CELLPADDING=0 CELLSPACING=0>
	<TR>
		<TD width="181">
            <IMG SRC="../images/topnav_15.gif" ALT="" width="181" height="44"></TD>
		<TD COLSPAN=4 width="448">
            <img border="0" src="../images/title-farm.gif" width="442" height="44"></TD>
		<TD COLSPAN=7 width="283">
			<IMG SRC="../images/topnav_17.gif" ALT="" width="240" height="44"></TD>
	</TR>
	<TR>
		<TD width="181">
			<IMG SRC="../images/spacer.gif" WIDTH=181 HEIGHT=1 ALT=""></TD>
		<TD width="8">
			<IMG SRC="../images/spacer.gif" WIDTH=8 HEIGHT=1 ALT=""></TD>
		<TD width="225">
			<IMG SRC="../images/spacer.gif" WIDTH=225 HEIGHT=1 ALT=""></TD>
		<TD width="166">
			<IMG SRC="../images/spacer.gif" WIDTH=166 HEIGHT=1 ALT=""></TD>
		<TD width="43">
			<IMG SRC="../images/spacer.gif" WIDTH=43 HEIGHT=1 ALT=""></TD>
		<TD width="7">
			<IMG SRC="../images/spacer.gif" WIDTH=7 HEIGHT=1 ALT=""></TD>
		<TD width="6">
			<IMG SRC="../images/spacer.gif" WIDTH=6 HEIGHT=1 ALT=""></TD>
		<TD width="50">
			<IMG SRC="../images/spacer.gif" WIDTH=50 HEIGHT=1 ALT=""></TD>
		<TD width="6">
			<IMG SRC="../images/spacer.gif" WIDTH=6 HEIGHT=1 ALT=""></TD>
		<TD width="50">
			<IMG SRC="../images/spacer.gif" WIDTH=50 HEIGHT=1 ALT=""></TD>
		<TD width="6">
			<IMG SRC="../images/spacer.gif" WIDTH=6 HEIGHT=1 ALT=""></TD>
		<TD width="119">
			<IMG SRC="../images/spacer.gif" WIDTH=50 HEIGHT=1 ALT=""></TD>
		<TD width="25">
			<IMG SRC="../images/spacer.gif" WIDTH=25 HEIGHT=1 ALT=""></TD>
	</TR>
</TABLE>

<!---------- CONTENT TABLE BELOW---------------->


<TABLE BGCOLOR="#E2DFD2" WIDTH="137" CELLSPACING="0" CELLPADDING="0" height="2281">
<TR>
    <TD WIDTH="200" ALIGN="CENTER" VALIGN="TOP" rowspan="2" height="2228">
<font face="Arial"><IMG SRC="../images/spacer.gif" WIDTH=200 HEIGHT=230 BORDER=0 ALT="">
 &nbsp;</font>
<p align="center"><b><u><font size="2" face="Arial">Farm Animal Welfare</font></u></b></p>
<p align="left"><b><font size="2" face="Arial">Advocacy Issues</font></b></p>
<ul>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farminfo/transportation/">Farm
    Animal Transport</a><br>
    </font></li>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/foiegras/default.asp">Foie
    Gras Facts</a></font></li>
</ul>
<p align="left"><b><font size="2" face="Arial">SPCA Certified</font></b></p>
<ul>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farm/certified.asp">What
    is SPCA Certified?</a><br>
    </font></li>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farm/Retailers_list.asp">Where
    to buy SPCA Certified Products?</a><br>
    </font></li>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farm/participants.asp">Meet
    our Farmers</a><br>
    </font></li>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farm/how.asp">Join
    the Program</a><br>
    </font></li>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farm/standards.asp">SPCA
    Certified Standards</a><br>
    </font></li>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farm/faq.asp">Frequently
    Asked Questions</a></font></li>
</ul>
<p align="left"><font size="2" face="Arial"><b>General Information</b>&nbsp;</font></p>
<ul>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farminfo/faw.asp">Farm
    Animal Facts</a><br>
    </font></li>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farminfo/disease.asp">Farm
    Animal Diseases</a><br>
    </font></li>
  <li>
    <p align="left"><font size="2" face="Arial"><a href="http://www.spca.bc.ca/farminfo/emergency.asp">Emergency
    Preparedness</a></font></li>
</ul>
<p align="left"><font size="2" face="Arial" color="#000080"><b><a href="http://www.spca.bc.ca/farminfo/news/farmsense.asp">FarmSense
E- Newsletter</a></b></font></p>
<p align="left"><font size="2" face="Arial" color="#000080"><b><a href="../farm/contact.asp">Contact
Us</a></b></font></p>
<p align="center" style="line-height: 100%; margin-bottom: 6"><img border="0" src="../farm/images/SPCA_Certified_logo_Small.gif"></p>
<p align="left">
<font face="Arial" size="2"><!----LEFT COLUMN ENDS HERE-----></font></p>
	</TD>
    <TD valign="top" width="442" height="2197">
<table border="0" cellpadding="0" cellspacing="0" width="108%">
  <tr>
    <td width="59%"><font size="3" face="Arial"><b>Beef Cattle Production Facts</b></font>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p><font face="Arial" size="2"><b>&nbsp;The life of beef cattle in Canada
      has several stages.&nbsp;</b></font></td>
    <td width="50%"><font face="Arial" color="#000080" size="2"><img border="0" src="beefa1.jpg" align="right" hspace="10" vspace="10"></font></td>
  </tr>
</table>
      <hr>
<table border="1" cellspacing="0" cellpadding="0" style="border-collapse: collapse; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 0in 5.4pt 0in 5.4pt; border-style: none; border-width: medium" width="666">
  <tr>
    <td width="526" valign="top" style="border-style: none; border-width: medium; padding-left: 5.4pt; padding-right: 5.4pt; padding-top: 0in; padding-bottom: 0in">
      <h2 style="line-height: 100%; margin-top: 10"><font face="Arial" size="2">Stage 1: Cow-Calf</font><o:p>
      <img width="180" height="119" src="beef.a13.jpg" align="right" hspace="12" v:shapes="_x0000_s1026" vspace="5" border="1"></o:p>
      </h2>
      <p class="MsoNormal" style="line-height: 100%">Late winter is a preferable time for calves to be
      born because, although it is cold, calves stay relatively dry and are
      therefore less vulnerable to disease.&nbsp;</p>
      <p class="MsoNormal"> Calves remain with their
      mothers for approximately 7 to 9 months after birth.&nbsp;</p>
      <p class="MsoNormal" style="margin-right: 0">Most calves will spend the summer grazing in pastures
      across western Canada. In early October, calves are taken away from their
      mothers; this is called weaning. The following chart depicts a typical
      timeline for the early life of a beef calf.</p>
      <p class="MsoNormal">&nbsp;</p>
      <p class="MsoNormal">&nbsp;</p>
    </td>
    <td width="42" valign="top" style="border-style: none; border-width: medium; padding-left: 5.4pt; padding-right: 5.4pt; padding-top: 0in; padding-bottom: 0in">
      <p class="MsoNormal">&nbsp;</p>
      <p class="MsoNormal"><!--[if gte vml 1]><v:shape id="_x0000_s1026" type="#_x0000_t75"
   style='position:absolute;margin-left:3.8pt;margin-top:4.85pt;width:134.9pt;
   height:88.55pt;z-index:1;mso-wrap-edited:f;
   mso-position-horizontal-relative:text;mso-position-vertical-relative:text'
   wrapcoords="-144 0 -144 21379 21600 21379 21600 0 -144 0">
   <v:imagedata src="file:///C:/DOCUME~1/GeoffU/LOCALS~1/Temp/msoclip1/01/clip_image003.jpg"
    o:title="#55&amp;baby"/>
   <w:wrap type="tight"/>
  </v:shape><![endif]-->
      &nbsp;</p>
      <p class="MsoNormal">&nbsp;</p>
      <p class="MsoNormal">&nbsp;</p>
    </td>
  </tr>
  <tr>
    <td width="652" colspan="2" valign="top" style="border-style: none; border-width: medium; padding-left: 5.4pt; padding-right: 5.4pt; padding-top: 0in; padding-bottom: 0in">
      <p class="MsoNormal" align="left" style="margin-left: 0"><font size="2" face="Arial"><b>Typical
      Cow-Calf Production Timeline</b></font><span style="font-family:&quot;Arial Black&quot;"><o:p>
      </o:p>
      </span></p>
      <table border="1" cellspacing="0" cellpadding="0" align="left" width="473" style="border-collapse: collapse; mso-border-alt: solid white .5pt; mso-table-lspace: 9.0pt; mso-table-rspace: 9.0pt; mso-table-anchor-vertical: paragraph; mso-table-anchor-horizontal: margin; mso-table-left: left; mso-table-top: 2.25pt; mso-padding-alt: 0in 0in 0in 0in; border-style: none; border-width: medium">
        <tr style="height:14.55pt">
          <td width="49" nowrap valign="bottom" style="height: 14.55pt; border-left: .5pt solid white; border-right-style: none; border-right-width: medium; border-top: .5pt solid white; border-bottom-style: none; border-bottom-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal">&nbsp;<span style="font-family:Verdana"><o:p>
            </o:p>
            </span></p>
          </td>
          <td width="188" colspan="7" style="background-color: purple; background-repeat: repeat; background-attachment: scroll; height: 14.55pt; border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top: .5pt solid white; border-bottom-style: none; border-bottom-width: medium; padding: 0in; background-position: 0%">
            <h4><span style="font-family:Arial;mso-bidi-font-family:&quot;Times New Roman&quot;"><font color="#FFFFFF">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <font size="2">Calv<o:p>es born</font></o:p>
            </font></span></h4>
          </td>
          <td width="50" nowrap style="height: 14.55pt; border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top: .5pt solid white; border-bottom-style: none; border-bottom-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="50" nowrap style="height: 14.55pt; border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top: .5pt solid white; border-bottom-style: none; border-bottom-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="50" nowrap style="height: 14.55pt; border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top: .5pt solid white; border-bottom-style: none; border-bottom-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="50" nowrap style="height: 14.55pt; border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top: .5pt solid white; border-bottom-style: none; border-bottom-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="171" nowrap colspan="6" rowspan="2" style="height: 14.55pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid white; border-top: .5pt solid white; border-bottom-style: none; border-bottom-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal"><font color="#FFFFFF">&nbsp;<span style="font-family:Verdana"><o:p>
            </o:p>
            </span></font></p>
          </td>
        </tr>
        <tr style="height:14.35pt">
          <td width="50" nowrap colspan="2" style="height: 14.35pt; border-left: .5pt solid white; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></p>
          </td>
          <td width="50" nowrap style="height: 14.35pt; border-style: none; border-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="50" nowrap style="height: 14.35pt; border-style: none; border-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="49" nowrap style="height: 14.35pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid white; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="652" colspan="7" style="mso-border-left-alt: solid white .5pt; background-color: maroon; background-repeat: repeat; background-attachment: scroll; height: 14.35pt; border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top: .5pt solid white; border-bottom: .5pt solid white; padding: 0in; background-position: 0%">
            <p class="MsoNormal" align="center" style="text-align:center"><b style="mso-bidi-font-weight:normal"><font color="#FFFFFF">Cows
            rebred<o:p>
            </o:p>
            </font></b></p>
          </td>
        </tr>
        <tr style="height:4.55pt">
          <td width="50" nowrap colspan="2" style="height: 4.55pt; border-left: .5pt solid white; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></p>
          </td>
          <td width="50" nowrap style="height: 4.55pt; border-style: none; border-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="50" nowrap style="height: 4.55pt; border-style: none; border-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="51" nowrap colspan="2" style="height: 4.55pt; border-style: none; border-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="28" style="height: 4.55pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid white; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium; padding: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="652" colspan="7" style="mso-border-left-alt: solid white .5pt; background-color: green; background-repeat: repeat; background-attachment: scroll; height: 4.55pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid white; border-top: .5pt solid white; border-bottom: .5pt solid white; padding: 0in; background-position: 0%">
            <p class="MsoNormal" align="center" style="text-align:center"><b style="mso-bidi-font-weight:normal"><font color="#FFFFFF">Cows
            and calves graze on summer pastures<o:p>
            </o:p>
            </font></b></p>
          </td>
          <td width="53" style="mso-border-left-alt: solid white .5pt; height: 4.55pt; border-style: none; border-width: medium; padding: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="51" nowrap colspan="2" style="height: 4.55pt; border-style: none; border-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="46" nowrap valign="bottom" style="height: 4.55pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid white; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal">&nbsp;<span style="font-family:Verdana"><o:p>
            </o:p>
            </span></p>
          </td>
        </tr>
        <tr style="height:4.55pt">
          <td width="50" nowrap colspan="2" style="height: 4.55pt; border-left: .5pt solid white; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></p>
          </td>
          <td width="50" nowrap style="height: 4.55pt; border-style: none; border-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="50" nowrap style="height: 4.55pt; border-style: none; border-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="51" nowrap colspan="2" style="height: 4.55pt; border-style: none; border-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="30" colspan="2" style="height: 4.55pt; border-style: none; border-width: medium; padding: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="50" nowrap style="height: 4.55pt; border-style: none; border-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="50" nowrap style="height: 4.55pt; border-style: none; border-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="50" nowrap style="height: 4.55pt; border-style: none; border-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="50" nowrap style="height: 4.55pt; border-style: none; border-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="15" nowrap style="height: 4.55pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid white; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><font color="#FFFFFF">&nbsp;<b style="mso-bidi-font-weight:normal"><o:p>
            </o:p>
            </b></font></p>
          </td>
          <td width="54" colspan="3" style="mso-border-left-alt: solid white .5pt; background-color: navy; background-repeat: repeat; background-attachment: scroll; height: 4.55pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid white; border-top: .5pt solid white; border-bottom-style: none; border-bottom-width: medium; padding: 0in; background-position: 0%">
            <p class="MsoNormal" align="center" style="text-align:center"><b style="mso-bidi-font-weight:normal"><font color="#FFFFFF">Calves
            weaned<o:p>
            </o:p>
            </font></b></p>
          </td>
          <td width="52" valign="bottom" style="mso-border-left-alt: solid white .5pt; height: 4.55pt; border-style: none; border-width: medium; padding: 0in">
            <p class="MsoNormal">&nbsp;<span style="font-family:Verdana"><o:p>
            </o:p>
            </span></p>
          </td>
          <td width="46" nowrap valign="bottom" style="height: 4.55pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid white; border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal">&nbsp;<span style="font-family:Verdana"><o:p>
            </o:p>
            </span></p>
          </td>
        </tr>
        <tr style="height:1.8pt">
          <td width="49" nowrap colspan="2" valign="bottom" style="height: 1.8pt; border-left: .5pt solid white; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid black; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal"><span style="font-size:5.0pt;mso-bidi-font-size:10.0pt;
    font-family:Verdana">&nbsp;<o:p>
            </o:p>
            </span></p>
          </td>
          <td width="49" nowrap valign="bottom" style="mso-border-left-alt: solid black .5pt; height: 1.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid black; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal"><span style="font-size:5.0pt;mso-bidi-font-size:10.0pt;
    font-family:Verdana">&nbsp;<o:p>
            </o:p>
            </span></p>
          </td>
          <td width="49" nowrap valign="bottom" style="mso-border-left-alt: solid black .5pt; height: 1.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid black; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal"><span style="font-size:5.0pt;mso-bidi-font-size:10.0pt;
    font-family:Verdana">&nbsp;<o:p>
            </o:p>
            </span></p>
          </td>
          <td width="50" nowrap colspan="2" valign="bottom" style="mso-border-left-alt: solid black .5pt; height: 1.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid black; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal"><span style="font-size:5.0pt;mso-bidi-font-size:10.0pt;
    font-family:Verdana">&nbsp;<o:p>
            </o:p>
            </span></p>
          </td>
          <td width="29" colspan="2" valign="top" style="mso-border-left-alt: solid black .5pt; height: 1.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid black; padding: 0in">
            <p class="MsoNormal">&nbsp;<span style="font-size:5.0pt;mso-bidi-font-size:10.0pt;font-family:Verdana"><o:p>
            </o:p>
            </span></p>
          </td>
          <td width="49" nowrap valign="bottom" style="mso-border-left-alt: solid black .5pt; height: 1.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid black; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal"><span style="font-size:5.0pt;mso-bidi-font-size:10.0pt;
    font-family:Verdana">&nbsp;<o:p>
            </o:p>
            </span></p>
          </td>
          <td width="49" nowrap valign="bottom" style="mso-border-left-alt: solid black .5pt; height: 1.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid black; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal"><span style="font-size:5.0pt;mso-bidi-font-size:10.0pt;
    font-family:Verdana">&nbsp;<o:p>
            </o:p>
            </span></p>
          </td>
          <td width="49" nowrap valign="bottom" style="mso-border-left-alt: solid black .5pt; height: 1.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid black; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal"><span style="font-size:5.0pt;mso-bidi-font-size:10.0pt;
    font-family:Verdana">&nbsp;<o:p>
            </o:p>
            </span></p>
          </td>
          <td width="49" nowrap valign="bottom" style="mso-border-left-alt: solid black .5pt; height: 1.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid black; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal"><span style="font-size:5.0pt;mso-bidi-font-size:10.0pt;
    font-family:Verdana">&nbsp;<o:p>
            </o:p>
            </span></p>
          </td>
          <td width="69" nowrap colspan="3" valign="bottom" style="mso-border-left-alt: solid black .5pt; height: 1.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid black; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal"><span style="font-size:5.0pt;mso-bidi-font-size:10.0pt;
    font-family:Verdana">&nbsp;<o:p>
            </o:p>
            </span></p>
          </td>
          <td width="50" nowrap colspan="2" valign="bottom" style="mso-border-left-alt: solid black .5pt; height: 1.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid black; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal"><span style="font-size:5.0pt;mso-bidi-font-size:10.0pt;
    font-family:Verdana">&nbsp;<o:p>
            </o:p>
            </span></p>
          </td>
          <td width="46" nowrap valign="bottom" style="mso-border-left-alt: solid black .5pt; height: 1.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid white; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid black; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal"><span style="font-size:5.0pt;mso-bidi-font-size:10.0pt;
    font-family:Verdana">&nbsp;<o:p>
            </o:p>
            </span></p>
          </td>
        </tr>
        <tr style="height:7.8pt">
          <td width="49" nowrap colspan="2" valign="top" style="mso-border-top-alt: solid black .5pt; height: 7.8pt; border-left: .5pt solid white; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid white; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><span style="font-family:Verdana">Jan<o:p>
            </o:p>
            </span></p>
          </td>
          <td width="49" nowrap valign="top" style="mso-border-top-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; height: 7.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid white; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in">
            <p class="MsoNormal" align="center" style="text-align:center"><span style="font-family:Verdana">Feb<o:p>
            </o:p>
            </span></p>
          </td>
          <td nowrap valign="top" style="mso-border-top-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; height: 7.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid white; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in" width="49">
            <p class="MsoNormal" align="center" style="text-align:center"><span style="font-family:Verdana">Mar<o:p>
            </o:p>
            </span></p>
          </td>
          <td nowrap colspan="2" valign="top" style="mso-border-top-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; height: 7.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid white; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in" width="50">
            <p class="MsoNormal" align="center" style="text-align:center"><span style="font-family:Verdana">Apr<o:p>
            </o:p>
            </span></p>
          </td>
          <td colspan="2" valign="top" style="mso-border-top-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; height: 7.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid white; padding: 0in" width="29">
            <p class="MsoNormal" align="center" style="text-align:center"><span style="font-family:Verdana">May<o:p>
            </o:p>
            </span></p>
          </td>
          <td nowrap valign="top" style="mso-border-top-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; height: 7.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid white; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in" width="49">
            <p class="MsoNormal" align="center" style="text-align:center"><span style="font-family:Verdana">Jun<o:p>
            </o:p>
            </span></p>
          </td>
          <td nowrap valign="top" style="mso-border-top-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; height: 7.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid white; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in" width="49">
            <p class="MsoNormal" align="center" style="text-align:center"><span style="font-family:Verdana">Jul<o:p>
            </o:p>
            </span></p>
          </td>
          <td nowrap valign="top" style="mso-border-top-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; height: 7.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid white; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in" width="49">
            <p class="MsoNormal" align="center" style="text-align:center"><span style="font-family:Verdana">Aug<o:p>
            </o:p>
            </span></p>
          </td>
          <td nowrap valign="top" style="mso-border-top-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; height: 7.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid white; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in" width="49">
            <p class="MsoNormal" align="center" style="text-align:center"><span style="font-family:Verdana">Sep<o:p>
            </o:p>
            </span></p>
          </td>
          <td nowrap colspan="3" valign="top" style="mso-border-top-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; height: 7.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid white; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in" width="69">
            <p class="MsoNormal" align="center" style="text-align:center"><span style="font-family:Verdana">Oct<o:p>
            </o:p>
            </span></p>
          </td>
          <td nowrap colspan="2" valign="top" style="mso-border-top-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; height: 7.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid black; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid white; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in" width="50">
            <p class="MsoNormal" align="center" style="text-align:center"><span style="font-family:Verdana">Nov<o:p>
            </o:p>
            </span></p>
          </td>
          <td nowrap valign="top" style="mso-border-top-alt: solid black .5pt; mso-border-left-alt: solid black .5pt; height: 7.8pt; border-left-style: none; border-left-width: medium; border-right: .5pt solid white; border-top-style: none; border-top-width: medium; border-bottom: .5pt solid white; padding-left: .7pt; padding-right: .7pt; padding-top: .7pt; padding-bottom: 0in" width="46">
            <p class="MsoNormal" align="center" style="text-align:center"><span style="font-family:Verdana">Dec<o:p>
            </o:p>
            </span></p>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<p class="MsoNormal">&nbsp;
</p>
      <hr>
      <h2><font size="2" face="Arial">Stage 2: Calf Weaning</font><o:p>
      <img width="240" height="183" src="beef.a14.jpg" align="right" hspace="12" v:shapes="_x0000_s1027"></o:p>
      </h2>
      <p class="MsoNormal">Once weaned from their mothers, calves are led into a
      chute where they are weighed, vaccinated, dewormed, and ear-tagged. If
      necessary, calves are also dehorned and castrated at this time.<o:p>
      &nbsp;
      </p>
      <p class="MsoNormal">Some cattle are born without horns and are referred
      to as &quot;polled&quot;. Farmers can choose to breed polled cattle,
      eliminating the need for dehorning. While polled cattle are much less
      common than horned cattle, interest in polled cattle is increasing. </o:p>
      </p>
      <p class="MsoNormal">Following processing, calves are separated depending
      on size and then sent to Stage 3.<span style="font-family:&quot;Arial Black&quot;"><o:p>
      </span></p>
      <hr>
      <h2 style="margin-top: 0"><font size="2" face="Arial">Stage 3: Growth</font><span style="font-family:&quot;Arial Black&quot;"><o:p>
      <img width="233" height="184" src="beef.a15.jpg" v:shapes="_x0000_i1025" align="left" vspace="10" hspace="20"></o:p></span></h2>
      <p class="MsoNormal">Where the calves go following weaning depends on their
      age, breed and size:</p>
      <ul style="margin-top:0in" type="disc">
        <li class="MsoNormal" style="mso-list:l3 level1 lfo2;tab-stops:list .5in">Larger
          calves (300kg +) are sent directly to feedlots.</li>
        <li class="MsoNormal" style="mso-list:l3 level1 lfo2;tab-stops:list .5in">Smaller
          calves (less than 300kg) are often kept over the winter, fed hay and
          then sent to feedlots in the spring.</li>
        <li class="MsoNormal" style="mso-list:l3 level1 lfo2;tab-stops:list .5in">Calves
          born late in the year are often kept over the winter, put back out on
          pasture in the spring and then put in feedlots the following fall.</li>
        <li class="MsoNormal" style="mso-list:l3 level1 lfo2;tab-stops:list .5in">A
          small amount of good quality heifers (young females) are kept as
          replacements in the cow-calf system<span style="font-family:&quot;Arial Black&quot;"><o:p></span><font size="1" face="Arial">.</font></li>
      </ul>
      <p class="MsoNormal"><span style="font-family:&quot;Arial Black&quot;"><!--[if gte vml 1]><v:shape
   id="_x0000_i1025" type="#_x0000_t75" style='width:174.75pt;height:138pt'>
   <v:imagedata src="file:///C:/DOCUME~1/GeoffU/LOCALS~1/Temp/msoclip1/01/clip_image007.jpg"
    o:title="Cows_Eating"/>
  </v:shape><![endif]--></span>Therefore, calves may enter the feedlot as early
      as 7 months of age, or as late as 18 months of age. As mentioned, some
      females are retained for breeding purposes and therefore do not pass into
      Stage 3.</p>
      <p class="MsoNormal" style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
      <hr>
      <h2 style="margin-top: 0; margin-bottom: 10"><font size="2" face="Arial">Stage 4:
      Finishing at the Feedlot</font><o:p>
      <img width="328" height="181" src="beef.a16.jpg" v:shapes="_x0000_i1026" align="left" hspace="20" vspace="10"></o:p>
      </h2>
      <ul style="margin-top:0in" type="disc">
        <li class="MsoNormal" style="mso-list:l1 level1 lfo3;tab-stops:list .5in">
          <p align="left">The stocking density of cows varies between feedlots
          (approx. 13m<sup>2</sup>
          – 28 m<sup>2</sup>   per calf).</li>
        <li class="MsoNormal" style="mso-list:l1 level1 lfo3;tab-stops:list .5in">Calves
          are accustomed to low-energy, high-fibre diets, such as hay.</li>
        <li class="MsoNormal" style="mso-list:l1 level1 lfo3;tab-stops:list .5in">They
          are slowly introduced to high-energy diets (such as barley grain) to
          encourage weight gain.</li>
        <li class="MsoNormal" style="mso-list:l1 level1 lfo3;tab-stops:list .5in">Depending
          on their entering size and breed, calves may be in the feedlot for
          anywhere from 60 to 120 days in order to reach the necessary slaughter
          weight.</li>
        <li class="MsoNormal" style="mso-list:l1 level1 lfo3;tab-stops:list .5in">Smaller
          breeds will finish at 450kg, whereas the larger breeds will finish
          around 600kg.</li>
      </ul>
      <hr>
<table border="1" cellspacing="0" cellpadding="0" style="border-collapse: collapse; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 0in 5.4pt 0in 5.4pt; border-style: none; border-width: medium" width="616">
  <tr>
    <td width="602" valign="top" style="border-style: none; border-width: medium; padding-left: 5.4pt; padding-right: 5.4pt; padding-top: 0in; padding-bottom: 0in">
      <h2><font size="2" face="Arial">Stage 5: Shipping and Slaughter</font><o:p>
      <span style="font-size:11.0pt;mso-bidi-font-size:10.0pt;
font-family:Arial;mso-fareast-font-family:Times;mso-bidi-font-family:&quot;Times New Roman&quot;;
mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA"><img width="294" height="220" src="beef.a3.jpg" v:shapes="_x0000_i1025" align="right" hspace="5" vspace="5"></span></o:p>
      </h2>
      <ul style="margin-top:0in">
        <li class="MsoNormal" style="mso-list:l2 level1 lfo4;tab-stops:list .5in">
          <p align="left">Most calves are sold direct-to-packer (to
          abattoir/slaughter plant), so they do not
          endure the stress of auction markets.</li>
        <li class="MsoNormal" style="mso-list:l2 level1 lfo4;tab-stops:list .5in">
          <p align="left">The calves are usually slaughtered<span style="font-size:11.0pt;mso-bidi-font-size:10.0pt;
font-family:Arial;mso-fareast-font-family:Times;mso-bidi-font-family:&quot;Times New Roman&quot;;
mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA"><!--[if gte vml 1]><v:shapetype
 id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"
 path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">
 <v:stroke joinstyle="miter"/>
 <v:formulas>
  <v:f eqn="if lineDrawn pixelLineWidth 0"/>
  <v:f eqn="sum @0 1 0"/>
  <v:f eqn="sum 0 0 @1"/>
  <v:f eqn="prod @2 1 2"/>
  <v:f eqn="prod @3 21600 pixelWidth"/>
  <v:f eqn="prod @3 21600 pixelHeight"/>
  <v:f eqn="sum @0 0 1"/>
  <v:f eqn="prod @6 1 2"/>
  <v:f eqn="prod @7 21600 pixelWidth"/>
  <v:f eqn="sum @8 21600 0"/>
  <v:f eqn="prod @7 21600 pixelHeight"/>
  <v:f eqn="sum @10 21600 0"/>
 </v:formulas>
 <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
 <o:lock v:ext="edit" aspectratio="t"/>
</v:shapetype><v:shape id="_x0000_i1025" type="#_x0000_t75" style='width:220.5pt;
 height:165pt'>
 <v:imagedata src="file:///C:/DOCUME~1/GeoffU/LOCALS~1/Temp/msoclip1/01/clip_image001.jpg"
  o:title="Group-Shot"/>
</v:shape><![endif]-->
          </span> within 24 hours of leaving the feedlot.</li>
      </ul>
      <p><!--[if gte vml 1]><v:shape
        id="_x0000_s1028" type="#_x0000_t75" style='position:absolute;left:0;
        text-align:left;margin-left:211.15pt;margin-top:-60.5pt;width:247.55pt;
        height:150.15pt;z-index:3;mso-wrap-edited:f' wrapcoords="-65 0 -65 21492 21600 21492 21600 0 -65 0">
        <v:imagedata src="file:///C:/DOCUME~1/GeoffU/LOCALS~1/Temp/msoclip1/01/clip_image011.jpg"
         o:title="Pen-4-from-above"/>
        <w:wrap type="tight"/>
       </v:shape><![endif]-->
    </td>
  </tr>
</table>
	</TD>
</TR>
<tr>
    <TD valign="top" width="1189" height="15">
<font face="Arial" size="1">&nbsp;Prepared
by Gosia Zobel, UBC Animal Welfare Program Alumnus. All photo credits:
Agriculture and Agri-Food Canada</font>
	</TD>
</tr>
<TR>
    <TD WIDTH="200" ALIGN="CENTER" VALIGN="TOP" height="21">
&nbsp;
	</TD>
</TR>
</TABLE>
<BR CLEAR=ALL>

<!---------- CONTENT TABLE ABOVE--------------->



<!---------- BOTTOM NAV BELOW---------------->

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-2739543-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>

</BODY>

</HTML>
<script language="Javascript">

function printit(){  
if (window.print) {
    window.print();  
} else {
    var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
    WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box
	WebBrowser1.outerHTML = "";
}
}
</script>


<head>
</head>

<TABLE WIDTH=823 BORDER=0 CELLPADDING=0 CELLSPACING=0>
 <TR>
<!--  <TD><a href="http://www.spca.bc.ca/PrintPage.asp" target="_blank"><IMG SRC="http://www.spca.bc.ca/images/bottomnav_01.gif" WIDTH=168 HEIGHT=28 ALT="Click here to print the contents of this page..." ONCLICK="printit();" border="0"></a></TD> !-->
<TD><a href="http://www.spca.bc.ca/PrintPage.asp" target="_blank"><IMG SRC="http://www.spca.bc.ca/images/bottomnav_01.gif" ALT="Click here for a printer-friendly version of this page..." border="0"></a></TD>
  <TD>
  <a href="http://www.spca.bc.ca/ezine/TellAFriend.asp"> <IMG SRC="http://www.spca.bc.ca/images/bottomnav_02.gif" WIDTH=199 HEIGHT=28 ALT="Tell a friend about this page on our website..." border="0"></a></TD>
  <TD>
   <a href="http://www.spca.bc.ca/ezine/SubscriptionForm.asp"><IMG SRC="http://www.spca.bc.ca/images/bottomnav_03.gif" WIDTH=272 HEIGHT=28 ALT="Anim@ls E-Bulletins info & subscription page..." border="0"></a></TD>
  <TD bgcolor="#7E7EA1" width="184" valign="bottom">
            <p align="center"><b><i><font color="#FFFFFF" face="Arial" size="1">
            
 

<!-- ADDTHIS BUTTON BEGIN -->
<script type="text/javascript">
addthis_pub             = 'BCSPCA'; 
addthis_logo            = 'http://www.spca.bc.ca/images/BCSPCA_logo2_200px.gif';
addthis_logo_background = 'EFEFFF';
addthis_logo_color      = '666699';
addthis_brand           = 'BC SPCA';
addthis_options         = 'email, favorites, digg, delicious, myspace, google, facebook, twitter, reddit, live, more';
</script>
<a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/button1-share.gif" width="125" height="16" border="0" alt="Share" vspace="2" /></a>
<script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
<!-- ADDTHIS BUTTON END -->

            &nbsp;<br>
<img border="0" src="http://www.spca.bc.ca/includes/bottomnav_rightlineonly.gif"></font></i></b></p>
</TD>
 </TR>
 <TR>
  <TD COLSPAN=4 BGCOLOR=#343457 valign="middle" align="left">
   <form method="POST" ACTION="http://www.picosearch.com/cgi-bin/ts.pl">
   <INPUT TYPE="HIDDEN" NAME="index" VALUE="216692">
     <p align="left" style="margin-top: 3"><b><i><font color="#FFFFFF" face="Arial" size="1">
     
&nbsp; <img border="0" src="http://www.spca.bc.ca/images/spacer.gif"></font><font color="#EAE8E1" face="Tahoma" size="2">British
   Columbia Society for the Prevention of Cruelty to Animals - BC, Canada&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     Search:
     </font><font color="#EFEDE7" face="Tahoma" size="2"> <!-- Begin PicoSearch Query Box --><INPUT NAME="query" VALUE="" SIZE="20" style="background-color: #EAE8E1; margin-top: 2">
     <INPUT TYPE="SUBMIT" VALUE="Fetch!" name="SEARCH" style="font-family: Tahoma; font-size: 8pt; color: #3C4586; font-weight: bold">
     <br>
     </font></i><font color="#FFFFFF" face="Tahoma" size="2"> &nbsp; Charitable
     Tax # BN 11881 9036 RR0001</font><font color="#EFEDE7" face="Tahoma" size="2"><i><INPUT TYPE="HIDDEN" NAME="index" VALUE="216692">
     </i></font></b></p>
    <i><b><font color="#EFEDE7" face="Tahoma" size="2">
<!-- End PicoSearch Query Box -->

   
   </font></b></i>
   </form>
   
  </TD>
 </TR>
</TABLE>
