<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
 	<channel>
		<title>La Brique Montagne | mechelse herders</title>
		<link>http://www.labriguemontagne.nl/</link>
		<description></description>
		<language>nl</language>
		<lastBuildDate>Wed, 28 Dec 2011 15:18:01 +0100</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>Sandvox 2.2.3</generator>
		<item>
			<title>Sitemap</title>
			<link>http://www.labriguemontagne.nl/sitemap.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
	&lt;div class="first graphic-container wide center"&gt;
		&lt;div style="" class="graphic sitemap"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.SiteMapElement --&gt;&lt;!-- /sandvox.SiteMapElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
			</description>
			<pubDate>Mon, 26 Dec 2011 16:03:32 +0100</pubDate>
			<guid>http://www.labriguemontagne.nl/sitemap.html</guid>
            
			
		</item>
		<item>
			<title>Contact</title>
			<link>http://www.labriguemontagne.nl/contact.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
	&lt;div class="first graphic-container wide center"&gt;
		&lt;div style="" class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ContactElement --&gt;
				&lt;div id="contactform"&gt;
&lt;script type="text/javascript"&gt;&lt;!--

function verifyAndSubmitcontactform(form) {

	var theResults	= document.getElementById("contactform-results");

	checkEmail = form.e.value;
	if (checkEmail=='email@domain.com'
		|| checkEmail.indexOf('@') &lt; 0
		|| checkEmail.lastIndexOf('.') &lt; (checkEmail.indexOf('@') + 1)
		|| checkEmail.lastIndexOf('.') &gt;= (checkEmail.length - 2)
		|| checkEmail == form.e.title)
	{
		var message = "Email address is missing. Message cannot be sent.";
		theResults.className = 'contactError';
		theResults.innerHTML = message;
		return false;
	}
	if (form.s.value == '' &amp;&amp; form.m.value == '')
	{
		var message = "No message has been entered. Message cannot be sent.";
		theResults.className = 'contactError';
		theResults.innerHTML = message;
		return false;
	}
	return true;
}

function doblurcontactform(anInput) {
	if (anInput.value == '') { anInput.value = anInput.title; anInput.style.color = '#999'; }
}

function dofocuscontactform(anInput) {
	if (anInput.value == anInput.title) { anInput.value = ''; anInput.removeAttribute('style'); }
}

//--&gt;&lt;/script&gt;

&lt;form class="contactElement labelsOnTop" action="http://service.karelia.com/mailme.php" onsubmit="return verifyAndSubmitcontactform(this);" method="post"&gt;
		
		&lt;div class="hidden"&gt;
			&lt;label for="contactform-subject"&gt;Please leave this field empty:&lt;/label&gt;
			&lt;input id="contactform-subject" type="text" name="subject" /&gt;
			&lt;br /&gt;
			&lt;label for="contactform-message"&gt;Please leave this field empty:&lt;/label&gt;
			&lt;textarea id="contactform-message" name="message" rows="3" cols="20"&gt;&lt;/textarea&gt;
		&lt;/div&gt;
	
&lt;p&gt;

	

	
	&lt;label for="contactform-n"&gt;Naam:&lt;/label&gt;&lt;br /&gt;
	
	
	
	
	
	
	&lt;!-- text field --&gt;
	&lt;input id="contactform-n"
		class="fullWidth"
		type="text"
		name="n"
		
		
		/&gt;

	
	
	
	
	
	
&lt;br /&gt;
	

	

	
	&lt;label for="contactform-e"&gt;E-mail:&lt;/label&gt;&lt;br /&gt;
	
	
	
	
	
	
	&lt;!-- text field --&gt;
	&lt;input id="contactform-e"
		class="fullWidth"
		type="email" style="color:#888"
		name="e"
		title="email@domain.com" value="email@domain.com"
		onfocus="dofocuscontactform(this)" onblur="doblurcontactform(this)"
		/&gt;

	
	
	
	
	
	
&lt;br /&gt;
	

	

	
	&lt;label for="contactform-s"&gt;Onderwerp:&lt;/label&gt;&lt;br /&gt;
	
	
	
	
	
	
	&lt;!-- text field --&gt;
	&lt;input id="contactform-s"
		class="fullWidth"
		type="text"
		name="s"
		
		
		/&gt;

	
	
	
	
	
	
&lt;br /&gt;
	

	

	
	&lt;label for="contactform-m"&gt;Bericht:&lt;/label&gt;&lt;br /&gt;
	
	
	&lt;!-- text area --&gt;
	&lt;textarea class="fullWidth" id="contactform-m" name="m" rows="10" cols="80"&gt;&lt;/textarea&gt;
	
	
	
&lt;br /&gt;
	

	

	
	&lt;!-- Send Button --&gt;
	&lt;input type="submit" class="submit" id="contactform-submit" name="x" value="Verstuur" /&gt;

	
&lt;br /&gt;
	
	&lt;/p&gt;
	&lt;div class="hidden"&gt;
		&lt;!-- CSS URL --&gt;
		&lt;input type="hidden" name="a" id="contactform-a" value="" /&gt;
		&lt;!-- Site Title --&gt;
		&lt;input type="hidden" name="t" id="contactform-t" value="" /&gt;
		&lt;!-- Verification Code --&gt;
		&lt;input type="hidden" name="v1" id="contactform-v1" value="tEHO3Yh07dtsyjqiOQAv+rl4GJh6wHw0kOpyMgslE9z84A2ISCHJVcGEj1Xkoqc/" /&gt;
	
		
	&lt;/div&gt;
&lt;/form&gt;
&lt;div style='text-align:center;' id="contactform-results"&gt;&lt;/div&gt;

&lt;/div&gt;&lt;!-- /sandvox.ContactElement --&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
			</description>
			<pubDate>Mon, 26 Dec 2011 09:28:00 +0100</pubDate>
			<guid>http://www.labriguemontagne.nl/contact.html</guid>
            
			<category>Contact</category>
		</item>
		<item>
			<title>Foto's</title>
			<link>http://www.labriguemontagne.nl/fotos/</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;Hier staan onze foto's van de honden en evenementen met honden, zoals bijvoorbeeld oefendagen van de zoekhonden. Klik op de afbeelding om naar de foto's te gaan.
&lt;/p&gt;
	&lt;div class="first graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;a href="http://www.labriguemontagne.nl/30april/slides/IMG_8122.JPG" class="imageLink"&gt;&lt;img width="430" height="150" src="http://www.labriguemontagne.nl/_Media/tycha-30-april_med.jpeg" alt="Foto's Tycha 30 april 2011" /&gt;&lt;/a&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div style=""&gt;
			&lt;div class="figure-content caption"&gt;&lt;p&gt;Tycha 30 april 2011&lt;/p&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt; 
	&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;a href="http://www.labriguemontagne.nl/april2011/slides/_MG_7834.JPG" class="imageLink"&gt;&lt;img width="430" height="150" src="http://www.labriguemontagne.nl/_Media/alpacas_med.jpeg" alt="Foto's april 2022" /&gt;&lt;/a&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div style=""&gt;
			&lt;div class="figure-content caption"&gt;&lt;p&gt;Foto's april 2011 (honden en alpaca's)&lt;/p&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt; 
	&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;a href="http://www.labriguemontagne.nl/shendortycha/index.html" class="imageLink"&gt;&lt;img width="430" height="150" src="http://www.labriguemontagne.nl/_Media/tycha-en-shendor-04-11_med.jpeg" alt="Foto's Tycha en Shendor april 2011" /&gt;&lt;/a&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div style=""&gt;
			&lt;div class="figure-content caption"&gt;&lt;p&gt;Tycha en Shendor april 2011&lt;/p&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt; 
	&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;a href="http://www.labriguemontagne.nl/januari2011/index.html" class="imageLink"&gt;&lt;img width="430" height="150" src="http://www.labriguemontagne.nl/_Media/tycha-en-shen-sneeuw_med.jpeg" alt="Diverse foto's van Tycha en Shendor" /&gt;&lt;/a&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div style=""&gt;
			&lt;div class="figure-content caption"&gt;&lt;p&gt;Diverse foto's Tycha en Shendor&lt;/p&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt; 
	&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;a href="http://www.labriguemontagne.nl/januari/index.html" class="imageLink"&gt;&lt;img width="430" height="150" src="http://www.labriguemontagne.nl/_Media/shendor-en-tycha_med.jpeg" alt="Foto's Tycha en Shendor januari 2010" /&gt;&lt;/a&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div style=""&gt;
			&lt;div class="figure-content caption"&gt;&lt;p&gt;Wandelen januari 2010&lt;/p&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt; 
	&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;a href="http://www.labriguemontagne.nl/april2010/index.html" class="imageLink"&gt;&lt;img width="430" height="150" src="http://www.labriguemontagne.nl/_Media/tycha-en-shen-rennen_med.jpeg" alt="Foto's Tycha en Shendor april 2010" /&gt;&lt;/a&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div style=""&gt;
			&lt;div class="figure-content caption"&gt;&lt;p&gt;Foto's april 2010&lt;/p&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt; 
	&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;a href="http://www.labriguemontagne.nl/shendorbretagne/index.html" class="imageLink"&gt;&lt;img width="430" height="150" src="http://www.labriguemontagne.nl/_Media/shendor-bretagne_med.jpeg" alt="Foto's van Shendor in Bretagne " /&gt;&lt;/a&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div style=""&gt;
			&lt;div class="figure-content caption"&gt;&lt;p&gt;Shendor in Bretagne&lt;/p&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt; 
	&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;a href="http://www.labriguemontagne.nl/shendor1/index.html" class="imageLink"&gt;&lt;img width="430" height="150" src="http://www.labriguemontagne.nl/_Media/shendor-bank_med.jpeg" alt="Foto's van Tycha en Shendor" /&gt;&lt;/a&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div style=""&gt;
			&lt;div class="figure-content caption"&gt;&lt;p&gt;Shendor en Tycha&lt;/p&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt; 
	&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;a href="http://www.labriguemontagne.nl/shendor/index.html" class="imageLink"&gt;&lt;img width="430" height="150" src="http://www.labriguemontagne.nl/_Media/shendor-zwitserland_med.jpeg" alt="Diverse foto's van Shendor" /&gt;&lt;/a&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div style=""&gt;
			&lt;div class="figure-content caption"&gt;&lt;p&gt;Diverse foto's van Shendor&lt;/p&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt; 
	&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;a href="http://www.labriguemontagne.nl/tychanieuw/index.html" class="imageLink"&gt;&lt;img width="430" height="150" src="http://www.labriguemontagne.nl/_Media/tycha-ogen_med.jpeg" alt="Diverse foto's van Tycha" /&gt;&lt;/a&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div style=""&gt;
			&lt;div class="figure-content caption"&gt;&lt;p&gt;Diverse foto's van Tycha&lt;/p&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt; 
	&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;a href="http://www.labriguemontagne.nl/tychanieuwveen/index.html" class="imageLink"&gt;&lt;img width="430" height="150" src="http://www.labriguemontagne.nl/_Media/tycha-nieuwveen_med.jpeg" alt="Foto's van pakwerk van Tycha" /&gt;&lt;/a&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div style=""&gt;
			&lt;div class="figure-content caption"&gt;&lt;p&gt;Tycha tijdens pakwerkersdag in Nieuwveen&lt;/p&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt; 
	&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;a href="http://www.labriguemontagne.nl/wandelen/index.html" class="imageLink"&gt;&lt;img width="430" height="150" src="http://www.labriguemontagne.nl/_Media/sept-08_med.jpeg" alt="Foto's van Tycha en Shendor in september 2008" /&gt;&lt;/a&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div style=""&gt;
			&lt;div class="figure-content caption"&gt;&lt;p&gt;Wandelen september 2008&lt;/p&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt; 
	&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;a href="http://www.labriguemontagne.nl/werkhonden/index.html" class="imageLink"&gt;&lt;img width="430" height="150" src="http://www.labriguemontagne.nl/_Media/tycha-bank_med.jpeg" alt="Foto's van Tycha en Shendor" /&gt;&lt;/a&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div style=""&gt;
			&lt;div class="figure-content caption"&gt;&lt;p&gt;Lekker slapen op de bank&lt;/p&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
		&lt;div class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ImageElement --&gt;&lt;img width="430" height="215" src="http://www.labriguemontagne.nl/_Media/banner-tycha-en-shendor.jpeg" alt="Banner van Tycha en Shendor" /&gt;&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
	&lt;div class="not-first-item wide center"&gt;
		&lt;div style="" class="graphic"&gt;
			&lt;div class="figure-content HTMLElement"&gt;
				&lt;!-- AddThis Button BEGIN --&gt;
&lt;div class="addthis_toolbox addthis_default_style "&gt;
&lt;a class="addthis_button_preferred_1"&gt;&lt;/a&gt;
&lt;a class="addthis_button_preferred_2"&gt;&lt;/a&gt;
&lt;a class="addthis_button_preferred_3"&gt;&lt;/a&gt;
&lt;a class="addthis_button_preferred_4"&gt;&lt;/a&gt;
&lt;a class="addthis_button_compact"&gt;&lt;/a&gt;
&lt;a class="addthis_counter addthis_bubble_style"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4e1c345f5f4b8c56"&gt;&lt;/script&gt;
&lt;!-- AddThis Button END --&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
			</description>
			<pubDate>Sun, 25 Dec 2011 09:32:33 +0100</pubDate>
			<guid>http://www.labriguemontagne.nl/fotos/</guid>
            
			<category>foto's</category><category>tycha</category><category>shendor</category><category>mechelse herder</category><category>herder</category>
		</item>
		<item>
			<title>Shendor</title>
			<link>http://www.labriguemontagne.nl/shendor/</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;span style="font-family: 'Trebuchet MS';"&gt;Shendor is een kruising reu geboren in 2001. Met hem heb ik GG getraind, reddingshond en IPO en een blauwe maandag behendigheid. Alhoewel het in de IPO erg leuk ging met hem ben ik nooit voor een examen of keuring geweest. Shendor weigert namelijk te apporteren en in de tijd dat ik met hem trainde heb ik niet de juiste begeleiding gehad om hem wel aan het apporteren te krijgen.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Sun, 25 Dec 2011 09:32:12 +0100</pubDate>
			<guid>http://www.labriguemontagne.nl/shendor/</guid>
            
			<category>Shendor</category><category>herder</category><category>politiehond</category><category>IPO</category>
		</item>
		<item>
			<title>Tycha</title>
			<link>http://www.labriguemontagne.nl/tycha.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;span style="font-family: 'Trebuchet MS';"&gt;Tycha heet eigenlijk voluit Sculpadog Tycha. Ze is geboren op 30 april 2003 een echt koninginne hondje dus.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'Trebuchet MS';"&gt;Op 19 mei 2007 heeft ze haar PH1 certificaat gehaald. Niet heel veel punten over, maar het verlies van de punten was te herleiden. Zo waren we alle punten bij het schijnstellen kwijt, wat achteraf gewoon echt een trainingsfout was. …&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Sun, 25 Dec 2011 09:32:01 +0100</pubDate>
			<guid>http://www.labriguemontagne.nl/tycha.html</guid>
            
			<category>Sculpadog</category><category>Tycha</category><category>mechelse herder</category><category>zoekhonden</category><category>politiehond</category><category>knpv</category>
		</item>
 	</channel>
</rss>

