

<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="Kids Dog Care">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="Keywords" content="kids, dog care, how to care for your dog, dog">
<meta name="ProgId" content="FrontPage.Editor.Document">
<TITLE>Kids Dog Care</TITLE>

<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>
            <a href="../Camps/default.asp">BCSPCA-Youth Camps</a><IMG SRC="../../images/topnav_15.gif" ALT="" width="181" height="44"></TD>
		<TD COLSPAN=4>
            <img border="0" src="../../images/Title-Kids.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="">
</font>
<p>&nbsp;</p>
<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" face="Arial"><a href="../KidsClub/sign-up%20form2.pdf">Join</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="../KidsClub/Ekidsnews.asp">e-Kids</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="../KidsClub/bark.asp">Bark!</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="../KidsClub/takeaction.asp">Take
    Action</a></font></li>
</ul>
<hr width="75%" noshade size="1" color="#827853">
<ul type="circle">
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="../KidsClub/default.asp">Kids
    Club</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="../../_private/Education%20Archive/default.asp">Summer
    Camps</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="default.asp">Animal
    Care</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="../animalfacts/default.asp">Animal
    Facts</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1" color="#000080"><a href="../KidsClub/Activities.asp">Activities</a></font></li>
</ul>
<hr width="75%" noshade size="1" color="#827853">
<p align="center" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1">For
more information on dogs<br>
check out these websites:</font>
<ul>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="http://www.animaland.org/asp/petcare/dog411.asp" target="_blank">Animaland
    - dog care</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="http://www.aspca.org/site/PageServer?pagename=dog" target="_blank">ASPCA
    - dog care</a></font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="http://www.animalhealthcare.ca/sections5.asp?cat=dogs" target="_blank">Canadian
    Vet Association</a> - dog care</font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="http://www.rspca.org.uk/servlet/Satellite?pagename=RSPCA/AnimalCare/Animals&amp;articleid=996827938002" target="_blank">RSPCA</a>
    - dog care</font></li>
  <li>
    <p align="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial" size="1"><a href="http://www.rspca.org.uk/servlet/Satellite?pagename=RSPCA/AnimalCare/Animals&amp;articleid=1024474157778">RSPCA</a>
    - puppy care</font></li>
</ul>
<p align="left">
<font face="Arial" size="2"><!----LEFT COLUMN ENDS HERE-----></font>
</p>
	</TD>
    <TD valign="top">

<h4 align="left"><font face="Arial"><!-- content_starts_here //--></font><font face="Arial" size="4"><a href="dogcare.asp"><img border="0" src="../Images/dog.gif" align="right"></a>Dog Care</font></h4>

<p class="MsoNormal"><b><font face="Arial" size="3">Life Span</font></b> -- Larger dogs usually don't live as long as smaller dogs.<span style="mso-spacerun: yes">&nbsp;
</span>Medium-large dogs live 8-14 years and&nbsp;small dogs can live 10-16
years..</p>
<h1><img border="0" src="../Images/CVMA_certified.gif" align="left" hspace="4" vspace="4"><font face="Arial" size="3">Food</font></h1>
<p class="MsoNormal">Dogs need good quality food to stay healthy.<span style="mso-spacerun: yes">&nbsp;
Check the package to make sure the </span>dog food&nbsp; has the CVMA (Canadian Veterinarian Medical Association)
Certified symbol.<span style="mso-spacerun: yes">&nbsp;
</span>It is usually
recommended that dogs get fed twice a day, once in the morning and once at
suppertime.<span style="mso-spacerun: yes">&nbsp; </span>There are many
different types of dog food; raw, home cooked and kibble.<span style="mso-spacerun: yes">&nbsp;
</span>Ask your veterinarian which food is right for your dog.<span style="mso-spacerun: yes">&nbsp;</span></p>
<blockquote>
<p class="MsoNormal"><b>Treats</b></p>
<p class="MsoNormal">Dog treats can be a great way to help train your dog. Make
sure your dog is not getting too many. Treats should not replace dog food,
because dog food has all the nutrients a dog needs. Treats are not a complete,
balanced food. Also dogs that get too many treats can put on too much weight,
which can cause health problems.</p>
</blockquote>
<h1><font face="Arial" size="3">Water</font></h1>
<p class="MsoNormal">Dogs need access to water all the time.<span style="mso-spacerun: yes">&nbsp;
</span>Dogs know when they are thirsty and since they can’t ask it should
always be available.<span style="mso-spacerun: yes">&nbsp; </span>Water is
important to the health of your dog.<span style="mso-spacerun:
yes">&nbsp; </span>It is even more important during hot temperatures to make
sure your dog’s water dish is always full.<span style="mso-spacerun: yes">&nbsp;
</span>If your dog is outside at all in the winter make sure the water does not
freeze.<span style="mso-spacerun: yes">&nbsp; </span>Dogs should not be kept outside
for long periods of time any time of the year.<span style="mso-spacerun: yes">&nbsp;
</span>Change the water every day to keep it fresh, and wash the dish regularly.</p>
<p class="MsoNormal"><b><font face="Arial" size="3">Shelter</font></b></p>
<p class="MsoNormal">Dogs should be kept inside with their family because
dogs are very social animals, that means they like to be around people.<span style="mso-spacerun: yes">&nbsp;
</span>If your dog does go outside it should only be for short periods of time.<span style="mso-spacerun: yes">&nbsp;
</span>They should have a warm, covered place, away from wind, sun and rain.<span style="mso-spacerun: yes">&nbsp;
</span>They must have a dry place to lie down.</p>
<p class="MsoNormal"><font face="Arial" size="3"><b>Exercise</b></font></p>
<p class="MsoNormal">All dogs need exercise.<span style="mso-spacerun: yes">&nbsp;
</span>Different breeds of dogs need different amounts of exercise but they all
need to run and play every day.<span style="mso-spacerun: yes">&nbsp; </span>Leaving
a dog in a back yard is not enough.&nbsp; Playing fetch, or taking them to an off
leash park where they can run around safely is best.<span style="mso-spacerun:
yes">&nbsp; </span>Remember it is very important that you teach your dog to come
when called so that he will not run away.<span style="mso-spacerun: yes">&nbsp;</span></p>
<p class="MsoNormal"><b><font size="3" face="Arial">Training</font></b></p>
<p class="MsoNormal">A dog need to learn to behave so that he can live
happily with his family.<span style="mso-spacerun: yes">&nbsp; </span>An
untrained dog can upset people, run into traffic and be unsafe.<span style="mso-spacerun:
yes">&nbsp; </span>Learning how to teach your dog to behave is one of the best
things you can do for him.<span style="mso-spacerun: yes">&nbsp; </span>He will
know what you want him to do and will be happier and safer.<span style="mso-spacerun:
yes">&nbsp;</span></p>
<p class="MsoNormal">Dogs learn best when they are taught using treats, love and
attention.<span style="mso-spacerun: yes">&nbsp; </span>Never hit, yell or make
your dog scared of you.<span style="mso-spacerun: yes">&nbsp; </span>This will
not help him learn. Think about how you like to learn best.<span style="mso-spacerun:
yes">&nbsp; </span>Do you learn better when you are scared or when you are told
you are doing a good job? Take him to a good doggie school and always practice
at home.<span style="mso-spacerun: yes">&nbsp; </span>Teaching him every day
will help him remember what he learned in class.</p>
<p class="MsoNormal"><b><font face="Arial" size="3">Health Care</font></b></p>
<p class="MsoNormal">All dogs need a check-up at least once a year.<span style="mso-spacerun: yes">&nbsp;
</span>Dogs need vaccinations to help them stay healthy.<span style="mso-spacerun: yes">&nbsp;
</span>If your dog is sick or gets hurt you must take him to see the vet just
like you would go to the doctor.<span style="mso-spacerun: yes">&nbsp; </span>When
you get a dog make sure you think about the cost of vet bills.<span style="mso-spacerun: yes">&nbsp;
</span>Dogs may also need flea, heartworm or tick medicine if these are a
problem where you live.</p>
<p class="MsoNormal">Dogs should be spayed or neutered when they are 6 months
old.<span style="mso-spacerun: yes">&nbsp; </span>This will help them stay
healthier, calmer and less aggressive. There are already more dogs than there
are good homes so letting a dog have a litter only adds to the problem</p>
<h1><font face="Arial" size="3">Grooming</font></h1>
<p class="MsoNormal">Brushing your hair not only makes you look good but it
keeps it from getting tangled.<span style="mso-spacerun: yes">&nbsp; </span>Dogs
with longer hair need to be brushed every day.<span style="mso-spacerun: yes">&nbsp;
</span>They can’t do it themselves so it is up to you to help them.<span style="mso-spacerun: yes">&nbsp;
</span>Even dogs with short hair can be brushed.<span style="mso-spacerun: yes">&nbsp;
</span>When you brush your dog you can look for any bumps, or scrapes that you
may not see otherwise.</p>
<p class="MsoNormal">Brushing a dog’s teeth at least once a week will help
their teeth stay healthy.<span style="mso-spacerun: yes">&nbsp; </span>Dogs get
plaque on their teeth just like you,<span style="mso-spacerun: yes">&nbsp;</span>brushing
their teeth will also get rid of doggie breath.</p>
<h1><font face="Arial" size="3">Friendship</font></h1>
<p class="MsoNormal">Dogs like to be around people and other dogs, they are
social animals.<span style="mso-spacerun: yes">&nbsp; </span>It is always
exciting when you first get a dog but sometimes this wears off and the dog seems
to be a lot of work.<span style="mso-spacerun: yes">&nbsp; </span>Remember your
dog depends on you for attention and love.<span style="mso-spacerun: yes">&nbsp;
</span>He may get bored and sad if he gets left behind or has no one to play
with.<span style="mso-spacerun: yes">&nbsp; </span>You should get a dog only if
you will take good care of him for his whole life.<span style="mso-spacerun: yes">&nbsp;
</span>He has feelings just like you and needs you to take care of him and play
with him.<span style="mso-spacerun: yes">&nbsp;</span></p>
<p align="left"><font face="Arial"><!-- content_starts_here //--></font></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>
