<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Lakeside News<br></legend>');
document.write('<img align=middle src="images/redtri.gif"> <a href="index.html#Hunter">2 at Lakeside Shelties earn Canine Good Citizen certification</a><br>');
document.write('<img align=middle src="images/redtri.gif"> <a target="blank" href="http://www.youtube.com/results?search_type=&search_query=lakeside+shelties&aq=f">Check out Lakeside sheltie video clips on You Tube</a><br>');
document.write('<img align=middle src="images/redtri.gif"> <a href="wait.htm">Put me on your puppy waiting list</a><br>');
document.write('<img align=middle src="images/redtri.gif"> <a href="testimonials.htm">See what the new owners have to say</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 1

// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('New at<br> Lakeside Shelties<br></legend>');
document.write('<img src="images/new.gif"> <a href="puppies.htm#Rosie">We have 2 puppies left from Rosie\'s Litter 8/23/11</a><br><br>');

document.write('<img align=middle src="images/new-litter8-13-11/litter8-13-11a150.jpg"><br><br>');
document.write('<img align=middle src="images/new-litter8-30-11/bree8-18-11a150.jpg"><br><br>');
document.write('<img align=middle src="images/new-litter8-30-11/rosie8-23-11a150.jpg"><br><br>');

document.write('</fieldset>');
document.write('<br><br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {
document.write('<fieldset><legend>');

document.write('Lakeside Update:<br></legend>');

document.write('Lakeside Shelties is proud to have Himark\'s Nothing But a Breeze in our Sheltie family.<br><br>');
document.write('<img align=middle src="images/bree150b.jpg"><br><br>');
document.write('<img border="0" src="picts/paragraph-line1a.jpg" width="150" height="3"><br><br>');
document.write('Hunting Another Ovation came to join our sheltie family a few years ago and boy has he grown into something special, he\'s not only beautiful, but has the most incredible personality.<br><br>');
document.write('<img align=middle src="images/hunter150c.jpg"><br><br>');
document.write('<img border="0" src="picts/paragraph-line1a.jpg" width="150" height="3"><br><br>');
document.write('We have another new addition to our family she is Lakeside’s Northern Skylights.<br><br>');
document.write('After careful evaluation of a Kady and Hunter litter last year, we have decided to keep Skye here as a part of our sheltie family.<br><br>');
document.write('We are hoping for great things from her, she has all the best qualities from both her wonderful parents.<br><br>');
document.write('<img align=middle src="images/pics9-2-11/skye150.jpg"><br><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {
document.write('<fieldset><legend>');


document.write('Videos<br></legend>');
document.write('<a href="vid1.htm">I\'m trying to sleep!</a><br>');
document.write('<a href="vid2.htm">We\'re playing</a><br>');
document.write('<a href="vid3.htm">Hmmm... dinner time</a><br>');
document.write('<a href="vid4.htm">Shelties on Ice</a><br>');
document.write('<a target="blank" href="http://www.youtube.com/results?search_type=&search_query=lakeside+shelties&aq=f">See more on YouTube</a><br>');


document.write('</fieldset>');
document.write('<br><br>');

}

// END RIGHT SIDEBAR AREA PARAGRAPH 2


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {
document.write('<fieldset><legend>');

document.write('Lakeside Puppies:<br></legend>');

document.write('<img align=middle src="images/sidebar-puppy1.jpg"><br><br>');
document.write('<img align=middle src="images/sidebar-puppy2.jpg"><br><br>');
document.write('<img align=middle src="images/sidebar-puppy3.jpg"><br><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2




// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<fieldset><legend>');
document.write('King of the Hill<br></legend>');
document.write('<img src="images/king-hill150.jpg" border="0" class="borders"></a><br><br>');
document.write('<img src="images/king-hill150b.jpg" border="0" class="borders"></a><br><br>');
document.write('<img src="images/king-hill150f.jpg" border="0" class="borders"></a><br><br>');
document.write('</fieldset>');
document.write('<br><br>');
}














document.write('</td></tr></table>');


// -- END -->
