

<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>
<TITLE>BCSPCA-Branches and Shelters</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<meta name="KEYWORDS" content="locations, addresses, BC SPCA, BCSPCA, SPCA, s.p.c.a, branches, shelters, animals, shelters, kennels, dogs, cats, puppy, puppies, kittens, pets, pictures, photos, photographs, available for adoption, adoptable, adopt, adopte, adopting, adoption, adoptions, adopts, Vancouver Island, Lower Mainland, Okanagan, Kootenays, West Coast, Northern BC, Victoria, Cowichan, Duncan, Nanaimo, Port Alberni, alberni, Parksville, Qualicum, Comox, Campbell River, Salt Spring, Vancouver, Surrey, Langley, Abbotsford, Burnaby, Delta, Maple Ridge, Coquitlam, Richmond, hospital, clinic, West Vancouver, Squamish, Chilliwack, Kelowna, Kamloops, Penticton, Vernon, Shuswap, Salmon Arm, Trail, East Kootenay, Cranbrook, Nelson, Boundary, Grandforks, Sunshine Coast, Powell River, Kitimat, Prince Rupert, Queen Charlottes, Williams Lake, 100 Mile House, Quesnel, North Cariboo, Prince George, South Peace, Dawson Creek, North Peace, Fort St. John">
<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=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-spcabranches2.gif"></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>
<div align="center">
  <center>
  <table border="1" cellpadding="5" cellspacing="0" width="95%" bordercolor="#3C4586" bgcolor="#FFFFFF">
    <tr>
      <td width="100%">
        <p align="center"><a href="http://www.youtube.com/bcspcabc" target="_blank"><font face="Arial"><font size="2">Click
        here to visit the<br>
        BC SPCA's <b>YouTube</b> Channel!<br>
        </font>
        <img border="0" src="../images/YouTubeLogo.gif"><br>
        <b><font size="1">www.youtube.com/bcspcabc</font></b></font></a></td>
    </tr>
  </table>
  </center>
</div>
<h5 align="center">
&nbsp;
</h5>
<h5 align="center">
<a href="default.asp"><img src="../images/5steps.gif" border=0 alt="Read our 5 Steps to Adoption">
   </a>
</h5>
<ul type="circle">
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="default.asp">5
    Steps to&nbsp;a Successful Adoption</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="b4pet.asp">Pre-adoption
    Checklist</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="match.asp">Making the
    Right Match</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="../community/volunteer_foster.asp">Fostering
      Option</a></font></li>
</ul>

      <hr width="75%" size="1" color="#827853" noshade>
<ul type="circle">
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font size="1"><a href="../AnimalCare/default.asp">Animal
    Care Home</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font size="1"><a href="../AnimalCare/caresheets.asp">Animal
    Care Fact Sheets</a></font></li>
        <li>
          <p align="left" style="line-height: 100%; margin-bottom: 6"><a href="../AnimalCare/petcost.asp"><font size="1" face="Arial">Cost
          Estimates for Various Pets</font></a></li>
        <li>
          <p align="left" style="line-height: 100%; margin-bottom: 6"><a href="resources.asp"><font size="1" face="Arial">Recommended
          Support Books and Links
          </font>
          </a></li>
</ul>

      <p align="center">&nbsp;</p>

<p align="left">
<font face="Arial" size="2"><!----LEFT COLUMN ENDS HERE-----></font></p>
	</TD>
    <TD valign="top" bgcolor="#E7E4DC">
<h4 align="left"><font face="Arial">
<!-- content_starts_here //--></font>
</h4>
<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0">
    <tr>
  


  <font face="Arial">
      <td><font face="Arial"><img border="0" src="http://www.spca.bc.ca/images/Adopt_LeftCurve.gif" width="34" height="118">
  </font>
      </td>
      <td bgcolor="#F0F0F0">
  


  <font face="Arial">
<p align="center"><img border="0" src="http://www.spca.bc.ca/images/red_paw.gif" align="absmiddle" width="21" height="22"><b><i><font face="Arial" size="2" color="#3C4586">We
feature all of our adoptable animals online</font></i></b><br>
<a href="http://bcspcapets.shelterbuddy.com/search/?advanced=1&amp;t=&amp;s="><img border="0" src="http://www.spca.bc.ca/images/AdoptBCSPCAPets_AnimatedIcon.gif" vspace="2" alt="Click here to view adoptable BC SPCA pets..." width="360" height="45"><font size="2"><br>
<b><i><font color="#A62B28">view adoptable BC SPCA pets...</font></i></b></font></a></p>
  </font>
      </td>
      <td><img border="0" src="http://www.spca.bc.ca/images/Adopt_RightCurve.gif" width="34" height="118"></td>
  </font>
  
    </tr>
    <tr>
      <td>&nbsp;</td>
    </tr>
  </table>
  </center>
</div>
<h4 align="center"><font face="Arial" size="1"><font color="#48422D">While our shelters do their best to update
their online listings regularly, we can't guarantee that every animal shown will
still be available when you visit the shelter, and additional animals have also
probably arrived that are not listed yet. Please contact your local Branch or
Shelter for more information.</font>
</font>
</h4>
<ul type="square">
  <li><font size="2" face="Arial"><a href="default.asp"><b>Click here for BC
    SPCA Adoption Applications for download...</b></a></font></li>
</ul>
<div align="left">
  <table border="0" cellpadding="8" cellspacing="8" width="100%">
    <tr>
      <td width="75%" colspan="3" rowspan="2" valign="top"><center><map name="FPMap0">
        <area href="#north" coords="9, 8, 138, 57, 245, 75, 221, 245, 217, 250, 223, 262, 222, 275, 204, 278, 196, 269, 195, 269, 167, 278, 137, 272, 118, 217, 118, 179, 71, 171, 83, 144, 59, 120, 61, 99, 52, 69, 46, 36, 39, 32, 30, 42, 8, 44, 14, 23" shape="polygon">
        <area href="#Okanagan" shape="polygon" coords="185, 357, 173, 325, 163, 321, 152, 317, 142, 306, 137, 272, 174, 276, 199, 270, 218, 278, 225, 276, 220, 256, 220, 243, 253, 283, 242, 286, 242, 304, 231, 318, 225, 342, 210, 363">
        <area href="#kootenays" shape="polygon" coords="292, 371, 243, 366, 212, 361, 225, 338, 237, 313, 248, 286, 252, 287, 278, 324, 289, 336, 295, 372, 295, 368">
        <area href="#west" shape="polygon" coords="27, 174, 78, 172, 118, 180, 119, 226, 138, 273, 143, 339, 135, 335, 133, 326, 126, 324, 125, 318, 131, 310, 104, 306, 100, 292, 86, 284, 81, 274, 83, 263, 88, 250, 81, 245, 87, 236, 40, 248, 26, 223, 21, 208, 23, 197, 15, 189">
        <area href="#lwrmain" shape="polygon" coords="168, 358, 149, 353, 144, 345, 144, 339, 143, 309, 159, 319, 175, 327, 187, 363">
        <area href="#island" shape="polygon" coords="149, 359, 140, 372, 122, 370, 110, 355, 114, 343, 99, 348, 96, 333, 83, 328, 86, 320, 69, 309, 68, 290, 78, 283, 103, 297, 105, 309, 128, 315, 121, 322, 133, 327, 133, 349, 150, 352, 150, 363, 148, 372, 125, 371, 148, 374, 146, 367, 150, 355"></map><img src="../images/map.gif" border=0 alt="" usemap="#FPMap0"></center> </td>
      <td width="25%" valign="top"><b><font face="Arial" size="3" color="#3C4586"><a name="north"><img src="../images/icon-north.gif" width=20 height=20 border=0 alt="">
        Northern BC:</a></font></b>
<font face="Arial" size=2>
<br />
<a href="/williamslake/">  Williams Lake<img alt="Williams Lake" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/100milehouse/">100 Mile House<img alt="100 Mile House" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/quesnel/">Quesnel<img alt="Quesnel" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/northcariboo/">North Cariboo<br></a>&nbsp; (Prince George)<a href="/northcariboo/"><img alt="North Cariboo" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/southpeace/">South Peace<br></a>&nbsp; (Dawson Creek)<a href="/southpeace/"><img alt="South Peace" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/northpeace/">North Peace<br></a>&nbsp; (Fort St. John)<a href="/northpeace/"><img alt="North Peace" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
</font>
      </td>
    </tr>
    <tr>
      <td width="25%" valign="top">
<b><font face="Arial" size="3" color="#3C4586"><a name="Okanagan"><img src="../images/icon-okan.gif" border=0 alt="" width=20 height=20>
 Okanagan:</a></font></b>
	<font face="Arial" size=2>
<br />
<a href="/kelowna/">Kelowna<img alt="Kelowna" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/penticton/">South Okanagan/Similkameen<br></a>&nbsp; (Penticton)<a href="/penticton/"><img alt="Penticton" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/shuswap/">Shuswap<img alt="Shuswap" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/kamloops/">Kamloops<img alt="Kamloops" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/vernon/">Vernon<img alt="Vernon" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a>

    </font>

      </td>
    </tr>
    <tr>
      <td width="25%" valign="top"></td>
      <td width="25%" valign="top"></td>
      <td width="25%" valign="top"></td>
      <td width="25%" valign="top"></td>
    </tr>
    <tr>
      <td width="25%" valign="top"><b><font face="Arial" size="3" color="#3C4586"><a name="west"><img src="../images/icon-cara.gif" width=20 height=20 border=0 alt="">
        West Coast:</a></font></b>

	
<font face="Arial" size=2>
<br>
<a href="/sunshinecoast/">Sunshine Coast<img alt="Sunshine Coast" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/powellriver/">Powell River<img alt="Powell River" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/princerupert/">Prince Rupert<img alt="Prince Rupert" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/queencharlottes/">Queen Charlottes</a><a href="/powellriver/"><img alt="Powell River" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />

  
</font>

  
      </td>
      <td width="25%" valign="top">
	
	
<b><font face="Arial" size="3" color="#3C4586"><a name="island"><img src="../images/icon-isle.gif" width=20 height=20 border=0 alt="">
 Vancouver Island:</a></font></b>
	
	
<font face="Arial" size=2>
<br />

<a href="/victoria/">Victoria<img alt="Victoria" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/cowichan/">Cowichan<img alt="Cowichan" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/nanaimo/">Nanaimo<img alt="Nanaimo" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/alberni/">Port Alberni<img alt="Alberni" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/parksville/">Parksville/Qualicum<img alt="Parksville/Qualicum" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/comox/">Comox<img alt="Comox" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/campbellriver/">Campbell River<img alt="Campbell River" src="../images/red_paw.gif" align="absMiddle" border="0"></a><br />
<a href="/saltspring/">Salt Spring Island<img alt="Salt Spring Island" src="../images/red_paw.gif" align="absMiddle" border="0"></a><a href="http://www.wildarc.com"><br>
Wild ARC (Animal Rehabilitation Centre)</a><br>
</font>


      </td>
      <td width="25%" valign="top"><b><font face="Arial" size="3" color="#3C4586"><a name="lwrmain"><img src="../images/icon-lower.gif" width=20 height=20 border=0 alt="">
        Lower Mainland:</a></font></b>

<font face="Arial" size=2>
<br />
<a href="/vancouver/">Vancouver<img alt="Vancouver" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><a href="/richmond/"><br>
Richmond Education &amp; Adoption Centre<img alt="Vancouver" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/abbotsford/">Abbotsford<img alt="Abbotsford" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/burnaby/">Burnaby<img alt="Burnaby" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/coquitlam/">Coquitlam<img alt="Coquitlam" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/mapleridge/">Maple Ridge<img alt="Maple Ridge" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/surrey/">Surrey<img alt="Surrey" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/chilliwack/">Chilliwack<img alt="Chilliwack" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/westvancouver/">West Vancouver<img alt="West Vancouver" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/squamish/">Squamish Valley<img alt="Squamish" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a></font></td>
      <td width="25%" valign="top"><b><font face="Arial" size="3" color="#3C4586"><a name="kootenays"><img src="../images/icon-rocks.gif" width=20 height=20 border=0 alt="">
        Kootenays:</a></font></b>

<font face="Arial" size=2>
<br />
<a href="/trail/">Trail<img alt="Trail" src="../images/red_paw.gif" align="absMiddle" border="0"></a><br />
<a href="/eastkootenay/">East Kootenay</a><br>
&nbsp; (Cranbrook)<a href="/eastkootenay/"><img alt="East Kootenay" src="../images/red_paw.gif" align="absMiddle" border="0"></a><br />
<a href="/nelson/">Nelson<img alt="Nelson" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></a><br />
<a href="/boundary/">Boundary</a><br>
&nbsp; (Grand Forks)<img alt="Boundary" src="../images/red_paw.gif" align="absMiddle" border="0" width="21" height="22"></font></td>
    </tr>
    <tr>
      <td width="100%" valign="top" colspan="4" bgcolor="#FFFFFF" align="center">
        <p align="left"><font face="Arial" size="2"><a href="http://www.petcetera.ca" target="_blank"><img border="0" src="../images/Petcetera.gif" alt="Petcetera, for the love of your pet" vspace="3" align="left"></a>
        <b><a href="http://www.petcetera.ca" target="_blank">www.petcetera.ca</a><br>
        Petcetera</b>
        adopts out thousands of BC SPCA animals in their stores throughout BC.
        Visit your local Petcetera P.A.W.S. Adoption Centre. <b>NEW! SPCA
        rabbits are now available for adoption at Petcetera stores in the Lower
        Mainland. <a href="http://www.spca.bc.ca/media/PetceteraRabbits_March302007_Press.asp">Read
        more.</a></b><br>
        </font>

  
      </td>
    </tr>
  </table>
</div>
<p>&nbsp;</p>







<!-- content_ends_here //-->
	</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>
