<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Optimize my program?</title>
		<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program</link>
		<description>Posts in the discussion thread &quot;Optimize my program?&quot; - Optimize my program?</description>
				<copyright></copyright>
		<lastBuildDate>Fri, 13 Mar 2026 14:56:18 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2239733</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2239733</link>
				<description></description>
				<pubDate>Wed, 25 Feb 2015 13:02:06 +0000</pubDate>
				<wikidot:authorName>Timtech</wikidot:authorName>				<wikidot:authorUserId>2029530</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>No! If the things to output vary in length then they will overlap or have space in-between.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2239570</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2239570</link>
				<description></description>
				<pubDate>Wed, 25 Feb 2015 03:51:32 +0000</pubDate>
				<wikidot:authorName>Wright</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Teechnically, you can string arguments together with Output() if you use multiple Output commands. I see what you're saying though.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2237948</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2237948</link>
				<description></description>
				<pubDate>Mon, 23 Feb 2015 00:57:11 +0000</pubDate>
				<wikidot:authorName>Timtech</wikidot:authorName>				<wikidot:authorUserId>2029530</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <div class="code"> <pre><code>ClrHome Prompt A,B,C ~2C/(B+{~1,1}sqrt(B^2-4AC-&gt;L1 {0,1-&gt;L2 {0,abs(L1(1-&gt;L3 LinReg(ax+b) L2,L3,Y1 Equ&gt;String(Y1,Str1 {0,abs(L1(2-&gt;L3 LinReg(ax+b) L2,L3,Y1 Equ&gt;String(Y1,Str2 DelVar Y1&quot;--&gt;Str3 If 0&gt;L1(1 &quot;+-&gt;Str3 &quot;- If 0&gt;L1(2 &quot;+ &quot;(X&quot;+Str3+sub(Str1,1,length(Str1)-3)+&quot;)(X&quot;+Ans+sub(Str2,1,length(Str2)-3)+&quot;)</code></pre></div> <br /> All Home Screen. Perfectly on spec. Enjoy.
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2237940</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2237940</link>
				<description></description>
				<pubDate>Mon, 23 Feb 2015 00:37:37 +0000</pubDate>
				<wikidot:authorName>Timtech</wikidot:authorName>				<wikidot:authorUserId>2029530</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Ugh. Been snowed in with sick stomach bug. Will try tomorrow. Sorry to be late&#8230;</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2236076</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2236076</link>
				<description></description>
				<pubDate>Thu, 19 Feb 2015 20:22:54 +0000</pubDate>
				<wikidot:authorName>Akon</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Problem Solved&#8230;</p> <p>Thread Closed&#8230;</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2236066</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2236066</link>
				<description></description>
				<pubDate>Thu, 19 Feb 2015 20:06:53 +0000</pubDate>
				<wikidot:authorName>Akon</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Thnks&#8230;i'm ok with it&#8230; :)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2236063</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2236063</link>
				<description></description>
				<pubDate>Thu, 19 Feb 2015 20:03:26 +0000</pubDate>
				<wikidot:authorName>Electromagnet8</wikidot:authorName>				<wikidot:authorUserId>1820230</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>This is why I used Text() the first time. With Text(), you can chain all of the answer as multiple arguments. You can not do the same with Output(). If you feel like converting a number to string multiple times and concatenate the string with the rest of the answer, then go ahead. However, this will greatly increase the size of the program. I believe that the program does factor a quadratic function completely and displays a result that can be interpreted with ease.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2236054</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2236054</link>
				<description></description>
				<pubDate>Thu, 19 Feb 2015 19:43:46 +0000</pubDate>
				<wikidot:authorName>Akon</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Questions:</p> <p>If i input the problem &quot;9x^2+12x+4&quot;, it displays &quot;1 (3 x+2 )(3 x+ 2 )</p> <p>Is there a way to remove this extra spaces between the numbers???</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2236028</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2236028</link>
				<description></description>
				<pubDate>Thu, 19 Feb 2015 18:57:24 +0000</pubDate>
				<wikidot:authorName>Electromagnet8</wikidot:authorName>				<wikidot:authorUserId>1820230</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You just have to change the Output() locations. Replace the Output() commands with these.</p> <div class="code"> <pre><code>Output(1,4,&quot;( X+ )( X+ ) Output(1,1,real(Ans(1 Output(1,5,imag(Ans(2 Output(1,9,real(Ans(2 Output(1,14,imag(Ans(3 Output(1,19,real(Ans(3</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2236023</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2236023</link>
				<description></description>
				<pubDate>Thu, 19 Feb 2015 18:47:14 +0000</pubDate>
				<wikidot:authorName>Akon</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I actually have Ti-84 Plus C SE, which has supports way more pixels than a monochrome screen</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2236006</guid>
				<title>Re: Optimize my program?</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2236006</link>
				<description></description>
				<pubDate>Thu, 19 Feb 2015 18:29:08 +0000</pubDate>
				<wikidot:authorName>Electromagnet8</wikidot:authorName>				<wikidot:authorUserId>1820230</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><a href="http://www.cemetech.net/projects/uti/viewtopic.php?p=136431#136431">Weregoose's code</a> does use that single line of code in his program. However, the algorithm also provides the logic to convert them to integers and formats them to a quasi-familiar form.<br /> Is there a better way to do this?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2236001</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2236001</link>
				<description></description>
				<pubDate>Thu, 19 Feb 2015 18:23:05 +0000</pubDate>
				<wikidot:authorName>Electromagnet8</wikidot:authorName>				<wikidot:authorUserId>1820230</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Instead of using Text() to display anything on the graphscreen, you could use Disp, Output, or Pause to display it on the homescreen. Instead of using one Text() command, you can use several Output commands to display the answer. However, if the numbers are larger than the spaces provided they may cover up some of the answer. The following code was developed with the monochrome calculators in mind, which have 16 character width screen.</p> <div class="code"> <pre><code>Prompt A,B,C C+B[i]-A→D round(Ans/([i]+2C/(B+{1,⁻1}√(B²+4AC[i]² Ans/gcd(abs(real(Ans)),abs(imag(Ans augment({D/prod(Ans)},Anstanh(ᴇ9A ClrHome Output(1,3,&quot;( X+ )( X+ ) Output(1,1,real(Ans(1 Output(1,4,imag(Ans(2 Output(1,7,real(Ans(2 Output(1,11,imag(Ans(3 Output(1,14,real(Ans(3 &quot;</code></pre></div> <br /> This code was compiled with TokenIDE. [i] represents the imaginary i.
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2235990</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2235990</link>
				<description></description>
				<pubDate>Thu, 19 Feb 2015 18:10:32 +0000</pubDate>
				<wikidot:authorName>Akon</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>i dont want that&#8230;the answer should be on the home screen itself??</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2235984</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2235984</link>
				<description></description>
				<pubDate>Thu, 19 Feb 2015 17:59:32 +0000</pubDate>
				<wikidot:authorName>Electromagnet8</wikidot:authorName>				<wikidot:authorUserId>1820230</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You can add the following code to the end of the second solution code block from above.</p> <div class="code"> <pre><code>Text(⁻1,0,0,real(Ans(1)),&quot;(&quot;,imag(Ans(2)),&quot;X+&quot;,real(Ans(2)),&quot;)(&quot;,imag(Ans(3)),&quot;X+&quot;,real(Ans(3)),&quot;)</code></pre></div> <br /> This will reformat the output to the format you want.
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2235852</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2235852</link>
				<description></description>
				<pubDate>Thu, 19 Feb 2015 14:52:56 +0000</pubDate>
				<wikidot:authorName>Akon</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Can you write the program in the way you want?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2235789</guid>
				<title>Re: Optimize my program?</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2235789</link>
				<description></description>
				<pubDate>Thu, 19 Feb 2015 13:20:09 +0000</pubDate>
				<wikidot:authorName>Timothy Foster</wikidot:authorName>				<wikidot:authorUserId>197988</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You don't need a complex algorithm to solve this problem. Just use the quadratic formula to obtain the roots (which only needs a <a href="http://tibasicdev.wikidot.com/quadratic-formula">single line of code</a>), check if both Ar<sub>1</sub> and Ar<sub>2</sub> are integral, then the factored version is A(x - r<sub>1</sub>)(x - r<sub>2</sub>). You can use additional logic to convert this into the more familiar (ax - b)(cx - d) form.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2235762</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2235762</link>
				<description></description>
				<pubDate>Thu, 19 Feb 2015 12:16:52 +0000</pubDate>
				<wikidot:authorName>Akon</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Thanks for your reply&#8230;.but i think what you have provided is not what i want&#8230;</p> <p>My quadratic formula is &quot;AX^2+BX+C&quot;</p> <p>But the program that you have provided uses &quot;ax²+bxy+cy²&quot;</p> <hr /> <p>The second program you have provided outputs answer in form of three term list&#8230;but that not what i want because the program that i'm currently using displays the answers in this format : &quot;(x+3)(x+2)&quot;&#8230;.</p> <p>Thanks for your efforts anyways&#8230;.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2235756</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2235756</link>
				<description></description>
				<pubDate>Thu, 19 Feb 2015 12:06:36 +0000</pubDate>
				<wikidot:authorName>Akon</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Yes</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2235525</guid>
				<title>Re: Optimize my program?</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2235525</link>
				<description></description>
				<pubDate>Thu, 19 Feb 2015 05:26:58 +0000</pubDate>
				<wikidot:authorName>Electromagnet8</wikidot:authorName>				<wikidot:authorUserId>1820230</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I feel as if I have seen this exact code somewhere else&#8230;. In fact, I used this code and optimized it myself a couple years ago until I found better code which accomplish the same goal.</p> <p>The first solution is provided <a href="http://www.cemetech.net/projects/uti/viewtopic.php?p=74426#74426">here</a>. The code is provided below.</p> <div class="code"> <pre><code>Disp &quot;ax²+bxy+cy² Input &quot;a=&quot;,A Input &quot;b=&quot;,B Input &quot;c=&quot;,C abs(A For(D,Ans,⁻Ans,⁻1 D-not(D→D If not(fPart(A/Ans Then int(√(abs(C For(E,⁻Ans,Ans E+not(E→E If B=AnsD+AC/(AnsD) and not(fPart(C/Ans Goto 0 End End End Output(7,4,&quot;NO FACTORS Stop Lbl 0 gcd(abs(D),abs(C/Ans {Ans,D/Ans,C/E/Ans,A/D,E ClrHome Disp &quot;a(bx+cy)(dx+ey) For(A,1,5 Disp sub(&quot;abcde&quot;,A,1)+&quot;= Output(A+2,3,Ans(A End</code></pre></div> <p>Another solution can be found <a href="http://www.cemetech.net/projects/uti/viewtopic.php?p=136431#136431">here</a>. I reproduced it below. Note: This program uses real(). Therefore, make sure there are no conflicting libraries.</p> <div class="code"> <pre><code>Prompt A,B,C C+Bi-A→D round(Ans/(i+2C/(B+{1,‾1}√(B²+4ACi² Ans/gcd(abs(real(Ans)),abs(imag(Ans augment({D/prod(Ans)},Anstanh(ᴇ9A</code></pre></div> <br /> This code outputs Ans in the form of a three term list. If the format of the factored equation is A(Bx+C)(Dx+E), then the first term of the list is A, the second term is (C+Bx), and the third term is (E+Dx). You can think of the <em>i</em> replacing the x. For example, to solve x²+5x+6=0 you would define A=1, B=5, and C=6. The output in Ans would be {1&#160;3+<em>i</em> 2+<em>i</em>} which means 1(3+x)(2+x) or (x+3)(x+2).<br /> For further explanation on how this program works, visit the topic linked above.
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2235455</guid>
				<title>Re: Optimize my program?</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2235455</link>
				<description></description>
				<pubDate>Thu, 19 Feb 2015 02:28:05 +0000</pubDate>
				<wikidot:authorName>Michael2_3B</wikidot:authorName>				<wikidot:authorUserId>1974546</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Just making sure, when you use &quot;!=&quot; you mean &quot;≠&quot;, right?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2235452</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2235452</link>
				<description></description>
				<pubDate>Thu, 19 Feb 2015 02:23:16 +0000</pubDate>
				<wikidot:authorName>RandomA</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Thank you for your efforts&#8230;..waiting eagerly</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2235441</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2235441</link>
				<description></description>
				<pubDate>Thu, 19 Feb 2015 02:09:20 +0000</pubDate>
				<wikidot:authorName>Timtech</wikidot:authorName>				<wikidot:authorUserId>2029530</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yes, I will post completely optimized within 24 hours.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2235385</guid>
				<title>(no title)</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2235385</link>
				<description></description>
				<pubDate>Wed, 18 Feb 2015 23:46:30 +0000</pubDate>
				<wikidot:authorName>RandomA</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Could anyone one of you please rewrite the program for me???</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2235326</guid>
				<title>Re: Optimize my program?</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2235326</link>
				<description></description>
				<pubDate>Wed, 18 Feb 2015 21:39:16 +0000</pubDate>
				<wikidot:authorName>Michael2_3B</wikidot:authorName>				<wikidot:authorUserId>1974546</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>As earthnite was saying, don't use Lbl's and Goto's.<br /> Since you are using a Goto (Lbl) inside a If..Then..End block to jump outside of that block, it will cause <strong><a href="http://www.example.com">memory leaks</a>.</strong></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2235319</guid>
				<title>Re: Optimize my program?</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2235319</link>
				<description></description>
				<pubDate>Wed, 18 Feb 2015 21:20:57 +0000</pubDate>
				<wikidot:authorName>TI-GBR</wikidot:authorName>				<wikidot:authorUserId>2037008</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>replace inputs with Prompt A,B,C</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2235314</guid>
				<title>Re: Optimize my program?</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2235314</link>
				<description></description>
				<pubDate>Wed, 18 Feb 2015 21:15:37 +0000</pubDate>
								<wikidot:authorUserId>1873534</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-1117026#post-2235205</guid>
				<title>Optimize my program?</title>
				<link>http://tibasicdev.wikidot.com/forum/t-1117026/optimize-my-program#post-2235205</link>
				<description></description>
				<pubDate>Wed, 18 Feb 2015 18:05:48 +0000</pubDate>
				<wikidot:authorName>RandomA</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>This program can be used to factorize a quadratic function.</p> <p>Is their a way it can be optimized, tweaked, or improved?</p> <p>Any suggestions will be appreciated :)</p> <div class="code"> <pre><code>ClrHome 1-&gt;D 1-&gt;F Disp &quot;AX^^2+BX+C&quot; Input &quot;A: &quot;,A Input &quot;B: &quot;,B Input &quot;C: &quot;,C ClrHome Lbl 1 A/D-&gt;E C/F-&gt;G If E!=round(E,0 Then D+1-&gt;D Goto 1 End If G!=round(G,0 Then F+1-&gt;F 1-&gt;D Goto 1 End If DG+FE=B Then Goto Z Else D+1-&gt;D End If D&gt;abs(A Then ~D-&gt;D D+1-&gt;D End If D=0 Then F+1-&gt;F 1-&gt;D End If F&gt;abs(C Then ~F-&gt;F F+1-&gt;F End If F=0 Then Disp &quot;NOT FACTORABLE&quot; Stop Else Goto 1 End Lbl Z Output(1,1,&quot;( X+ )( X+ )&quot; If D&lt;1 and E&lt;1 Then ~D-&gt;D ~E-&gt;E ~F-&gt;F ~G-&gt;G End Output(1,2,D Output(1,6,F Output(1,10,E Output(1,14,G Pause ClrHome Stop</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>