

<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>
<a href="http://www.spca.bc.ca">
<img src="http://www.spca.bc.ca/images/topnav_01.gif" name='SlideShow' width=189 height=120 border="0"></a></td>
</tr>
</table>
            </TD>
		<TD COLSPAN=11>
            <a href="http://www.spca.bc.ca">
			<IMG SRC="http://www.spca.bc.ca/images/topnav_02.gif" WIDTH=634 HEIGHT=54 ALT="" border="0"></a></TD>
	</TR>
	<TR>
		<TD COLSPAN=2 ROWSPAN=2>
            <a href="http://www.spca.bc.ca">
			<IMG SRC="http://www.spca.bc.ca/images/topnav_03.gif" WIDTH=391 HEIGHT=66 ALT="" border="0"></a></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 name="description" content="This care sheets contains basic information for the care of rabbits. Find out more...">
<meta name="keywords" content="rabbit, care, feed, habitat, health">

<TITLE>BCSPCA-Care of Rabbits</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">

<link rel="stylesheet" href="../includes/styles.css" type="text/css">
<style>
<!--
p            { font-family: Arial; font-size: 10pt }
h4           { font-family: Arial; font-size: 12pt; font-weight: bold }
-->
</style>
</HEAD>
<BODY BGCOLOR=#FFFFFF leftmargin=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 ONLOAD="preloadImages();startit()">
<TABLE WIDTH=823 BORDER=0 CELLPADDING=0 CELLSPACING=0>
	<TR>
		<TD>
			<IMG SRC="../images/topnav_15.gif" width=181 height=44 ALT=""></TD>
		<TD COLSPAN=4>
            <img border="0" src="../images/title-animalcare.gif" width="442" height="44"></TD>
		<TD COLSPAN=8>
			<IMG SRC="../images/topnav_17.gif" ALT="" width="200" height="44"></TD>
	</TR>
	<TR>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=181 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=8 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=225 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=166 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=43 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=7 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=6 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=50 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=6 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=50 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=6 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=50 HEIGHT=1 ALT=""></TD>
		<TD>
			<IMG SRC="../images/spacer.gif" WIDTH=25 HEIGHT=1 ALT=""></TD>
	</TR>
</TABLE>

<!---------- CONTENT TABLE BELOW---------------->


<TABLE ALIGN="left" BGCOLOR="#E2DFD2" WIDTH="823" CELLSPACING="0" CELLPADDING="8">
<TR>
    <TD WIDTH="200" ALIGN="CENTER" VALIGN="TOP">
<font face="Arial"><IMG SRC="../images/spacer.gif" WIDTH=200 HEIGHT=230 BORDER=0 ALT="">
 &nbsp;</font>
<p align="left"><font face="Arial">
<!----LEFT COLUMN STARTS HERE-----></font></p>

<ul type="circle">
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font size="1"><a href="default.asp">Animal
    Care</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font size="1"><a href="../Animalbehaviour/default.asp">Animal
    Behaviour</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font size="1"><a href="../animalissues/default.asp">Animal
    Issues</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font size="1"><a href="../adoption/default.asp">Adoption
    Information</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font size="1"><a href="../kids/default.asp">Kids</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font size="1"><a href="../Educators/default.asp">Teachers</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font size="1"><a href="../link/default.asp">The
    Violence Link</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font size="1"><a href="../sheltering/default.asp">Sheltering Resources</a></font></li>
</ul>

        <p ALIGN="center" style="line-height: 100%; margin-top: 15; margin-bottom: 5"><font face="Arial" size="2"><img border="0" src="images/rabbit-col3.gif"></font></p>

<blockquote>
        <p ALIGN="left" style="line-height: 100%; margin-top: 15; margin-bottom: 5"><span lang="EN-GB" style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: Times New Roman; mso-bidi-font-family: Times New Roman; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-weight: normal"><b style="mso-bidi-font-weight: normal; mso-bidi-font-size: 10.0pt; mso-fareast-font-family: Times New Roman; mso-bidi-font-family: Times New Roman; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><font face="Arial" size="2">Related
        info:</font></b></span></p>
</blockquote>
<ul type="circle">
  <li>
    <p ALIGN="left" style="line-height: 100%; margin-top: 15; margin-bottom: 5"><span style="mso-bidi-font-weight: normal; mso-bidi-font-size: 10.0pt; mso-fareast-font-family: Times New Roman; mso-bidi-font-family: Times New Roman; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA" lang="EN-GB"><font face="Arial"><a href="../Educators/habitat.asp"><font size="1">Building
        a better habitat</font></a><font face="Arial" size="1">&nbsp; How to build an inexpensive indoor exercise
        area for rabbits and guinea pigs.</font></font></span></li>
</ul>
<blockquote>
        <p style="line-height: 100%; margin-top: 15; margin-bottom: 5" align="left"><a name="Other websites"><b><font face="Arial" size="2">Other
        websites</font></b></a></p>
</blockquote>
  <font face="Arial">
        <ul type="circle">
          <li>
            <p align="left" style="line-height: 100%; margin-bottom: 6"><font size="1"><a href="http://www.rabbit.org/"> House Rabbit Society</a> 
    an excellent site for information on rabbits -&nbsp; care, health, breeds
    and more.</font> </li>
  </font>
  <font face="Arial">
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font size="1"><a href="http://www.vrra.org/">Vancouver
    Rabbit Rescue and Advocacy (VRRA)</a> is a registered Charity dedicated to
    raising awareness of rabbits as house pets, to the care and shelter of
    abandoned and neglected rabbits, and to education regarding the problems of
    rabbit breeding, selling and care.</font> </li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font size="1"><a href="http://www.bcrabbits.org/">British Columbia
    Rabbit Rescue</a> is a non-profit organization comprised of rabbit
    volunteers &amp; services throughout the province.</font></font>
        </li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><span style="mso-bidi-font-weight: normal; mso-bidi-font-size: 10.0pt; mso-fareast-font-family: Times New Roman; mso-bidi-font-family: Times New Roman; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA" lang="EN-GB"><a href="http://www.thisisthenortheast.co.uk/the_north_east/petscorner/advice/rabbits/index.html" target="_blank"><font face="Arial">Pets
          Corner</font></a>
 <font face="Arial"> 
          - behaviour issues</font></span></font>
        </li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><span style="mso-bidi-font-weight: normal; mso-bidi-font-size: 10.0pt; mso-fareast-font-family: Times New Roman; mso-bidi-font-family: Times New Roman; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><a href="http://www.hsus.org/ace/11808" target="_blank">HSUS
          rabbit care</a> fact sheet
          </span></font>
        </li>
        <li>
          <p ALIGN="left" style="line-height: 100%; margin-bottom: 6"><span style="mso-bidi-font-weight: normal; mso-bidi-font-size: 10.0pt; mso-fareast-font-family: Times New Roman; mso-bidi-font-family: Times New Roman; mso-ansi-language: EN-GB; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><font size="1"><a href="http://www.dcn.davis.ca.us/vme/DrSue/rabbit.html" target="_blank"><font face="Arial">Pets,
          Vets, You &amp; Dr. Sue</font></a> <font face="Arial"> - detailed general information</font></font></span></p>
        </li>
</ul>
<p align="left">
<font face="Arial" size="2"><!----LEFT COLUMN ENDS HERE-----></font></p>
	</TD>
    <TD valign="top">

<p align="left"><font face="Arial"><!-- content_starts_here //--><font size="3" color="#000080"><b>Care of Rabbits</b></font></font></p>

<p align="left"><img border="0" src="images/rabbit_girl_mom_web.gif" align="left" hspace="5" vspace="5"><font size="3" face="Arial" color="#000080"><b>Hoppy
Home<br>
Welcoming your new rabbit</b></font><font face="Arial"><br>
<font size="1">To download a PDF (111Kb) version of this care sheet <a href="rabbitcaresheetpublic.pdf">click
here</a></font></font></p>

<p><font face="Arial" size="2">This care sheet contains basic information for
the care of rabbits. Please consult more detailed sources - <a href="../adoption/resources.asp#rabbit books">books</a>, <a href="../adoption/resources.asp#websites">websites</a> or your
veterinarian for additional
information.&nbsp;</font></p>

<p><font size="2" face="Arial">Congratulations! You have adopted a rabbit into
your family. Rabbits are intelligent social animals who require caring,
attentive and affectionate keepers. Their average life span, depending on size
and breed, is generally between 7 to 12 years. They are exceptionally clean
animals that can easily be house trained and nurtured to become affectionate
companions.</font></p>

<p><b>Spaying &amp; Neutering</b></p>

<p><font size="2" face="Arial">Each year, the BC SPCA receives hundreds of
unwanted rabbits that are either surrendered or found stray. When resources are
available, BC SPCA shelters and adoption centres will spay or neuter rabbits
prior to adoption. Spaying and neutering are surgeries that will prevent rabbits
from being able to reproduce. If you adopt a rabbit that has not had the surgery
done, please have your rabbit spayed or neutered. The procedure can be done as
young as 4½ months of age. Consult your veterinarian if your rabbit is 5 years
or older. Having the surgery done will not only prevent unwanted litters but
spaying or neutering will also:</font></p>

<blockquote>
  <blockquote>
    <ul>
      <li><font size="2" face="Arial">Prevent your rabbit from spraying urine to
        mark territory;</font></li>
      <li><font size="2" face="Arial">Decrease aggressive behaviours such as
        biting, lunging, circling and growling;</font></li>
      <li><font size="2" face="Arial">Make litter box training easier;</font></li>
      <li><font size="2" face="Arial">Prevent cancers from developing – almost
        80% of unspayed females will develop uterine cancer.</font></li>
    </ul>
    <font FACE="Meta-BoldCaps">
    </blockquote>
  </blockquote>
</font>
<p><b>Housing</b><font face="Arial"><img border="0" src="images/rabbit.jpg" align="right"></font></p>
<p><font size="2" face="Arial">The BC SPCA recommends that like all pets,
rabbits should be kept indoors where they can be cared for, played with, and
become part of the family. The exact amount of space your rabbit will need
depends on the size and breed of your rabbit — the more space the better. For
the average Netherland Dwarf rabbit, your cage should be not less than 3.5 feet
long by 2 feet wide by 2 feet high. In general, your rabbit’s cage should be
big enough to fit a hide-away (covered area for resting and hiding), food and
water bowls, a litter box and still allow your rabbit to take three hops from
end to end. Consider a cage that is made of a non-chewable material (e.g., metal
or hard plastic) with a door that opens from the side rather than the top, that
way, when getting her exercise, your rabbit can run (or be herded) into her own
cage and not always be forced into her &quot;prison cell.&quot; The floor of the
cage or hutch should be solid as wire mesh can hurt rabbit feet. Enrich the cage
with toys (e.g., paper bags, cat toys or hard plastic baby toys) and things to
chew (e.g., mats, baskets or balls made of untreated maise, seagrass or willow).
Provide fresh hay or wood shavings (such as aspen) for bedding. You can also use
a blanket as bedding.</font></p>
<p><font size="2" face="Arial">Be sure to clean out bedding as it becomes soiled
or damp. Clean out your rabbits cage and litter box weekly. White vinegar is an
excellent agent in getting the smell and stains from urine out of the cage and
litter box.</font></p>
<p><b>Food &amp; Water</b></p>
<p><font size="2" face="Arial">Rabbits are herbivores, meaning they eat only
grasses, vegetables and fruit. Their daily diet should include:</font></p>
<blockquote>
  <blockquote>
    <ul>
      <li><font size="2" face="Arial">Unlimited amounts of fresh Timothy Hay</font></li>
      <li><font size="2" face="Arial">¼ cup of pelleted rabbit food</font></li>
      <li><font size="2" face="Arial">Vegetables &amp; legumes (2 cups a day)</font></li>
      <li><font size="2" face="Arial">Treats (e.g., fresh or dried fruits –
        give sparingly, 1 tablespoon daily)</font></li>
      <li><font size="2" face="Arial">Fresh alfalfa can also be added to your
        rabbit’s basic diet if she is younger than 7 months.</font></li>
    </ul>
  </blockquote>
</blockquote>
<p><font size="2" face="Arial">Recommended vegetables (add one new vegetable to
your rabbit’s diet at a time):</font></p>
<blockquote>
  <ul>
    <li><font size="2" face="Arial">Celery (strings removed)</font></li>
    <li><font size="2" face="Arial">Alfalfa sprouts</font></li>
    <li><font size="2" face="Arial">Carrots and carrot tops</font></li>
    <li><font size="2" face="Arial">Herbs (basil, parsley, cilantro, mint)</font></li>
    <li><font size="2" face="Arial">Bok choy</font></li>
    <li><font size="2" face="Arial">Dandelion flowers and leaves (untreated)</font></li>
    <li><font size="2" face="Arial">Kale</font></li>
    <li><font size="2" face="Arial">Radish tops and sprouts</font></li>
    <li><font size="2" face="Arial">Broccoli (mostly stems and leaves)</font></li>
  </ul>
</blockquote>
<p><font size="2" face="Arial">Recommended fruits (dried or fresh)</font></p>
<blockquote>
  <ul>
    <li><font size="2" face="Arial">Pears</font></li>
    <li><font size="2" face="Arial">Blueberries</font></li>
    <li><font size="2" face="Arial">Grapes (no seeds)</font></li>
    <li><font size="2" face="Arial">Raisins</font></li>
    <li><font size="2" face="Arial">Banana</font></li>
    <li><font size="2" face="Arial">Apple (no core and seeds)</font></li>
    <li><font size="2" face="Arial">Plums</font></li>
    <li><font size="2" face="Arial">Raspberries</font></li>
    <li><font size="2" face="Arial">Strawberries</font></li>
  </ul>
</blockquote>
<p><font size="2" face="Arial">Foods not to feed your rabbit:</font></p>
<blockquote>
  <ul>
    <li><font size="2" face="Arial">Green beans</font></li>
    <li><font size="2" face="Arial">Potatoes</font></li>
    <li><font size="2" face="Arial">Beets</font></li>
    <li><font size="2" face="Arial">Avocado</font></li>
    <li><font size="2" face="Arial">Cabbage</font></li>
    <li><font size="2" face="Arial">Sweet potato</font></li>
    <li><font size="2" face="Arial">Corn</font></li>
    <li><font size="2" face="Arial">Onion</font></li>
    <li><font size="2" face="Arial">Rhubarb</font></li>
    <li><font size="2" face="Arial">Cereals</font></li>
    <li><font size="2" face="Arial">Crackers</font></li>
  </ul>
</blockquote>
<p><font size="2" face="Arial">Avoid making any sudden dietary changes. Always
introduce new foods in small amounts.</font></p>
<p><font size="2" face="Arial"><b>Water</b></font></p>
<p><font size="2" face="Arial">Plastic sipper bottles are best for water. Be
sure the tip is low enough for your rabbit to reach. Monitor your rabbit to make
sure she is drinking. Not all rabbits know how to use a sipper bottle. Shallow,
ceramic water dishes may also be used, but require daily cleaning.</font></p>
<p><font size="2" face="Arial">Food and water should be changed daily and
containers cleaned and disinfected once a week.</font></p>
<p><font size="2" face="Arial"><b>Handling</b></font></p>
<p><font size="2" face="Arial">Remember to never pick up a rabbit by her ears or
the scruff of her neck. Pick up a rabbit with one hand under her rib cage and
the other under her rump. Make sure she feels secure and that her feet are well
supported — a rabbit can break her back if she kicks too hard. If your rabbit
seems scared, gently cover her eyes with your hand. This creates a dark
environment in which rabbits can feel safe. Hold your rabbit against you or on
your lap. It’s best to handle your rabbit while you’re sitting down to avoid
falls. Never hold a rabbit upside down, too tight around her stomach or any
other way that causes her to experience pain or distress. Some rabbits are shier
than others and will take some time to get used to regular human handling. It is
very important to handle and socialize with your rabbit every day especially if
they are younger so they feel comfortable around people. To calm your rabbit,
mimic how they groom each other by petting your rabbit over the tip of her nose,
eyes, ears, top of the head and down her back.</font></p>
<p><font size="2" face="Arial">For the safety of your child and rabbit,
supervise child-pet interactions at all times.</font></p>
<p><b>Grooming/Nail Trimming</b></p>
<p><font size="2" face="Arial">An average shorthair rabbit does not require a
lot of grooming, just some brushing with a soft brush during heavy shedding
periods. Longhaired breeds should be brushed regularly with a soft brush.
Rabbits do not require bathes as they are meticulous groomers. Dirty patches
that they cannot reach or clean themselves can be spot cleaned with mild soapy
water and a soft towel.</font></p>
<p><font size="2" face="Arial">Your rabbit’s nails need to be trimmed about
every six weeks or as necessary. Consult a vet or rabbit expert for instructions
if hesitant. Care must be taken to avoid cutting the blood vessel in the centre
of the nail called the quick. In good light this vessel is clearly visible —
if the nail is not black. Have styptic powder or a product such as &quot;Quick
Stop&quot; nearby to stop the bleeding just in case the quick is cut.</font></p>
<p><font size="2" face="Arial"><b>Exercise</b></font></p>
<p><font size="2" face="Arial">Your rabbit requires daily exercise (minimum of 2
to 4 hours) outside of her cage. Exercise periods can be inside your home or
outside in optimal weather conditions. Remember to supervise your rabbit at all
times. Rabbits love to chew and dig so rabbit proof your home and yard. Cover
electrical and phone cords with spiral cable wrap — available at home centres,
hardware or computer stores. Move household plants out of reach. Arrange
furniture to avoid your rabbit hiding in small, dark spaces. When outside, your
rabbit will enjoy munching on fresh grass — make sure your lawn has not been
treated. Temporary enclosures can be made or purchased at a pet supply store
that will confine your rabbit to a small area of your home or lawn.</font></p>
<font FACE="Meta-BoldCaps">
<p><font size="2"><b>Medical Concerns</b></font></p>
</font>
<p><font size="2" face="Arial">Rabbits are generally healthy creatures as long
as their habitat is kept clean and their food and water fresh. Find a
veterinarian in your community that specializes in rabbit care. Rabbits are prey
animals and it is their nature to hide sickness and injury to avoid being left
behind by their group. Therefore, they may not show signs of illness or disease
until the very late stages. If you notice any abnormal symptoms or have medical
concerns, it is important that you consult your vet right away. Some symptoms
include: diarrhea; breathing difficulties; excessive hair loss; lack of
appetite; abdominal gurgling; head tilt; incontinence (urine-soaked rear legs);
and lumps. For more information about rabbit health, speak with your
veterinarian.</font></p>
<font FACE="Meta-BoldCaps">
<p><font size="2"><b>Other Information</b></font></p>
</font>
<p><font size="2" face="Arial">This sheet is meant to provide minimum care
guidelines for rabbits. For more detailed information contact your vet and
consult a rabbit care book available at book stores, pet shops or from your
public library. Look for guides that discuss nutrition, health issues, nail
clipping, and rabbit behaviour. Visit our rabbit <a href="#Other websites">links
and resources</a>. Some recommended resources:</font></p>
<p><font size="2" face="Arial"><b>Websites:</b></font></p>
<p><font size="2" face="Arial">www.rabbit.org</font></p>
<p><font size="2" face="Arial"><b>Books:</b></font></p>
<p><font size="2" face="Arial">Rabbit, A Practical Guide to Caring for Your
Rabbit — ASPCA Pet Care Guides for Kids Series</font></p>
<p><font size="2" face="Arial">House Rabbit Handbook — by Marinell Harriman</font></p>

<p><font size="2" face="Arial">To print a PDF version (111Kb) of this care
sheet, <a href="rabbitcaresheetpublic.pdf">click here</a>.</font></p>

<p><!-- content_ends_here //-->

</p>

	</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>
