<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
  <title>Club K.O. - Ecséd | RSS Feed</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <meta name="verify-v1" content="LRKEoajpPCzT2AJ4L77q/GF2uiF2TR5TfPbVTwCnwdA=" /> 
 <base href="http://www.clubko.hu/"></base>
  <link rel="stylesheet" href="assets/templates/ko/layout.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/ko/modxmenu.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/ko/form.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/ko/modx.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/ko/print.css" type="text/css" media="print" />
  <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.clubko.hu/index.php?id=11" />
  <script src="manager/media/script/mootools/mootools.js" type="text/javascript"></script>
  <script src="assets/templates/ko/drop_down_menu.js" type="text/javascript"></script>
<script type="text/javascript">
function setActiveStyleSheet() {
var el= $('modxhost');
el.style.background = '#ffd700';
el.style.padding = '10px';
el.style.display='block';
var bgEffect = new Fx.Styles('modxhost', {duration: 1000,transition: Fx.Transitions.linear});
bgEffect.start( {'background-color': '#f9f9f9'});
return false;
}

function highlight(el,endcolor,duration) {
$(el).style.background = '#ffd700';
var fx = $(el).effects({duration: 1000, transition: Fx.Transitions.linear});
fx.start.delay(duration/2,fx,{
'background-color': endcolor
});
return false;
}
</script>
<link rel="stylesheet" type="text/css" href="/assets/snippets/jot/templates/jot.css" />
</head>
<body>
<div id="wrapper">
  <div id="minHeight"></div>
  <div id="outer">
  
      <div id="header">
      <h1><a id="logo" href="index.php?id=1" title="Club K.O. - Ecséd">Club K.O. - Ecséd</a></h1>
 <!--     <div id="ajaxmenu">   <ul id="myajaxmenu">
    <li class="category first"><a href="http://www.clubko.hu/" title="Kezdőlap">Kezdőlap</a></li>
<li class="category "><a href="/index.php?id=2" title="Galéria">Galéria</a></li>
<li class="category "><a href="/index.php?id=47" title="A club">A club</a></li>
<li class="category "><a href="/index.php?id=6" title="Elérhetőség">Elérhetőség</a></li>
<li class="category "><a href="/index.php?id=86" title="Letöltés">Letöltés</a></li>
<li class="category last"><a href="/index.php?id=76" title="Vendégkönyv">Vendégkönyv</a></li>

  </ul> </div> -->
      <!-- end topmenu -->
     </div>
    <!-- end header -->
    <br style="clear:both;height:0;font-size: 1px" />
  
    <div id="inner">
      <div id="right">
        
        <div id="sidemenu">
        <ul class="topnav"><li><a href="http://www.clubko.hu/" title="Kezdőlap" >Kezdőlap</a></li>
<li><a href="/index.php?id=2" title="Galéria" >Galéria</a></li>
<li><a href="/index.php?id=47" title="A club" >A club</a></li>
<li><a href="/index.php?id=6" title="Elérhetőség" >Elérhetőség</a></li>
<li><a href="/index.php?id=86" title="Letöltés" >Letöltés</a></li>
<li class="last"><a href="/index.php?id=76" title="Vendégkönyv" >Vendégkönyv</a></li>
</ul>
          <div id="clearall"></div>
        </div>
          
                      
		<div id="right-inner">
        <h1 style="text-indent: -5000px;padding: 0px; margin:0px; font-size: 1px;">Club K.O. - Ecséd</h1>
                 
      <h2>Bejelentkezés:</h2>
    
            <div id="sidebarlogin">      <script type="text/JavaScript">

        function getElementById(id){
            var o, d=document;
            if (d.layers) {o=d.layers[id];if(o) o.style=o};
            if (!o && d.getElementById) o=d.getElementById(id);
            if (!o && d.all) o = d.all[id];
            return o;
        }
    
        function webLoginShowForm(i){
            var a = getElementById('WebLoginLayer0');
            var b = getElementById('WebLoginLayer2');
            if(i==1 && a && b) {
                a.style.display="block";
                b.style.display="none";
                document.forms['loginreminder'].txtpwdrem.value = 0;
            }
            else if(i==2 && a && b) {
                a.style.display="none";
                b.style.display="block";    
                document.forms['loginreminder'].txtpwdrem.value = 1;
            }
        };        
        function webLoginCheckRemember () {
            if(document.loginfrm.rememberme.value==1) {
                document.loginfrm.rememberme.value=0;    
            } else {
                document.loginfrm.rememberme.value=1;
            }
        }
        function webLoginEnter(nextfield,event) {
            if(event && event.keyCode == 13) {
                if(nextfield.name=='cmdweblogin') {
                    document.loginfrm.submit();
                    return false; 
                }
                else {
                    nextfield.focus();
                    return false; 
                }
            } else {
                return true;
            }
        }
    </script>
    <div id='WebLoginLayer0' style='position:relative'> 
<!-- login form section-->
<form method="post" name="loginfrm" action="/index.php?id=11"> 
    <input type="hidden" value="0" name="rememberme" /> 
    <fieldset>
        <h3>Felhasználói adataid:</h3>
        <label for="username">Felhasználónév: <input type="text" name="username" id="username" tabindex="1" onkeypress="return webLoginEnter(document.loginfrm.password);" value="" /></label>
    	<label for="password">Jelszó: <input type="password" name="password" id="password" tabindex="2" onkeypress="return webLoginEnter(document.loginfrm.cmdweblogin);" value="" /></label>
    	<input type="checkbox" id="checkbox_1" name="checkbox_1" tabindex="3" size="1" value=""  onclick="webLoginCheckRemember()" /><label for="checkbox_1" class="checkbox">Emlékezz rám</label>
    	<input type="submit" value="Bejelentkezés" name="cmdweblogin" class="button" /><br/><br/><br/>
	<a href="#" onclick="webLoginShowForm(2);return false;" id="forgotpsswd">Elfelejtetted a jelszavad?</a>
         <br/><a href="http://www.clubko.hu/index.php?id=5">Regisztráció</a>
	</fieldset>
</form>
</div><div id='WebLoginLayer2' style='position:relative;display:none'>
<!-- Password reminder form section -->
<form name="loginreminder" method="post" action="/index.php?id=11">
    <fieldset>
        <h3>Bárkivel megesik...</h3>
        <input type="hidden" name="txtpwdrem" value="0" />
        <label for="txtwebemail">Írd be a regisztrációkor megadott e-mail címed: <input type="text" name="txtwebemail" id="txtwebemail" size="24" /></label>
        <label>Visszatéréshez, nyomd meg a 'mégse' gombot.</label>
    	<input type="submit" value="Submit" name="cmdweblogin" class="button" /> <input type="reset" value="Mégse" name="cmdcancel" onclick="webLoginShowForm(1);" class="button" style="clear:none;display:inline" />
    </fieldset>
</form>
</div>    <script type="text/javascript">
        if (document.loginfrm) document.loginfrm.username.focus();
    </script>
    </div> 
         
       <h2>Legfrissebb galériák:</h2><div id="gallerylist">

			 <strong><a href="index.php?id=327" title="2010.03.20.">2010.03.20.</a></strong><br /><strong><a href="index.php?id=326" title="2010.03.13.">2010.03.13.</a></strong><br /><strong><a href="index.php?id=325" title="2010.02.13.">2010.02.13.</a></strong><br /><strong><a href="index.php?id=324" title="2010.02.06.">2010.02.06.</a></strong><br /><strong><a href="index.php?id=323" title="2010.01.30.">2010.01.30.</a></strong><br />


<br/><h3>További képek:</h3><a href="http://www.from.hu"><img src="http://clubko.hu/pictures/fromlogo.png"></a></div>
         

          
        </div>
 <!-- end right inner-->
      </div>
      <!-- end right -->
      <div id="left">
        <div id="left-inner">
          <div id="content">
            <div class="post">
              <h2>Club K.O. - Ecséd RSS Feed</h2>
              <?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
			<title>RSS Feed</title>
			<link>http://www.clubko.hu/index.php?id=11</link>
			<description></description>
			<language>en</language>
			<copyright>Club K.O. - Ecséd 2007</copyright>
			<ttl>120</ttl>
			<item>
				<title>2010.03.20.</title>
				<link>http://www.clubko.hu/index.php?id=327</link>
				<description><![CDATA[ <iframe height = "600" frameborder = "0" width = "560" scrolling = "no" src = "http://www.clubko.hu/_feltolt/20100320/" name = "contentframe" topmargin = "0", leftmargin = "0" marginheight = "0" marginwidth = "0" allowtransparency = "true"> </ iframe> ((Hozzászólások))</iframe> ]]></description>
				<pubDate>Tue, 23 Mar 2010 20:59:17 +0100</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=327</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
		
			<item>
				<title>2010.03.13.</title>
				<link>http://www.clubko.hu/index.php?id=326</link>
				<description><![CDATA[ <iframe height = "600" frameborder = "0" width = "560" scrolling = "no" src = "http://www.clubko.hu/_feltolt/20100313/" name = "contentframe" topmargin = "0", leftmargin = "0" marginheight = "0" marginwidth = "0" allowtransparency = "true"> </ iframe> ((Hozzászólások))</iframe> ]]></description>
				<pubDate>Mon, 15 Mar 2010 21:56:50 +0100</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=326</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
		
			<item>
				<title>2010.02.13.</title>
				<link>http://www.clubko.hu/index.php?id=325</link>
				<description><![CDATA[ <iframe height = "600" frameborder = "0" width = "560" scrolling = "no" src = "http://www.clubko.hu/_feltolt/20100213/" name = "contentframe" topmargin = "0", leftmargin = "0" marginheight = "0" marginwidth = "0" allowtransparency = "true"> </ iframe> ((Hozzászólások))</iframe> ]]></description>
				<pubDate>Wed, 17 Feb 2010 15:02:23 +0100</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=325</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
		
			<item>
				<title>2010.02.06.</title>
				<link>http://www.clubko.hu/index.php?id=324</link>
				<description><![CDATA[ <iframe height = "600" frameborder = "0" width = "560" scrolling = "no" src = "http://www.clubko.hu/_feltolt/20100206/" name = "contentframe" topmargin = "0", leftmargin = "0" marginheight = "0" marginwidth = "0" allowtransparency = "true"> </ iframe> ((Hozzászólások))</iframe> ]]></description>
				<pubDate>Wed, 17 Feb 2010 14:49:34 +0100</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=324</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
		
			<item>
				<title>2010.01.30.</title>
				<link>http://www.clubko.hu/index.php?id=323</link>
				<description><![CDATA[ <iframe height = "600" frameborder = "0" width = "560" scrolling = "no" src = "http://www.clubko.hu/_feltolt/20100130/" name = "contentframe" topmargin = "0", leftmargin = "0" marginheight = "0" marginwidth = "0" allowtransparency = "true"> </ iframe> ((Hozzászólások))</iframe> ]]></description>
				<pubDate>Fri, 12 Feb 2010 15:02:39 +0100</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=323</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
		
			<item>
				<title>2010.01.23.</title>
				<link>http://www.clubko.hu/index.php?id=322</link>
				<description><![CDATA[ <iframe height="600" frameborder="0" width="560" scrolling="no" src="http://www.clubko.hu/_feltolt/20100123/" name="contentframe" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>   <div id="commentsAnchor">

</div> ]]></description>
				<pubDate>Thu, 28 Jan 2010 16:42:29 +0100</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=322</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
		
			<item>
				<title>2010.01.16.</title>
				<link>http://www.clubko.hu/index.php?id=321</link>
				<description><![CDATA[ <iframe height="600" frameborder="0" width="560" scrolling="no" src="http://www.clubko.hu/_feltolt/20100116/" name="contentframe" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>   <div id="commentsAnchor">

</div> ]]></description>
				<pubDate>Sun, 17 Jan 2010 22:04:57 +0100</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=321</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
		
			<item>
				<title>2010.01.09.</title>
				<link>http://www.clubko.hu/index.php?id=320</link>
				<description><![CDATA[ <iframe height="600" frameborder="0" width="560" scrolling="no" src="http://www.clubko.hu/_feltolt/20100109/" name="contentframe" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>   <div id="commentsAnchor">

</div> ]]></description>
				<pubDate>Tue, 12 Jan 2010 22:26:32 +0100</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=320</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
		
			<item>
				<title>2009.12.31.</title>
				<link>http://www.clubko.hu/index.php?id=319</link>
				<description><![CDATA[ <iframe height="600" frameborder="0" width="560" scrolling="no" src="http://www.clubko.hu/_feltolt/20091231/" name="contentframe" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>   <div id="commentsAnchor">

</div> ]]></description>
				<pubDate>Sun, 03 Jan 2010 22:42:25 +0100</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=319</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
		
			<item>
				<title>2009.12.19.</title>
				<link>http://www.clubko.hu/index.php?id=318</link>
				<description><![CDATA[ <iframe height="600" frameborder="0" width="560" scrolling="no" src="http://www.clubko.hu/_feltolt/20091219/" name="contentframe" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>   <div id="commentsAnchor">

</div> ]]></description>
				<pubDate>Wed, 23 Dec 2009 21:50:30 +0100</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=318</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
		
			<item>
				<title>2009.12.12.</title>
				<link>http://www.clubko.hu/index.php?id=317</link>
				<description><![CDATA[ <iframe height="600" frameborder="0" width="560" scrolling="no" src="http://www.clubko.hu/_feltolt/20091212/" name="contentframe" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>   <div id="commentsAnchor">

</div> ]]></description>
				<pubDate>Tue, 15 Dec 2009 14:30:12 +0100</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=317</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
		
			<item>
				<title>2009.12.05.</title>
				<link>http://www.clubko.hu/index.php?id=316</link>
				<description><![CDATA[ <iframe height="600" frameborder="0" width="560" scrolling="no" src="http://www.clubko.hu/_feltolt/20091205/" name="contentframe" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>   <div id="commentsAnchor">

</div> ]]></description>
				<pubDate>Wed, 09 Dec 2009 22:06:22 +0100</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=316</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
		
			<item>
				<title>2009.11.28.</title>
				<link>http://www.clubko.hu/index.php?id=315</link>
				<description><![CDATA[ <iframe height="600" frameborder="0" width="560" scrolling="no" src="http://www.clubko.hu/_feltolt/20091128/" name="contentframe" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>   <div id="commentsAnchor">

</div> ]]></description>
				<pubDate>Mon, 30 Nov 2009 14:44:49 +0100</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=315</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
		
			<item>
				<title>2009.11.21.</title>
				<link>http://www.clubko.hu/index.php?id=313</link>
				<description><![CDATA[ <iframe height="600" frameborder="0" width="560" scrolling="no" src="http://www.clubko.hu/_feltolt/20091121/" name="contentframe" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>   <div id="commentsAnchor">

</div> ]]></description>
				<pubDate>Tue, 24 Nov 2009 17:19:53 +0100</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=313</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
		
			<item>
				<title>2009.11.14.</title>
				<link>http://www.clubko.hu/index.php?id=312</link>
				<description><![CDATA[ <iframe height="600" frameborder="0" width="560" scrolling="no" src="http://www.clubko.hu/_feltolt/20091114/" name="contentframe" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>   <div id="commentsAnchor">

</div> ]]></description>
				<pubDate>Sun, 15 Nov 2009 18:43:06 +0100</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=312</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
		
			<item>
				<title>2009.11.07.</title>
				<link>http://www.clubko.hu/index.php?id=311</link>
				<description><![CDATA[ <iframe height="600" frameborder="0" width="560" scrolling="no" src="http://www.clubko.hu/_feltolt/20091107/" name="contentframe" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>   <div id="commentsAnchor">

</div> ]]></description>
				<pubDate>Mon, 09 Nov 2009 19:43:54 +0100</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=311</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
		
			<item>
				<title>2009.10.31.</title>
				<link>http://www.clubko.hu/index.php?id=308</link>
				<description><![CDATA[ <iframe height="600" frameborder="0" width="560" scrolling="no" src="http://www.clubko.hu/_feltolt/20091031/" name="contentframe" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>   <div id="commentsAnchor">

</div> ]]></description>
				<pubDate>Wed, 04 Nov 2009 18:09:55 +0100</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=308</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
		
			<item>
				<title> 2009.10.24.</title>
				<link>http://www.clubko.hu/index.php?id=307</link>
				<description><![CDATA[ <iframe height="600" frameborder="0" width="560" scrolling="no" src="http://www.clubko.hu/_feltolt/20091024/" name="contentframe" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>   <div id="commentsAnchor">

</div> ]]></description>
				<pubDate>Tue, 27 Oct 2009 09:27:47 +0100</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=307</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
		
			<item>
				<title>2009.10.16.</title>
				<link>http://www.clubko.hu/index.php?id=305</link>
				<description><![CDATA[ <iframe height="600" frameborder="0" width="560" scrolling="no" src="http://www.clubko.hu/_feltolt/20091016/" name="contentframe" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>   <div id="commentsAnchor">

</div> ]]></description>
				<pubDate>Tue, 20 Oct 2009 19:24:11 +0200</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=305</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
		
			<item>
				<title>2009.10.10.</title>
				<link>http://www.clubko.hu/index.php?id=304</link>
				<description><![CDATA[ <iframe height="600" frameborder="0" width="560" scrolling="no" src="http://www.clubko.hu/_feltolt/20091010/" name="contentframe" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>   <div id="commentsAnchor">

</div> ]]></description>
				<pubDate>Sun, 11 Oct 2009 23:06:47 +0200</pubDate>
				<guid isPermaLink="false">http://www.clubko.hu/index.php?id=304</guid>
				<dc:creator>ko6351</dc:creator>
				
			</item>
			</channel>
</rss> </div>
            <!-- close .post (main column content) -->
         </div>
          <!-- close #content -->
        </div>
        <!-- end left-inner -->
      </div>
      <!-- end left -->
    </div>
    <!-- end inner -->
   	<div id="clearall"></div>
  </div>
  <!-- end outer div --> <div id="clearall"></div>
    <div id="footer">
      <p> <a href="http://modxcms.com" title="Ajax CMS and PHP Application Framework">Powered
          by MODx</a> &nbsp;- 
        MySQL: 0.0828 s, 92 request(s), PHP: 0.3359 s, total: 0.4188 s, document retrieved
        from database. <br />
        <strong>Meta:</strong>        <a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a> | <a href="http://jigsaw.w3.org/css-validator/check/referer" title="This page uses valid Cascading Stylesheets" rel="external">Valid <abbr title="W3C Cascading Stylesheets">css</abbr></a> 
            | <a href="http://modxcms.com" title="Ajax CMS and PHP Application Framework">MODx</a> | <a href="http://www.mtddesign.hu">Design by: MTD Design</a> | <a href="http://www.clubko.hu/__public_stat_aws.html">Public Stats</a> | <a href="http://www.clubko.hu/index.php?id=73">Gépház</p>
  </div>
    <!-- end footer -->  <div id="clearall"></div>

</div>
<!-- end wrapper -->  <div id="clearall"></div>
</body>
</html>