

<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 name="description" content="Exercise is a key factor in the health and well-being of your dog. Fit dogs are more alert and content. They sleep better, have more energy, and experience fewer socialization problems. Find out more...">
<meta name="keywords" content="exercise, dog, health, walk, jog, leash, heat exhaustion, over-heated">

<TITLE>BCSPCA-Exercising With Your Dog</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" ALT="" width="181" height="44"></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="../AnimalCare/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="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="left"><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>
<ul type="circle">
  <li>
    <p ALIGN="left" style="line-height: 100%; margin-bottom: 6"><a href="hotdogs.asp"><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" size="1">Hot
      dogs in cars info
      </font></span></a></li>
  <li>
    <p ALIGN="left" style="line-height: 100%; margin-bottom: 6"><font face="Arial"><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 size="1"><a href="running%20with%20dogs.pdf">Running<span 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">
      with your dog </span></a><span 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"> brochure in </span></font></span>

    <font size="1">PDF<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">
      format (737K)</span></font></font></li>
</ul>
<p align="left">
&nbsp;</p>
<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" color="#3C4586">Exercising
      With Your Dog</font></h4>

      <p align="left"><img border="0" src="../animalcare/images/exercise.gif" width="500" height="167"></p>
      <h6 ALIGN="left"><font size="2" face="Arial" color="#000000">Why Keep Your
    Dog Fit</font></h6>
    <p><font size="2" face="Arial" color="#000000">Exercise is a key factor in
    the health and well-being of your dog. Fit dogs are more alert and content.
    They sleep better, have more energy, and experience fewer socialization
    problems. Active dogs also tend to live longer, with fewer health problems.
    Regular exercise helps dogs build strong bones, improves cardiovascular
    systems, and tones muscles.</font></p>
    <p><font size="2" face="Arial" color="#000000">Exercising your dog also
    benefits you at the same time!</font></p>
    <h6 ALIGN="left"><font size="2" face="Arial" color="#000000">Establish A
    Routine</font></h6>
    <p><font size="2" face="Arial" color="#000000">Dogs like routines. Your
    exercise program should be tailored to your schedule and you should try to
    stick to it. If the weather is bad, make the walk short but do make the
    effort. Your dog will miss the ritual.</font></p>
    <h6 ALIGN="left"><font size="2" face="Arial" color="#000000">The Top 4
    Inappropriate (and Dangerous) Ways To Exercise A Dog</font></h6>
    <ol>
      <li><font size="2" face="Arial" color="#000000">Exercising your dog while
        riding in a vehicle, either with a leash out the window or with the dog
        running off-leash in behind.</font></li>
      <li><font size="2" face="Arial" color="#000000">Riding a bicycle with your
        dog on a leash.</font></li>
      <li><font size="2" face="Arial" color="#000000">Skateboarding and leading
        a dog on leash.</font></li>
      <li><font size="2" face="Arial" color="#000000">Roller-blading with your
        dog dragging behind you on a leash.</font></li>
    </ol>
    <h6 ALIGN="left"><font size="2" face="Arial" color="#000000">How Long Should
    A Dog Walk Be?</font></h6>
    <p><font size="2" face="Arial" color="#000000">A half hour walk twice a day
    should be sufficient for most dogs. Never push your pet beyond his or her
    capabilities.</font></p>
    <p><font size="2" face="Arial" color="#000000">Remember to tailor your
    exercise program to your dog's breed - small dogs with short legs
    require less walking distance than larger breeds. Also note that some breeds
    with short noses, such as Bulldogs, Boxers and Pekingese, may experience
    breathing difficulties while exercising and, therefore, will require a
    program of shorter walks more often. Avoid exercising dogs right after they
    have eaten.</font></p>
    <p><font size="2" face="Arial" color="#000000">Dogs should always be walked
    on a leash. In most cities it is the law and for good reason - there are
    dangers to other people and to your dog. A dog off-leash is susceptible to
    injuries from cars, can wander into another dog's territory which could
    provoke a dog fight, or your dog could knock over and injure (or bite) a
    child or an elderly person. Be aware that people from some cultures perceive
    dogs in ways that may differ from your own perspective. They may be afraid
    of dogs or have negative sensibilities to dogs because of cultural
    expectations. A dog on a leash shows that you are in control of your dog and
    that you respect that those that want to keep their distance from your dog.
    Dogs off- leash are also a nuisance to neighbours, getting into gardens and
    flower beds. Responsible dog guardians care about the safety and well-being of
    both their dogs and the community.</font></p>
    <h6 ALIGN="left"><font size="2" face="Arial" color="#000000">Starting Out</font></h6>
    <p><font size="2" face="Arial" color="#000000">Be aware that dogs, like
    people, need time to get into shape and that weather conditions impact
    greatly on a dog's abilities. Before starting an exercise program take
    your dog for a veterinary checkup. Also, pay close attention to your dog's
    footpads. Care needs to be taken when walking on certain surfaces which can
    irritate, damage or be painful to your dog's feet (for example,
    sharp-stoned gravel or hot pavement). Regularly check your dog's footpads
    for excessive wear from walking on pavement and for cracking. In snowy
    conditions check for ice buildup between the toes.</font></p>
    <p><font size="2" face="Arial" color="#000000">Remember to start your
    exercise program slowly, and gradually build up the stamina of your dog.
    This is especially important if your dog is overweight, an older dog, or a
    puppy. Dogs, by nature, will loyally try to keep up with you even when their
    health is in danger. After walks be sure to provide shade and cool water on
    hot days, and warm, draft free housing in winter.</font></p>
    <h6 ALIGN="left"><font size="2" face="Arial" color="#000000">Jogging With
    Dogs</font></h6>
    <p><font size="2" face="Arial" color="#000000">If you want to jog with your
    dog you need to select a breed of dog suited for distance running. Most dogs
    are &quot;stop-start&quot; runners, meaning they are suited to run for
    short bursts followed by stretches of walking. For most dogs, a long walk is
    more appropriate exercise than a run.</font></p>
    <p><font size="2" face="Arial" color="#000000">For those with running
    breeds, schedule the duration and the rigour of each outing over several
    weeks to gradually build up the dog's stamina. For a 30 minute work-out,
    be sure to include a 5 minute warm up, a 20 minute run, and a 5 minute cool
    down period of walking.</font></p>
    <p><font size="2" face="Arial" color="#000000">An over-exerted dog pants
    heavily. Breathing may become irregular and the dog's gait may become
    uneven - staggering. Breathing may suddenly become quiet and the dog might
    faint.</font></p>
    <h6 ALIGN="left"><font size="2" face="Arial" color="#000000"><img border="0" src="../animalcare/images/doghose.gif" width="342" height="153" align="left">Heat Exhaustion</font></h6>
    <p><font size="2" face="Arial" color="#000000">Exercising your dog on very
    hot or humid days could cause heat exhaustion. Dogs cool themselves by
    panting. If panting does not reduce the body temperature the dog will
    develop heatstroke.</font></p>
    <p><font size="2" face="Arial" color="#000000">Heatstroke occurs when a dog
    is subjected to prolonged exposure to high temperature or humidity to a
    point where the animal is unable to maintain normal body temperature.
    Heatstroke can be fatal if not treated immediately.</font></p>
    <p><font size="2" face="Arial" color="#000000">Early signs of heat
    exhaustion include rapid breathing, heavy panting, and salivation. Other
    signs are fatigue, muscle tremors, and staggered walking. As heatstroke
    progresses the dog may also exhibit vomiting, diarrhea, convulsions, or
    collapse.</font></p>
    <h6 ALIGN="left"><font face="Arial"><font size="2" color="#000000">Treating </font><font size="2" face="Arial">An
    Over-Heated Dog</font></font></h6>
      <font FACE="Minion" SIZE="1" COLOR="#000000">
      <ul type="square">
        <li></font><font size="2" face="Arial">Carry the dog to a cool, shady
        place.<br>
        &nbsp;</font></li>
      <font FACE="Minion" SIZE="1">
      <li></font><font face="Arial"><font size="2">Apply water to the head, neck, and
      chest and fan the dog vigorously using cardboard or a blanket to speed
      evaporation. The evaporation process cools the blood. Do not apply ice as
      this constricts blood flow</font><font size="2" face="Arial" color="#000000"><img border="0" src="../animalcare/images/hoseflat.gif" align="right" hspace="10" vspace="5"></font><font size="2"> and does not effectively lower the animal’s
      core temperature.<br>
      &nbsp;</font></font></li>
      <li><font face="Arial"><font size="2">Give some cool water - but
      restrict the amount. The dog may vomit the water if consumed too</font><font size="2" face="Arial" color="#000000">
      quickly. Alternatively, let the dog lick ice cubes or even ice cream.<br>
      &nbsp;</font></font></li>
      <li><font size="2" face="Arial" color="#000000">Take the dog to a
        veterinarian immediately for further treatment.</font></li>
      </ul>
    <h6 ALIGN="left"><font size="2" face="Arial" color="#000000">What All Dog Guardians Should Know</font></h6>
      <font FACE="Minion" SIZE="1" COLOR="#000000">
      <p></font><font size="2" face="Arial" color="#000000">Besides being
      inhumane, in some municipalities in B.C. it is against the law to keep a
      dog chained up all day. Dogs need regular daily exercise off the chain.</font></p>
      <font FACE="Minion" SIZE="1">
      <p></font><font size="2" face="Arial" color="#000000">While walking your
      dog remember to &quot;stoop and scoop&quot; - it's the law in most
      cities (and part of proper pet etiquette).</font></p>
      <p><font size="2" face="Arial" color="#000000">Keep your dog on leash
      during walks, unless you are in a designated area that allows dogs to run
      free.</font></p>
      <font FACE="ZapfDingbats BT" SIZE="1">
      <p></font><font size="2" face="Arial" color="#000000">Remember to make
      sure your dog has identification and is licensed.</font></p>
      <font FACE="Minion" SIZE="3">
      <p></font><font size="2" face="Arial" color="#000000">You are responsible
      for the actions of your dog. Most dog bites occur to children under the
      age of 10 years old. A well socialized, neutered dog is less likely to
      bite.</font></p>
      <font FACE="ZapfDingbats BT" SIZE="1">
      <p></font><font size="2" face="Arial" color="#000000">Teach children to
      approach your dog safely. Follow these simple rules:</font></p>
<ol>
  <li><font size="2" face="Arial" color="#000000">Make sure children ask
        permission to pet the dog - let them know that not all dogs are
        friendly!<br>
    &nbsp;</font></li>
  <li><font size="2" face="Arial" color="#000000">Children should allow
        the dog to sniff their hand first. This prepares the dog (and the child)
        for contact.<br>
    &nbsp;</font></li>
  <li><font size="2" face="Arial" color="#000000">Have the child pet the
        dog under the chin first. If the dog is comfortable the child can pet
        the dog along its back.</font></li>
</ol>
        <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>
