<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Land O Lakes</title>
	<atom:link href="http://www.travellandolakes.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.travellandolakes.com</link>
	<description>&#34;Your world awaits in the Land O&#039;Lakes. 5000 lakes, 5000 adventures.&#34;</description>
	<lastBuildDate>Thu, 03 May 2012 12:56:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>copy right and such</title>
		<link>http://www.travellandolakes.com/copy-right-and-such/</link>
		<comments>http://www.travellandolakes.com/copy-right-and-such/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 20:13:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[footer-1]]></category>

		<guid isPermaLink="false">http://www.travellandolakes.com/?p=1089</guid>
		<description><![CDATA[Design by: tellingted]]></description>
			<content:encoded><![CDATA[<ul>
<li></li>
<li><img class="alignnone  wp-image-7" title="logo-small" src="http://www.travellandolakes.com/wp-content/uploads/2011/11/logo-small.png" alt="" width="90" height="91" /></li>
<li>Design by:</li>
<li><a href="http://tellingted.com/">tellingted</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.travellandolakes.com/copy-right-and-such/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>keep in touch</title>
		<link>http://www.travellandolakes.com/keep-in-touch/</link>
		<comments>http://www.travellandolakes.com/keep-in-touch/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 19:41:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[footer-1]]></category>

		<guid isPermaLink="false">http://www.travellandolakes.com/?p=1084</guid>
		<description><![CDATA[keep in touch facebook twitter youtube]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<h2>keep in touch</h2>
</li>
<li><a href="http://www.facebook.com/DiscoverLOL" target="_blank">facebook</a></li>
<li><a href="https://twitter.com/#!/DiscoverLOL" target="_blank">twitter</a></li>
<li><a href="http://www.youtube.com/user/travellandolakes" target="_blank">youtube</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.travellandolakes.com/keep-in-touch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Newspaper/Photo/Signs/Internet/Video</title>
		<link>http://www.travellandolakes.com/newspaper-and-internet/</link>
		<comments>http://www.travellandolakes.com/newspaper-and-internet/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 14:18:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[local-service-4]]></category>

		<guid isPermaLink="false">http://www.travellandolakes.com/?p=879</guid>
		<description><![CDATA[<p>&#160; 45 Degrees Latitude Video Cloyne ON K0H 1K0 Phone:613-336-3211 www.45degreeslatitude.com Actinolite Graphics Hwy # 37 Actinolite, ON K0K 3J0 Phone:613-478-3393 &#8230; &#8230; AdGraphics 332 Victoria St. N Tweed, ON K0K 3J0 Phone:613-478-3897 www.adgraphics.ca Burke Printing 457 Advance Ave. Napanee, ON K7R 3Z5 Phone:613-354-4900 www.burkeprinting.ca Deacon &#38; Associates Photography 17276 Hwy # 41 Cloyne, ON [...]]]></description>
			<content:encoded><![CDATA[<p><p><div class="nivoSlider" id="slider" style="height:300px; width:620px;">

		<img src="http://www.travellandolakes.com/wp-content/gallery/news-print/newspaper.png" alt="newspaper"></div>

		<script type="text/javascript">

		/* <![CDATA[ */

			jQuery(document).ready(function($){

				$(".nivoSlider br").each(function(){ // strip BR elements created by WordPress

					$(this).remove();

				});

				$(".nivoSlider").nivoSlider({

					effect:"slideInRight", //Specify sets like: "random,fold,fade,sliceDown"

					// All effects:

					// sliceDown, sliceDownLeft, sliceUp, sliceUpLeft, sliceUpDown

					// sliceUpDownLeft, fold, fade, random, slideInRight,

					// slideInLeft, boxRandom, boxRain, boxRainReverse, boxRainGrow

					// boxRainGrowReverse

					animSpeed:500, //Slide transition speed

					pauseTime:500000,

					startSlide:0, //Set starting Slide (0 index)

					directionNav:true, //Next & Prev

					directionNavHide:true, //Only show on hover

					controlNav:true, //1,2,3...

					controlNavThumbs:false, //Use thumbnails for Control Nav

					controlNavThumbsFromRel:false, //Use image rel for thumbs

					controlNavThumbsSearch: ".jpg", //Replace this with...

					controlNavThumbsReplace: "_thumb.jpg", //...this in thumb Image src

					keyboardNav:true, //Use left & right arrows

					pauseOnHover:true, //Stop animation while hovering

					manualAdvance:false, //Force manual transitions

					captionOpacity:0.8, //Universal caption opacity

					beforeChange: function(){},

					afterChange: function(){},

					slideshowEnd: function(){} //Triggers after all slides have been shown

				});

			});

		/* ]]&gt; */

		</script></p>
<p>&nbsp;</p>
<div id="plisting">
<div id="slist">
<ul>
<li>
<h2>45 Degrees Latitude Video</h2>
</li>
<li>Cloyne</li>
<li>ON</li>
<li>K0H 1K0</li>
<li>Phone:613-336-3211</li>
<li><a href="http://www.45degreeslatitude.com/html/" target="_blank">www.45degreeslatitude.com</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Actinolite Graphics</h2>
</li>
<li>Hwy # 37</li>
<li>Actinolite, ON</li>
<li>K0K 3J0</li>
<li>Phone:613-478-3393</li>
<li>
<div class="white">&#8230;</div>
</li>
<li>
<div class="white">&#8230;</div>
</li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>AdGraphics</h2>
</li>
<li>332 Victoria St. N</li>
<li>Tweed, ON</li>
<li>K0K 3J0</li>
<li>Phone:613-478-3897</li>
<li><a href="http://www.adgraphics.ca/" target="_blank">www.adgraphics.ca</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Burke Printing</h2>
</li>
<li>457 Advance Ave.</li>
<li>Napanee, ON</li>
<li>K7R 3Z5</li>
<li>Phone:613-354-4900</li>
<li><a href="http://www.burkeprinting.ca/" target="_blank">www.burkeprinting.ca</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Deacon &amp; Associates Photography</h2>
</li>
<li>17276 Hwy # 41</li>
<li>Cloyne, ON</li>
<li>K0H 1K0</li>
<li>Phone:613-336-8482</li>
<li><a href="http://www.deacon.ca/" target="_blank">www.deacon.ca</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Engine Communications</h2>
</li>
<li>220 Station St.</li>
<li>Belleville, ON</li>
<li>K8N 2T3</li>
<li>Phone:613-771-0090</li>
<li><a href="http://www.enginecommunications.com/" target="_blank">www.enginecommunications.com</a></li>
<li>
<div class="white">&#8230;</div>
</li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Frontenac News</h2>
</li>
<li>1095 Garrett St.</li>
<li>Sharbot Lake, ON</li>
<li>K0H 2P0</li>
<li>Phone:613-279-3150</li>
<li><a href="http://www.frontenacnews.ca/" target="_blank">www.frontenacnews.ca</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>T. R. MacMunn &amp; Sons Signs</h2>
</li>
<li>1905 Price Road</li>
<li>Mountain Grove, ON</li>
<li>K0H 2E0</li>
<li>Phone:613-279-1230</li>
<li><a href="http://www.trmacsigns.com/" target="_blank">www.trmacsigns.com</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Tellingted Communications</h2>
</li>
<li>Kingston</li>
<li>ON</li>
<li>Canada</li>
<li>Phone:613-453-7295</li>
<li><a href="http://tellingted.com/" target="_blank">www.tellingted.com</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>The Napanee Beaver</h2>
</li>
<li>72 Dundas East</li>
<li>Napanee, ON</li>
<li>K7R 1J1</li>
<li>Phone:613-354-6641</li>
<li><a href="http://www.napaneebeaver.com/" target="_blank">www.napaneebeaver.com</a></li>
<li>
<div class="white">&#8230;</div>
</li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Tweed News Pub. Co. Ltd.</h2>
</li>
<li>242 Victoria St.</li>
<li>Tweed, ON</li>
<li>K0K 3J0</li>
<li>Phone:613-478-2017</li>
<li><a href="http://www.thetweednews.ca/" target="_blank">www.thetweednews.ca</a></li>
</ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.travellandolakes.com/newspaper-and-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real Estate and Property Services</title>
		<link>http://www.travellandolakes.com/real-estate/</link>
		<comments>http://www.travellandolakes.com/real-estate/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 14:13:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[local-service-4]]></category>

		<guid isPermaLink="false">http://www.travellandolakes.com/?p=874</guid>
		<description><![CDATA[<p>Chris Winney – Royal Lepage ProAlliance Realty 12309 Hwy # 41 SNorthbrook, ON K0H 2G0 Phone: 1.866.969.0998 www.landolakesproperty.com Lake District Realty 14216 Hwy 38 Sharbot Lake, ON K0H 2P0 Phone: 1.866.279.2109 www.lakedistrictrealty.com Atkinson Home Building Centre 5276 Hinchinbrooke Rd Hartington, ON K0H 1W0 Phone: 1.613.372.2838 www.homehardwarekingston.ca Barrington Insurance Brokers Ltd. 14 Bosley Road Northbrook, ON [...]]]></description>
			<content:encoded><![CDATA[<p><p><div class="nivoSlider" id="slider" style="height:300px; width:620px;">

		<img src="http://www.travellandolakes.com/wp-content/gallery/real-estate/remax-chris.jpg" alt="remax-chris"><img src="http://www.travellandolakes.com/wp-content/gallery/real-estate/lakedistrict-banner.jpg" alt="lakedistrict-banner"></div>

		<script type="text/javascript">

		/* <![CDATA[ */

			jQuery(document).ready(function($){

				$(".nivoSlider br").each(function(){ // strip BR elements created by WordPress

					$(this).remove();

				});

				$(".nivoSlider").nivoSlider({

					effect:"slideInRight", //Specify sets like: "random,fold,fade,sliceDown"

					// All effects:

					// sliceDown, sliceDownLeft, sliceUp, sliceUpLeft, sliceUpDown

					// sliceUpDownLeft, fold, fade, random, slideInRight,

					// slideInLeft, boxRandom, boxRain, boxRainReverse, boxRainGrow

					// boxRainGrowReverse

					animSpeed:500, //Slide transition speed

					pauseTime:7000,

					startSlide:0, //Set starting Slide (0 index)

					directionNav:true, //Next & Prev

					directionNavHide:true, //Only show on hover

					controlNav:true, //1,2,3...

					controlNavThumbs:false, //Use thumbnails for Control Nav

					controlNavThumbsFromRel:false, //Use image rel for thumbs

					controlNavThumbsSearch: ".jpg", //Replace this with...

					controlNavThumbsReplace: "_thumb.jpg", //...this in thumb Image src

					keyboardNav:true, //Use left & right arrows

					pauseOnHover:true, //Stop animation while hovering

					manualAdvance:false, //Force manual transitions

					captionOpacity:0.8, //Universal caption opacity

					beforeChange: function(){},

					afterChange: function(){},

					slideshowEnd: function(){} //Triggers after all slides have been shown

				});

			});

		/* ]]&gt; */

		</script></p>
<div id="plisting">
<div id="plist">
<ul>
<li><img class="alignnone size-full wp-image-1314" title="remax-logo" src="http://www.travellandolakes.com/wp-content/uploads/2012/01/remax-logo.jpg" alt="" width="220" height="117" /></li>
</ul>
</div>
<div id="plist">
<ul>
<li>
<h2>Chris Winney – Royal Lepage ProAlliance Realty</h2>
</li>
<li>12309 Hwy # 41</li>
<li>SNorthbrook, ON</li>
<li>K0H 2G0</li>
<li>Phone: 1.866.969.0998</li>
<li><a href="http://www.landolakesproperty.com/" target="_blank">www.landolakesproperty.com</a></li>
</ul>
</div>
<div id="plist">
<ul>
<li><img class="wp-image-1525 alignnone" title="ldr-logo2" src="http://www.travellandolakes.com/wp-content/uploads/2012/01/ldr-logo2.jpg" alt="" width="144" height="114" /></li>
</ul>
</div>
<div id="plist">
<ul>
<li>
<h2>Lake District Realty</h2>
</li>
<li>14216 Hwy 38</li>
<li>Sharbot Lake, ON</li>
<li>K0H 2P0</li>
<li>Phone: 1.866.279.2109</li>
<li><a href="http://www.lakedistrictrealty.com/" target="_blank">www.lakedistrictrealty.com</a></li>
</ul>
</div>
</div>
<div id="plisting">
<div id="slist">
<ul>
<li>
<h2>Atkinson Home Building Centre</h2>
</li>
<li>5276 Hinchinbrooke Rd</li>
<li>Hartington, ON</li>
<li>K0H 1W0</li>
<li>Phone: 1.613.372.2838</li>
<li><a href="http://www.homehardwarekingston.ca/">www.homehardwarekingston.ca</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Barrington Insurance Brokers Ltd.</h2>
</li>
<li>14 Bosley Road</li>
<li>Northbrook, ON</li>
<li>K0H 2G0</li>
<li>Phone: 1.613.336.8333</li>
<li>
<div class="white">&#8230;</div>
</li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Bowes &amp; Cocks Ltd. Realtor</h2>
</li>
<li>Hwy # 38</li>
<li>Harrowsmith, ON</li>
<li>K0H 1V0</li>
<li>Phone: 1.613.372.1394</li>
<li><a href="http://www.bowesandcocks.com/harrowsmith/" target="_blank">www.bowesandcocks.com</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Bush Furniture &amp; Appliances</h2>
</li>
<li>235 victoria St.</li>
<li>Tweed, ON</li>
<li>K0K 3J0</li>
<li>Phone: 1.613.478.3246</li>
<li><a href="http://www.ruralroutes.com/4424.html" target="_blank">www.ruralroutes.com/4424.html</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Century 21 Lanthorn Real Estate</h2>
</li>
<li>Tamworth</li>
<li>ON</li>
<li>K0K 3G0</li>
<li>Phone: 1.613.379.2903</li>
<li><a href="http://www.storringrealestate.on.ca/" target="_blank">www.storringrealestate.on.ca</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Chris Winney &#8211; Royal Lepage ProAlliance Realty</h2>
</li>
<li>12309 Hwy # 41</li>
<li>Northbrook, ON</li>
<li>K0H 2G0</li>
<li>Phone: 1.866.969.0998</li>
<li><a href="http://www.landolakesproperty.com/" target="_blank">www.landolakesproperty.com</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Cloyne Home Hardware</h2>
</li>
<li>Hwy # 41</li>
<li>Cloyne, ON</li>
<li>K0H 1K0</li>
<li>Phone: 1.613.336.8836</li>
<li><a href="http://www.cloynehomehardware.ca/" target="_blank">www.cloynehomehardware.ca</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Crain&#8217;s Construction</h2>
</li>
<li>Maberly</li>
<li>ON</li>
<li>K0H 2B0</li>
<li>Phone: 1.613.268.2308</li>
<li><a href="http://www.crainsconstruction.com/" target="_blank">www.crainsconstruction.com</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Desert Lake Gardens</h2>
</li>
<li>4400 Mill St.</li>
<li>Sydenham, ON</li>
<li>K0H 2T0</li>
<li>Phone:1. 613.376.1533</li>
<li><a href="http://www.desertlakegardens.com/" target="_blank">www.desertlakegardens.com</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Discovery Dream Homes</h2>
</li>
<li>2910 Campbell Road</li>
<li>Harrowsmith, ON</li>
<li>K0H 1V0</li>
<li>Phone: 1.613.539.6175</li>
<li><a href="http://www.discoverydreamhomes.com/" target="_blank">www.discoverydreamhomes.com</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>ECO Alternative Energy</h2>
</li>
<li>24719 Hwy # 7</li>
<li>Sharbot Lake, ON</li>
<li>K0H 2P0</li>
<li>Phone: 1.866.976.3749</li>
<li><a href="http://www.ecoaltenergy.com/" target="_blank">www.ecoaltenergy.com</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Bowes &amp; Cocks Ltd. Realtor</h2>
</li>
<li>Hwy # 38</li>
<li>Harrowsmith, ON</li>
<li>K0H 1V0</li>
<li>Phone: 1.613.372.1394</li>
<li><a href="http://www.bowesandcocks.com/harrowsmith/" target="_blank">www.bowesandcocks.com/harrowsmith</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Fresh Landscape &amp; Garden Solutions</h2>
</li>
<li>254 Palmateer Rd.</li>
<li>Tweed, ON</li>
<li>K0K 3J0</li>
<li>Phone: 1.613.478.4723</li>
<li><a href="http://www.freshlandscape.ca/" target="_blank">www.freshlandscape.ca</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Hartington Equipment</h2>
</li>
<li>5474 Hwy # 38</li>
<li>Hartington, ON</li>
<li>K0H 1W0</li>
<li>Phone: 1.800.561.4724</li>
<li><a href="http://www.hartingtonequipment.com/" target="_blank">www.hartingtonequipment.com</a></li>
<li>
<div class="white">&#8230;</div>
</li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Homes and Land Magazine</h2>
</li>
<li>2121 Fillmore Cres.</li>
<li>Ottawa</li>
<li>ON</li>
<li>Phone: 1.888.747.9969</li>
<li><a href="http://www.homesandland.com/" target="_blank">www.homesandland.com</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Hook&#8217;s RONA</h2>
</li>
<li>13586 Hwy # 41</li>
<li>Cloyne, ON</li>
<li>K0H 1K0</li>
<li>Phone: 1.800.323.4418</li>
<li><a href="http://www.hooksrona.com/" target="_blank">www.hooksrona.com</a></li>
<li>
<div class="white">&#8230;</div>
</li>
<li>
<div class="white">&#8230;</div>
</li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Hopkins, Cormier &amp; Chitty Surveying Consultants</h2>
</li>
<li>636 Norris Court</li>
<li>Kingston, ON</li>
<li>K7M 3V6</li>
<li>Phone: 1.613.384.9266</li>
<li><a href="http://www.hopkinscormier.com/" target="_blank">www.hopkinscormier.com</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>J&amp;J Construction &amp; Design</h2>
</li>
<li>Henderson Rd.</li>
<li>Arden, ON</li>
<li>K0H 1B0</li>
<li>Phone: 1.613.336.0956</li>
<li>
<div class="white">&#8230;</div>
</li>
<li>
<div class="white">&#8230;</div>
</li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Kingston Nurseries</h2>
</li>
<li>4567 Hwy 38</li>
<li>Harrowsmith, ON</li>
<li>K0H 1V0</li>
<li>Phone: 1.613.372.5000</li>
<li><a href="http://www.kingstonnurseries.com/" target="_blank">www.kingstonnurseries.com</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Lake District Realty</h2>
</li>
<li>14216 Hwy 38</li>
<li>Sharbot Lake, ON</li>
<li>K0H 2P0</li>
<li>Phone: 1.866-279-2109</li>
<li><a href="http://www.lakedistrictrealty.com/" target="_blank">www.lakedistrictrealty.com</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Lookout Home Hardware Building Centre</h2>
</li>
<li>Hwy 509 &amp; Mountain Rd.</li>
<li>Plevna, ON</li>
<li>K0H 2M0</li>
<li>Phone: 1.613.479.5579</li>
<li><a href="http://www.mazinaw.on.ca/lookout/" target="_blank">www.mazinaw.on.ca/lookout</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Napanee RONA</h2>
</li>
<li>364 Centre St. North</li>
<li>Napanee, ON</li>
<li>K7R 3P6</li>
<li>Phone: 1.613.354.4551</li>
<li><a href="http://www.rona.ca/" target="_blank">www.rona.ca</a></li>
<li>
<div class="white">&#8230;</div>
</li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Rashotte Home Hardware</h2>
</li>
<li>36 Metcalfe St.</li>
<li>Tweed, ON</li>
<li>K0K 3J0</li>
<li>Phone: 1.613.478.2539</li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Re/Max Country Classics Ltd. Brokerage</h2>
</li>
<li>12245 Hwy # 41</li>
<li>Northbrook, ON</li>
<li>K0H 2G0</li>
<li>Phone: 1.613.336.3000</li>
<li><a href="http://www.youronlineagents.com/suzanneregan/home.php" target="_blank">www.youronlineagents.com</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Rivet Insurance</h2>
</li>
<li>229 Main St.</li>
<li>Sturgeon Falls, ON</li>
<li>P2B 1P5</li>
<li>Phone: 1.800.478.3630</li>
<li><a href="http://www.rivet-insurance.com/" target="_blank">www.rivet-insurance.com</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Ronfeld Electric</h2>
</li>
<li>Hwy # 41</li>
<li>Northbrook, ON</li>
<li>K0H 2G0</li>
<li>Phone: 1.613.336.2944</li>
<li>
<div class="white">&#8230;</div>
</li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Royal Le Page Gale R. E. Brokerage</h2>
</li>
<li>911 Bellamy Mills Rd.</li>
<li>Almonte, ON</li>
<li>K0A 1A0</li>
<li>Phone: 1.613.256.1860</li>
<li>jjohnston@royallepage.ca</li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Royal LePage Pro Alliance</h2>
</li>
<li>640 Cataraqui Wood Drive</li>
<li>Kingston, ON</li>
<li>K7P 2N3</li>
<li><a href="http://www.kingston-realestate.info/" target="_blank">www.kingston-realestate.info</a></li>
<li>
<div class="white">&#8230;</div>
</li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Seeds &amp; Company</h2>
</li>
<li>1110 Elizabeth St.</li>
<li>Sharbot Lake, ON</li>
<li>K0H 2P0</li>
<li>Phone: 1.613.279.2625</li>
<li><a href="http://www.seedsco.com/" target="_blank">www.seedsco.com</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Sharbot Lake Home Building Centre</h2>
</li>
<li>Hwy # 38</li>
<li>Sharbot Lake, ON</li>
<li>K0H 2P0</li>
<li>Phone: 1.613.27.-2947</li>
<li>
<div class="white">&#8230;</div>
</li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Sheldon&#8217;s Property Maintenance</h2>
</li>
<li>829 Norwest Rd.</li>
<li>Kingston, ON</li>
<li>K7P 2N3</li>
<li>Phone: 1.613.549.8033</li>
<li><a href="http://www.downunderirrigation.ca/" target="_blank">www.downunderirrigation.ca</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Smitty&#8217;s Appliances</h2>
</li>
<li>Corbyville</li>
<li>ON</li>
<li>Canada</li>
<li>Phone: 1.613.969.0287</li>
<li>
<div class="white">&#8230;</div>
</li>
<li>
<div class="white">&#8230;</div>
</li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Stephen G. Duggan, Barrister &amp; Solicitor</h2>
</li>
<li>Hwy # 7 &amp; 38</li>
<li>Sharbot Lake, ON</li>
<li>K0H 2P0</li>
<li>Phone: 1.613.279.5297</li>
<li>beachlaw@frontenac.net</li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Tarasick Carpentry</h2>
</li>
<li>Hwy # 38</li>
<li>Parham, ON K0H 2K0</li>
<li>K0H 2K0</li>
<li>Phone: 1.613.375.6705</li>
</ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.travellandolakes.com/real-estate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Medical Centre &amp; Clinic</title>
		<link>http://www.travellandolakes.com/medical-centre-clinic/</link>
		<comments>http://www.travellandolakes.com/medical-centre-clinic/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 14:11:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[local-service-4]]></category>

		<guid isPermaLink="false">http://www.travellandolakes.com/?p=871</guid>
		<description><![CDATA[<p>Chiropractic Life Centre 3161 Rutledge Road Sydenham, ON K0H 2T0 Phone:613-376-3439 www.chiroforlife.com Dr. Paul Radford Optometrist 2825 Rutledge Sydenham, ON K0H 2T0 Phone:613-376-3097 &#8230; Lakelands Family Health Team Hwy # 41 Northbrook, ON K0H 2G0 Phone:613-336-8888]]></description>
			<content:encoded><![CDATA[<p><p><div class="nivoSlider" id="slider" style="height:300px; width:620px;">

		<img src="http://www.travellandolakes.com/wp-content/gallery/medical/medical.png" alt="medical"></div>

		<script type="text/javascript">

		/* <![CDATA[ */

			jQuery(document).ready(function($){

				$(".nivoSlider br").each(function(){ // strip BR elements created by WordPress

					$(this).remove();

				});

				$(".nivoSlider").nivoSlider({

					effect:"slideInRight", //Specify sets like: "random,fold,fade,sliceDown"

					// All effects:

					// sliceDown, sliceDownLeft, sliceUp, sliceUpLeft, sliceUpDown

					// sliceUpDownLeft, fold, fade, random, slideInRight,

					// slideInLeft, boxRandom, boxRain, boxRainReverse, boxRainGrow

					// boxRainGrowReverse

					animSpeed:500, //Slide transition speed

					pauseTime:500000,

					startSlide:0, //Set starting Slide (0 index)

					directionNav:true, //Next & Prev

					directionNavHide:true, //Only show on hover

					controlNav:true, //1,2,3...

					controlNavThumbs:false, //Use thumbnails for Control Nav

					controlNavThumbsFromRel:false, //Use image rel for thumbs

					controlNavThumbsSearch: ".jpg", //Replace this with...

					controlNavThumbsReplace: "_thumb.jpg", //...this in thumb Image src

					keyboardNav:true, //Use left & right arrows

					pauseOnHover:true, //Stop animation while hovering

					manualAdvance:false, //Force manual transitions

					captionOpacity:0.8, //Universal caption opacity

					beforeChange: function(){},

					afterChange: function(){},

					slideshowEnd: function(){} //Triggers after all slides have been shown

				});

			});

		/* ]]&gt; */

		</script></p>
<div id="plisting">
<div id="slist">
<ul>
<li>
<h2>Chiropractic Life Centre</h2>
</li>
<li>3161 Rutledge Road</li>
<li>Sydenham,</li>
<li>ON K0H 2T0</li>
<li>Phone:613-376-3439</li>
<li><a href="http://www.chiroforlife.com" target="_blank">www.chiroforlife.com</a></li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Dr. Paul Radford Optometrist</h2>
</li>
<li>2825 Rutledge</li>
<li>Sydenham, ON</li>
<li>K0H 2T0</li>
<li>Phone:613-376-3097</li>
<li>
<div class="white">&#8230;</div>
</li>
</ul>
</div>
<div id="slist">
<ul>
<li>
<h2>Lakelands Family Health Team</h2>
</li>
<li>Hwy # 41</li>
<li>Northbrook, ON</li>
<li>K0H 2G0</li>
<li>Phone:613-336-8888</li>
</ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.travellandolakes.com/medical-centre-clinic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Route H:  Buckshot Lake</title>
		<link>http://www.travellandolakes.com/bike-info/</link>
		<comments>http://www.travellandolakes.com/bike-info/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 21:00:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bike-map]]></category>

		<guid isPermaLink="false">http://www.travellandolakes.com/?p=861</guid>
		<description><![CDATA[This is the most challenging of our routes. Taking you through the ups and downs of the Canadian Shield, this route travels through the famous Bon Echo Provincial Park. Beauty surrounds you while you meander for kilometer after kilometer past wetlands, lakes, and rugged wilderness. Tell your friends about stops along the way like Cloyne, [...]]]></description>
			<content:encoded><![CDATA[<p>This is the most challenging of our routes. Taking you through the ups and downs of the Canadian Shield, this route travels through the famous Bon Echo Provincial Park.  Beauty surrounds you while you meander for kilometer after kilometer past wetlands, lakes, and rugged wilderness.  Tell your friends about stops along the way like Cloyne, Vennacher Junction, Myers Cave and Plevna.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.travellandolakes.com/bike-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook</title>
		<link>http://www.travellandolakes.com/facebook/</link>
		<comments>http://www.travellandolakes.com/facebook/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 16:29:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://www.travellandolakes.com/?p=611</guid>
		<description><![CDATA[Dive into our NEW Adventure Guide Explore Canada’s Land O’Lakes Adventures within Destinations &#38; More Explore our NEW Interactive Adventure Map ATV Trails Paddle Routes Hiking Camping / Cottaging Services &#38; Mores]]></description>
			<content:encoded><![CDATA[<h1>Dive into our NEW<br />
<span>Adventure Guide</span></h1>
<ul>
<li><a href="http://www.travellandolakes.com/" target="_blank">Explore Canada’s Land O’Lakes</a></li>
<li><a href="http://www.travellandolakes.com/adventure/" target="_blank">Adventures within</a></li>
<li><a href="http://www.travellandolakes.com/local-services-2/" target="_blank">Destinations &amp; More</a></li>
</ul>
<h1>Explore our NEW Interactive<br />
<span>Adventure Map</span></h1>
<ul>
<li><a href="http://www.travellandolakes.com/trails/" target="_blank">ATV Trails</a></li>
<li><a href="http://www.travellandolakes.com/?page_id=100" target="_blank">Paddle Routes</a></li>
<li><a href="http://www.travellandolakes.com/trails/" target="_blank">Hiking</a></li>
<li><a href="http://www.travellandolakes.com/accommidations-restaurants/" target="_blank">Camping / Cottaging</a></li>
<li><a href="http://www.travellandolakes.com/?page_id=130" target="_blank">Services &amp; Mores</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.travellandolakes.com/facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TOWNSHIPS THROUGHOUT LAND O’LAKES</title>
		<link>http://www.travellandolakes.com/townships-throughout-land-o%e2%80%99lakes/</link>
		<comments>http://www.travellandolakes.com/townships-throughout-land-o%e2%80%99lakes/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 14:58:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.travellandolakes.com/?p=402</guid>
		<description><![CDATA[Welcome to the Land O’Lakes Township page! Explore the 9 Townships below where you will find different adventures throughout. Please visit the Township’s websites for more information.]]></description>
			<content:encoded><![CDATA[<p>Welcome to the Land O’Lakes Township page! Explore the 9 Townships below where you will find different adventures throughout. Please visit the Township’s websites for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.travellandolakes.com/townships-throughout-land-o%e2%80%99lakes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Featured Content</title>
		<link>http://www.travellandolakes.com/navigation/</link>
		<comments>http://www.travellandolakes.com/navigation/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 21:33:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[footer-1]]></category>

		<guid isPermaLink="false">http://www.travellandolakes.com/?p=394</guid>
		<description><![CDATA[Featured Content travel adventures Interactive map Adventure Guide Adventure Videos]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<h2>Featured Content</h2>
</li>
<li><a href="http://www.travellandolakes.com/adventure/">travel adventures</a></li>
<li><a href="http://www.travellandolakes.com/main-map/">Interactive map</a></li>
<li><a href="http://www.travellandolakes.com/wp-content/themes/Accessibility/pdf/LOL-AG-2012.pdf" target="_blank">Adventure Guide</a></li>
<li><a href="http://www.travellandolakes.com/adventure-videos/">Adventure Videos</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.travellandolakes.com/navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact Us</title>
		<link>http://www.travellandolakes.com/important-links/</link>
		<comments>http://www.travellandolakes.com/important-links/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 21:28:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[footer-1]]></category>

		<guid isPermaLink="false">http://www.travellandolakes.com/?p=392</guid>
		<description><![CDATA[Contact Us 1.800.840.4445 info@lol.on.ca 113047 Highway #7 Kaladar, Ontario Canada K0H 1Z0]]></description>
			<content:encoded><![CDATA[<h2> Contact Us </h2>
<ul>
<li>1.800.840.4445</li>
<li>info@lol.on.ca</li>
<li>113047 Highway #7</li>
<li>Kaladar, Ontario</li>
<li>Canada K0H 1Z0</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.travellandolakes.com/important-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

