<?xml version="1.0" encoding="iso-8859-1" ?> 
<rss version="2.0">
<channel>


<title>Buekorpsene.com RSS</title>
<link>http://buekorpsene.com/index-old.php</link>
<description>Nyheter fra buekorpsene.com</description>
<image>
	<title>buekorpsene.com</title>
	<url>http://buekorpsene.com/images/buekorpsenecom-logo.png</url>
	<link>http://buekorpsene.com</link>
</image> 

<language>no-nor</language>
<generator>CuteNews.RU 2.5.4</generator>

<item>
    <title><![CDATA[Sydnæs Bataljons stiftelsesdag og valg]]></title>
    <link>http://buekorpsene.com/index-old.php/2009/06/14/sydnaes-bataljon-feiret.html</link>
    <description><![CDATA[Sydnæsguttene hadde valg etter sin feiring av 146ende stiftelsesdag, og siste dag på linje i går. <strong>Oppdatert med bilder</strong>]]></description>
    <category><![CDATA[<a href="http://buekorpsene.com/index-old.php/category/nyheter">Nyheter</a>, <a href="http://buekorpsene.com/index-old.php/category/nyheter/sydnaes">Sydnæs</a>]]></category>
    <pubDate>Sun, 14 Jun 2009 17:07:59 +0200</pubDate>
  </item><item>
<author><![CDATA[Sydnæsgutt]]></author>
<link>http://buekorpsene.com/index-old.php/2009/06/14/sydnaes-bataljon-feiret.html#comment1</link>
<description><![CDATA[Adjutant (valgt av Sjefen): Sebastian Jetmundsen]]></description>
<pubDate>Mon, 15 Jun 2009 18:39:11 +0200</pubDate>
</item><item>
<author><![CDATA[En annen Sydnæsgutt]]></author>
<link>http://buekorpsene.com/index-old.php/2009/06/14/sydnaes-bataljon-feiret.html#comment2</link>
<description><![CDATA[kor tid kommer bildne]]></description>
<pubDate>Fri, 19 Jun 2009 00:27:30 +0200</pubDate>
</item><item>
<author><![CDATA[jkl]]></author>
<link>http://buekorpsene.com/index-old.php/2009/06/14/sydnaes-bataljon-feiret.html#comment3</link>
<description><![CDATA[Kor e bildenene§]]></description>
<pubDate>Mon, 22 Jun 2009 15:39:17 +0200</pubDate>
</item><item>
<author><![CDATA[Smørhild]]></author>
<link>http://buekorpsene.com/index-old.php/2009/06/14/sydnaes-bataljon-feiret.html#comment4</link>
<description><![CDATA[Er et bilde på toppen av artikkelen.]]></description>
<pubDate>Mon, 22 Jun 2009 17:36:13 +0200</pubDate>
</item><item>
<author><![CDATA[jkl]]></author>
<link>http://buekorpsene.com/index-old.php/2009/06/14/sydnaes-bataljon-feiret.html#comment5</link>
<description><![CDATA[Morsom du smørhild..... (not)]]></description>
<pubDate>Tue, 23 Jun 2009 14:25:53 +0200</pubDate>
</item><item>
<author><![CDATA[<a href="mailto:torstein at buekorpsene dot com">Torstein Thune</a>]]></author>
<link>http://buekorpsene.com/index-old.php/2009/06/14/sydnaes-bataljon-feiret.html#comment6</link>
<description><![CDATA[Bildene blir dessverre forsinket siden jeg er på tur med Nordnæs Bataillon.]]></description>
<pubDate>Sun, 28 Jun 2009 18:34:33 +0200</pubDate>
</item><item>
<author><![CDATA[Sydnæsgutt]]></author>
<link>http://buekorpsene.com/index-old.php/2009/06/14/sydnaes-bataljon-feiret.html#comment7</link>
<description><![CDATA[hvor tid kommer dere hjem fra gøteborg?]]></description>
<pubDate>Sun, 05 Jul 2009 13:12:30 +0200</pubDate>
</item><item>
<author><![CDATA[Hm]]></author>
<link>http://buekorpsene.com/index-old.php/2009/06/14/sydnaes-bataljon-feiret.html#comment8</link>
<description><![CDATA[nå har det gått veldig lang tid med bildene syns jeg..]]></description>
<pubDate>Wed, 15 Jul 2009 09:51:24 +0200</pubDate>
</item><item>
<author><![CDATA[ali mustafa]]></author>
<link>http://buekorpsene.com/index-old.php/2009/06/14/sydnaes-bataljon-feiret.html#comment9</link>
<description><![CDATA[kor e bildene ? <img style="border: 0px; vertical-align: middle;" alt="sad" src="http://buekorpsene.com/backend/data/emoticons/sad.gif" />]]></description>
<pubDate>Fri, 24 Jul 2009 19:14:08 +0200</pubDate>
</item><item>
<author><![CDATA[<a href="mailto:torstein at buekorpsene dot com">Torstein Thune</a>]]></author>
<link>http://buekorpsene.com/index-old.php/2009/06/14/sydnaes-bataljon-feiret.html#comment10</link>
<description><![CDATA[Vi sliter litt med bilder for tiden pga et datahavari (laptopen min taklet ikke sommervarmen).]]></description>
<pubDate>Sun, 26 Jul 2009 15:56:12 +0200</pubDate>
</item>
<script type="text/javascript">
function insertext(open, close, spot){
	msgfield = document.forms['comment'].elements['comments'];

	// IE support
	if (document.selection && document.selection.createRange){
		msgfield.focus();
		sel = document.selection.createRange();
		sel.text = open + sel.text + close;
		msgfield.focus();
	}

	// Moz support
	else if (msgfield.selectionStart || msgfield.selectionStart == '0'){
		var startPos = msgfield.selectionStart;
		var endPos = msgfield.selectionEnd;

		msgfield.value = msgfield.value.substring(0, startPos) + open + msgfield.value.substring(startPos, endPos) + close + msgfield.value.substring(endPos, msgfield.value.length);
		msgfield.selectionStart = msgfield.selectionEnd = endPos + open.length + close.length;
		msgfield.focus();
	}

	// Fallback support for other browsers
	else {
		msgfield.value += open + close;
		msgfield.focus();
	}

	return;
}
</script>

<form name="form" method="post" id="comment" action=""><input type="hidden" name="action" value="addcomment">
<input type="hidden" name="id" value="949">
<input type="hidden" name="ucat" value="24">
</form>
</channel>
</rss>
