<?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/">
<channel>
<title>Association of Christian Schools International</title>
<link>http://www.ramirezcobos.com/</link>
<description><![CDATA[RSS Feed for News
]]></description>
<language>en-us</language>
<pubDate>Wed, 22 Feb 2012 16:21:05 -0600</pubDate>
<item>
<title>
Student English Leadership Conference (SELC) Mei 2011</title>
<link>
http://www.acsi.or.id/news/21</link>
<pubDate>
Thu, 05 May 2011 03:20:35 -0500</pubDate>
<description><![CDATA[
<p>
	<span style="font-size: 12px;"><b>Yogjakarta (2 Mei 2011)</b></span><br />
	Bertempat di Hotel Amaris Jogja, Jalan Diponegoro 87, ACSI menyelenggarakan Mini Seminar &amp; Dialog dengan tema &ldquo;Developing Christian Leadership in The Life of Our Young People.&rdquo; Sesi tersebut dibawakan ...
]]></description>
</item>
</channel></rss><!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>PHP warning</title>

<style type="text/css">
/*<![CDATA[*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

body {
	font: normal 9pt "Verdana";
	color: #000;
	background: #fff;
}

h1 {
	font: normal 18pt "Verdana";
	color: #f00;
	margin-bottom: .5em;
}

h2 {
	font: normal 14pt "Verdana";
	color: #800000;
	margin-bottom: .5em;
}

h3 {
	font: bold 11pt "Verdana";
}

pre {
	font: normal 11pt Menlo, Consolas, "Lucida Console", Monospace;
}

pre span.error {
	display: block;
	background: #fce3e3;
}

pre span.ln {
	color: #999;
	padding-right: 0.5em;
	border-right: 1px solid #ccc;
}

pre span.error-ln {
	font-weight: bold;
}

.container {
	margin: 1em 4em;
}

.version {
	color: gray;
	font-size: 8pt;
	border-top: 1px solid #aaa;
	padding-top: 1em;
	margin-bottom: 1em;
}

.message {
	color: #000;
	padding: 1em;
	font-size: 11pt;
	background: #f3f3f3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 1em;
	line-height: 160%;
}

.source {
	margin-bottom: 1em;
}

.code pre {
	background-color: #ffe;
	margin: 0.5em 0;
	padding: 0.5em;
	line-height: 125%;
	border: 1px solid #eee;
}

.source .file {
	margin-bottom: 1em;
	font-weight: bold;
}

.traces {
	margin: 2em 0;
}

.trace {
	margin: 0.5em 0;
	padding: 0.5em;
}

.trace.app {
	border: 1px dashed #c00;
}

.trace .number {
	text-align: right;
	width: 2em;
	padding: 0.5em;
}

.trace .content {
	padding: 0.5em;
}

.trace .plus,
.trace .minus {
	display:inline;
	vertical-align:middle;
	text-align:center;
	border:1px solid #000;
	color:#000;
	font-size:10px;
	line-height:10px;
	margin:0;
	padding:0 1px;
	width:10px;
	height:10px;
}

.trace.collapsed .minus,
.trace.expanded .plus,
.trace.collapsed pre {
	display: none;
}

.trace-file {
	cursor: pointer;
	padding: 0.2em;
}

.trace-file:hover {
	background: #f0ffff;
}
/*]]>*/
</style>
</head>

<body>
<div class="container">
	<h1>PHP warning</h1>

	<p class="message">
		Cannot modify header information - headers already sent by (output started at /home/acsi/public_html/protected/extensions/feed/EFeed.php:309)	</p>

	<div class="source">
		<p class="file">/home/acsi/public_html/protected/extensions/feed/EFeed.php(275)</p>
		<div class="code"><pre><span class="ln">263</span>         $uuid .= substr($chars,8,4) . &#039;-&#039;;
<span class="ln">264</span>         $uuid .= substr($chars,12,4) . &#039;-&#039;;
<span class="ln">265</span>         $uuid .= substr($chars,16,4) . &#039;-&#039;;
<span class="ln">266</span>         $uuid .= substr($chars,20,12);
<span class="ln">267</span>     
<span class="ln">268</span>         return $prefix . $uuid;
<span class="ln">269</span>     }
<span class="ln">270</span>     /**
<span class="ln">271</span>      * 
<span class="ln">272</span>      * Generates the Feed
<span class="ln">273</span>      */
<span class="ln">274</span>     public function generateFeed(){
<span class="error"><span class="ln error-ln">275</span>         header(&quot;Content-type: text/xml&quot;);
</span><span class="ln">276</span>         $this-&gt;renderHead();
<span class="ln">277</span>         $this-&gt;renderChannels();
<span class="ln">278</span>         $this-&gt;renderItems();
<span class="ln">279</span>         $this-&gt;renderBottom();
<span class="ln">280</span>     }
<span class="ln">281</span>     /**
<span class="ln">282</span>      * 
<span class="ln">283</span>      * Prints the xml and rss namespace
<span class="ln">284</span>      * 
<span class="ln">285</span>      */
<span class="ln">286</span>     private function renderHead()
<span class="ln">287</span>     {
</pre></div>	</div>

	<div class="traces">
		<h2>Stack Trace</h2>
				<table style="width:100%;">
						<tr class="trace app expanded">
			<td class="number">
				#0			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/acsi/public_html/protected/extensions/feed/EFeed.php(275): <strong>header</strong>(&quot;Content-type: text/xml&quot;)				</div>

				<div class="code"><pre><span class="ln">270</span>     /**
<span class="ln">271</span>      * 
<span class="ln">272</span>      * Generates the Feed
<span class="ln">273</span>      */
<span class="ln">274</span>     public function generateFeed(){
<span class="error"><span class="ln error-ln">275</span>         header(&quot;Content-type: text/xml&quot;);
</span><span class="ln">276</span>         $this-&gt;renderHead();
<span class="ln">277</span>         $this-&gt;renderChannels();
<span class="ln">278</span>         $this-&gt;renderItems();
<span class="ln">279</span>         $this-&gt;renderBottom();
<span class="ln">280</span>     }
</pre></div>			</td>
		</tr>
						<tr class="trace app expanded">
			<td class="number">
				#1			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/acsi/public_html/protected/controllers/NewsController.php(68): <strong>EFeed</strong>-><strong>generateFeed</strong>()				</div>

				<div class="code"><pre><span class="ln">63</span>       $item-&gt;title = $n-&gt;subject;
<span class="ln">64</span>       $item-&gt;link = $host.bu(&quot;news/&quot;.$n-&gt;id);
<span class="ln">65</span>       $item-&gt;date = $n-&gt;created_at;
<span class="ln">66</span>       $item-&gt;description = substr($n-&gt;content, 0, 300).&quot;...&quot;;
<span class="ln">67</span>       $feed-&gt;addItem($item);
<span class="error"><span class="ln error-ln">68</span>       $feed-&gt;generateFeed();
</span><span class="ln">69</span>     }
<span class="ln">70</span>   }
<span class="ln">71</span> 
<span class="ln">72</span>     /**
<span class="ln">73</span>      * Displays a particular model.
</pre></div>			</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#2			</td>
			<td class="content">
				<div class="trace-file">
										&nbsp;unknown(0): <strong>NewsController</strong>-><strong>actionRss</strong>(&quot;0&quot;)				</div>

							</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#3			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/acsi/public_html/yii/framework/web/actions/CAction.php(107): <strong>ReflectionMethod</strong>-><strong>invokeArgs</strong>(NewsController, array(&quot;0&quot;))				</div>

				<div class="code"><pre><span class="ln">102</span>             else if($param-&gt;isDefaultValueAvailable())
<span class="ln">103</span>                 $ps[]=$param-&gt;getDefaultValue();
<span class="ln">104</span>             else
<span class="ln">105</span>                 return false;
<span class="ln">106</span>         }
<span class="error"><span class="ln error-ln">107</span>         $method-&gt;invokeArgs($object,$ps);
</span><span class="ln">108</span>         return true;
<span class="ln">109</span>     }
<span class="ln">110</span> }
</pre></div>			</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#4			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/acsi/public_html/yii/framework/web/actions/CInlineAction.php(48): <strong>CAction</strong>-><strong>runWithParamsInternal</strong>(NewsController, ReflectionMethod, array(&quot;id&quot; =&gt; &quot;0&quot;))				</div>

				<div class="code"><pre><span class="ln">43</span>     {
<span class="ln">44</span>         $methodName=&#039;action&#039;.$this-&gt;getId();
<span class="ln">45</span>         $controller=$this-&gt;getController();
<span class="ln">46</span>         $method=new ReflectionMethod($controller, $methodName);
<span class="ln">47</span>         if($method-&gt;getNumberOfParameters()&gt;0)
<span class="error"><span class="ln error-ln">48</span>             return $this-&gt;runWithParamsInternal($controller, $method, $params);
</span><span class="ln">49</span>         else
<span class="ln">50</span>             return $controller-&gt;$methodName();
<span class="ln">51</span>     }
<span class="ln">52</span> 
<span class="ln">53</span> }
</pre></div>			</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#5			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/acsi/public_html/yii/framework/web/CController.php(309): <strong>CInlineAction</strong>-><strong>runWithParams</strong>(array(&quot;id&quot; =&gt; &quot;0&quot;))				</div>

				<div class="code"><pre><span class="ln">304</span>     {
<span class="ln">305</span>         $priorAction=$this-&gt;_action;
<span class="ln">306</span>         $this-&gt;_action=$action;
<span class="ln">307</span>         if($this-&gt;beforeAction($action))
<span class="ln">308</span>         {
<span class="error"><span class="ln error-ln">309</span>             if($action-&gt;runWithParams($this-&gt;getActionParams())===false)
</span><span class="ln">310</span>                 $this-&gt;invalidActionParams($action);
<span class="ln">311</span>             else
<span class="ln">312</span>                 $this-&gt;afterAction($action);
<span class="ln">313</span>         }
<span class="ln">314</span>         $this-&gt;_action=$priorAction;
</pre></div>			</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#6			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/acsi/public_html/yii/framework/web/filters/CFilterChain.php(134): <strong>CController</strong>-><strong>runAction</strong>(CInlineAction)				</div>

				<div class="code"><pre><span class="ln">129</span>             $filter=$this-&gt;itemAt($this-&gt;filterIndex++);
<span class="ln">130</span>             Yii::trace(&#039;Running filter &#039;.($filter instanceof CInlineFilter ? get_class($this-&gt;controller).&#039;.filter&#039;.$filter-&gt;name.&#039;()&#039;:get_class($filter).&#039;.filter()&#039;),&#039;system.web.filters.CFilterChain&#039;);
<span class="ln">131</span>             $filter-&gt;filter($this);
<span class="ln">132</span>         }
<span class="ln">133</span>         else
<span class="error"><span class="ln error-ln">134</span>             $this-&gt;controller-&gt;runAction($this-&gt;action);
</span><span class="ln">135</span>     }
<span class="ln">136</span> }</pre></div>			</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#7			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/acsi/public_html/yii/framework/web/filters/CFilter.php(41): <strong>CFilterChain</strong>-><strong>run</strong>()				</div>

				<div class="code"><pre><span class="ln">36</span>      */
<span class="ln">37</span>     public function filter($filterChain)
<span class="ln">38</span>     {
<span class="ln">39</span>         if($this-&gt;preFilter($filterChain))
<span class="ln">40</span>         {
<span class="error"><span class="ln error-ln">41</span>             $filterChain-&gt;run();
</span><span class="ln">42</span>             $this-&gt;postFilter($filterChain);
<span class="ln">43</span>         }
<span class="ln">44</span>     }
<span class="ln">45</span> 
<span class="ln">46</span>     /**
</pre></div>			</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#8			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/acsi/public_html/yii/framework/web/CController.php(1146): <strong>CFilter</strong>-><strong>filter</strong>(CFilterChain)				</div>

				<div class="code"><pre><span class="ln">1141</span>      */
<span class="ln">1142</span>     public function filterAccessControl($filterChain)
<span class="ln">1143</span>     {
<span class="ln">1144</span>         $filter=new CAccessControlFilter;
<span class="ln">1145</span>         $filter-&gt;setRules($this-&gt;accessRules());
<span class="error"><span class="ln error-ln">1146</span>         $filter-&gt;filter($filterChain);
</span><span class="ln">1147</span>     }
<span class="ln">1148</span> 
<span class="ln">1149</span>     /**
<span class="ln">1150</span>      * Returns a persistent page state value.
<span class="ln">1151</span>      * A page state is a variable that is persistent across POST requests of the same page.
</pre></div>			</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#9			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/acsi/public_html/yii/framework/web/filters/CInlineFilter.php(59): <strong>CController</strong>-><strong>filterAccessControl</strong>(CFilterChain)				</div>

				<div class="code"><pre><span class="ln">54</span>      * @param CFilterChain $filterChain the filter chain that the filter is on.
<span class="ln">55</span>      */
<span class="ln">56</span>     public function filter($filterChain)
<span class="ln">57</span>     {
<span class="ln">58</span>         $method=&#039;filter&#039;.$this-&gt;name;
<span class="error"><span class="ln error-ln">59</span>         $filterChain-&gt;controller-&gt;$method($filterChain);
</span><span class="ln">60</span>     }
<span class="ln">61</span> }
</pre></div>			</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#10			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/acsi/public_html/yii/framework/web/filters/CFilterChain.php(131): <strong>CInlineFilter</strong>-><strong>filter</strong>(CFilterChain)				</div>

				<div class="code"><pre><span class="ln">126</span>     {
<span class="ln">127</span>         if($this-&gt;offsetExists($this-&gt;filterIndex))
<span class="ln">128</span>         {
<span class="ln">129</span>             $filter=$this-&gt;itemAt($this-&gt;filterIndex++);
<span class="ln">130</span>             Yii::trace(&#039;Running filter &#039;.($filter instanceof CInlineFilter ? get_class($this-&gt;controller).&#039;.filter&#039;.$filter-&gt;name.&#039;()&#039;:get_class($filter).&#039;.filter()&#039;),&#039;system.web.filters.CFilterChain&#039;);
<span class="error"><span class="ln error-ln">131</span>             $filter-&gt;filter($this);
</span><span class="ln">132</span>         }
<span class="ln">133</span>         else
<span class="ln">134</span>             $this-&gt;controller-&gt;runAction($this-&gt;action);
<span class="ln">135</span>     }
<span class="ln">136</span> }</pre></div>			</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#11			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/acsi/public_html/yii/framework/web/CController.php(292): <strong>CFilterChain</strong>-><strong>run</strong>()				</div>

				<div class="code"><pre><span class="ln">287</span>             $this-&gt;runAction($action);
<span class="ln">288</span>         else
<span class="ln">289</span>         {
<span class="ln">290</span>             $priorAction=$this-&gt;_action;
<span class="ln">291</span>             $this-&gt;_action=$action;
<span class="error"><span class="ln error-ln">292</span>             CFilterChain::create($this,$action,$filters)-&gt;run();
</span><span class="ln">293</span>             $this-&gt;_action=$priorAction;
<span class="ln">294</span>         }
<span class="ln">295</span>     }
<span class="ln">296</span> 
<span class="ln">297</span>     /**
</pre></div>			</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#12			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/acsi/public_html/yii/framework/web/CController.php(266): <strong>CController</strong>-><strong>runActionWithFilters</strong>(CInlineAction, array(&quot;accessControl&quot;))				</div>

				<div class="code"><pre><span class="ln">261</span>         {
<span class="ln">262</span>             if(($parent=$this-&gt;getModule())===null)
<span class="ln">263</span>                 $parent=Yii::app();
<span class="ln">264</span>             if($parent-&gt;beforeControllerAction($this,$action))
<span class="ln">265</span>             {
<span class="error"><span class="ln error-ln">266</span>                 $this-&gt;runActionWithFilters($action,$this-&gt;filters());
</span><span class="ln">267</span>                 $parent-&gt;afterControllerAction($this,$action);
<span class="ln">268</span>             }
<span class="ln">269</span>         }
<span class="ln">270</span>         else
<span class="ln">271</span>             $this-&gt;missingAction($actionID);
</pre></div>			</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#13			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/acsi/public_html/yii/framework/web/CWebApplication.php(276): <strong>CController</strong>-><strong>run</strong>(&quot;rss&quot;)				</div>

				<div class="code"><pre><span class="ln">271</span>         {
<span class="ln">272</span>             list($controller,$actionID)=$ca;
<span class="ln">273</span>             $oldController=$this-&gt;_controller;
<span class="ln">274</span>             $this-&gt;_controller=$controller;
<span class="ln">275</span>             $controller-&gt;init();
<span class="error"><span class="ln error-ln">276</span>             $controller-&gt;run($actionID);
</span><span class="ln">277</span>             $this-&gt;_controller=$oldController;
<span class="ln">278</span>         }
<span class="ln">279</span>         else
<span class="ln">280</span>             throw new CHttpException(404,Yii::t(&#039;yii&#039;,&#039;Unable to resolve the request &quot;{route}&quot;.&#039;,
<span class="ln">281</span>                 array(&#039;{route}&#039;=&gt;$route===&#039;&#039;?$this-&gt;defaultController:$route)));
</pre></div>			</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#14			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/acsi/public_html/yii/framework/web/CWebApplication.php(135): <strong>CWebApplication</strong>-><strong>runController</strong>(&quot;news/rss&quot;)				</div>

				<div class="code"><pre><span class="ln">130</span>             foreach(array_splice($this-&gt;catchAllRequest,1) as $name=&gt;$value)
<span class="ln">131</span>                 $_GET[$name]=$value;
<span class="ln">132</span>         }
<span class="ln">133</span>         else
<span class="ln">134</span>             $route=$this-&gt;getUrlManager()-&gt;parseUrl($this-&gt;getRequest());
<span class="error"><span class="ln error-ln">135</span>         $this-&gt;runController($route);
</span><span class="ln">136</span>     }
<span class="ln">137</span> 
<span class="ln">138</span>     /**
<span class="ln">139</span>      * Registers the core application components.
<span class="ln">140</span>      * This method overrides the parent implementation by registering additional core components.
</pre></div>			</td>
		</tr>
						<tr class="trace core collapsed">
			<td class="number">
				#15			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/acsi/public_html/yii/framework/base/CApplication.php(162): <strong>CWebApplication</strong>-><strong>processRequest</strong>()				</div>

				<div class="code"><pre><span class="ln">157</span>      */
<span class="ln">158</span>     public function run()
<span class="ln">159</span>     {
<span class="ln">160</span>         if($this-&gt;hasEventHandler(&#039;onBeginRequest&#039;))
<span class="ln">161</span>             $this-&gt;onBeginRequest(new CEvent($this));
<span class="error"><span class="ln error-ln">162</span>         $this-&gt;processRequest();
</span><span class="ln">163</span>         if($this-&gt;hasEventHandler(&#039;onEndRequest&#039;))
<span class="ln">164</span>             $this-&gt;onEndRequest(new CEvent($this));
<span class="ln">165</span>     }
<span class="ln">166</span> 
<span class="ln">167</span>     /**
</pre></div>			</td>
		</tr>
						<tr class="trace app expanded">
			<td class="number">
				#16			</td>
			<td class="content">
				<div class="trace-file">
											<div class="plus">+</div>
						<div class="minus">–</div>
										&nbsp;/home/acsi/public_html/index.php(15): <strong>CApplication</strong>-><strong>run</strong>()				</div>

				<div class="code"><pre><span class="ln">10</span> // specify how many levels of call stack should be shown in each log message
<span class="ln">11</span> defined(&#039;YII_TRACE_LEVEL&#039;) or define(&#039;YII_TRACE_LEVEL&#039;,3);
<span class="ln">12</span> 
<span class="ln">13</span> require($global);
<span class="ln">14</span> require_once($yii);
<span class="error"><span class="ln error-ln">15</span> Yii::createWebApplication($config)-&gt;run();
</span></pre></div>			</td>
		</tr>
				</table>
	</div>

	<div class="version">
		2012-02-22 16:21:05 Apache <a href="http://www.yiiframework.com/">Yii Framework</a>/1.1.10	</div>
</div>

<script type="text/javascript">
/*<![CDATA[*/
var traceReg = new RegExp("(^|\\s)trace-file(\\s|$)");
var collapsedReg = new RegExp("(^|\\s)collapsed(\\s|$)");

var e = document.getElementsByTagName("div");
for(var j=0,len=e.length;j<len;j++){
	if(traceReg.test(e[j].className)){
		e[j].onclick = function(){
			var trace = this.parentNode.parentNode;
			if(collapsedReg.test(trace.className))
				trace.className = trace.className.replace("collapsed", "expanded");
			else
				trace.className = trace.className.replace("expanded", "collapsed");
		}
	}
}
/*]]>*/
</script>

</body>
</html>

