<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3ACommonSenseDesign</link>
        <description></description>
        <pubDate>Fri, 17 Apr 2026 03:16:48 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3ACommonSenseDesign&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Display one randomly selected image from multiple uploads</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246842#post2246842</link>
          <description><![CDATA[<p>That works perfectly! Thanks so much, Steve and <span>Djulia.<br /><br /><a href="https://www.interfaithcounselling.ca/lottery/rules-calendar2.php" rel="nofollow">https://www.interfaithcounselling.ca/lottery/rules-calendar2.php</a><br /></span></p>]]></description>
          <pubDate>Sun, 19 Nov 2023 16:27:43 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246842#post2246842</guid>
        </item>
                <item>
          <title>Display one randomly selected image from multiple uploads</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246831#post2246831</link>
          <description><![CDATA[<p>Hi, Steve. I've attached the code for the entire page. You can see the live page here: <a href="https://www.interfaithcounselling.ca/lottery/rules-calendar2.php" rel="nofollow">https://www.interfaithcounselling.ca/lottery/rules-calendar2.php</a></p>
<p>Thanks so much.</p>]]></description>
          <pubDate>Mon, 13 Nov 2023 17:42:08 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246831#post2246831</guid>
        </item>
                <item>
          <title>Display one randomly selected image from multiple uploads</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246810#post2246810</link>
          <description><![CDATA[<p>Thank you so much. I tried it, but only the first image seems to be displayed each time. <a href="https://www.interfaithcounselling.ca/lottery/rules-calendar2.php" rel="nofollow">https://www.interfaithcounselling.ca/lottery/rules-calendar2.php</a></p>
<hr />
<p style="padding-left:40px;">// load record from 'calendar_random_images'<br />list($calendar_random_imagesRecords, $calendar_random_imagesMetaData) = getRecords(array(<br />'tableName' =&gt; 'calendar_random_images',<br />'where' =&gt; '', // load first record<br />'orderBy' =&gt; 'RAND()',<br />'loadUploads' =&gt; true,<br />'allowSearch' =&gt; false,<br />'limit' =&gt; '1',<br />));<br />$calendar_random_imagesRecord = @$calendar_random_imagesRecords[0]; // get first record</p>
<p style="padding-left:40px;">?&gt;</p>
<hr />
<p style="padding-left:40px;">&lt;div class="imagebg"&gt;<br />&lt;?php foreach ($calendar_random_imagesRecord['image'] as $index =&gt; $upload): ?&gt;<br />&lt;img src="&lt;?php echo htmlencode($upload['urlPath']) ?&gt;" width="100%" height="100%" /&gt;<br />&lt;?php endforeach ?&gt;<br />&lt;/div&gt;</p>]]></description>
          <pubDate>Sun, 29 Oct 2023 12:19:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246810#post2246810</guid>
        </item>
                <item>
          <title>Display one randomly selected image from multiple uploads</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246808#post2246808</link>
          <description><![CDATA[<p>Hi, there. I've set up a really simple page where multiple images can be uploaded via CMSB, but I want just one randomly selected image to be displayed on the live page. Can someone point me in the right direction, please?<br /><br /></p>
<p style="padding-left:40px;">// load record from 'calendar_random_images'<br />list($calendar_random_imagesRecords, $calendar_random_imagesMetaData) = getRecords(array(<br />'tableName' =&gt; 'calendar_random_images',<br />'where' =&gt; '', // load first record<br />'loadUploads' =&gt; true,<br />'allowSearch' =&gt; false,<br />'limit' =&gt; '1',<br />));<br />$calendar_random_imagesRecord = @$calendar_random_imagesRecords[0]; // get first record<br />if (!$calendar_random_imagesRecord) { dieWith404("Record not found!"); } // show error message if no record found</p>
<hr />
<p style="padding-left:40px;">&lt;?php foreach ($calendar_random_imagesRecord['image'] as $index =&gt; $upload): ?&gt;<br />&lt;?php echo htmlencode($upload['urlPath']) ?&gt;<br />&lt;?php endforeach ?&gt;</p>]]></description>
          <pubDate>Sat, 28 Oct 2023 10:51:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246808#post2246808</guid>
        </item>
                <item>
          <title>Easiest way to update PayPal details using CMSB</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246790#post2246790</link>
          <description><![CDATA[<p>Thank you for these suggestions, Deborah. I'll look into them and decide which is going to work best for my client.</p>]]></description>
          <pubDate>Sun, 22 Oct 2023 12:15:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246790#post2246790</guid>
        </item>
                <item>
          <title>Easiest way to update PayPal details using CMSB</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246788#post2246788</link>
          <description><![CDATA[<p>Hi, there. My client sells calendars every fall as a fundraiser, and they use PayPal to handle online payments. Is there an easy way for them to use CMSB, which is already part of their site, to do future updates in-house? This is the type of code is generated by PayPal that they would need to replace. They usually send me the code, and I change it manually.</p>
<p style="padding-left:40px;">&lt;form action="<a href="https://www.paypal.com/cgi-bin/webscr" rel="nofollow">https://www.paypal.com/cgi-bin/webscr</a>" method="post" target="_top"&gt;<br />&lt;input type="hidden" name="cmd" value="_s-xclick"&gt;<br />&lt;input type="hidden" name="hosted_button_id" value="XXXXXXXXXXXX"&gt;<br />&lt;input type="image" src="<a href="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" rel="nofollow">https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif</a>" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"&gt;<br />&lt;img alt="" border="0" src="<a href="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" rel="nofollow">https://www.paypalobjects.com/en_US/i/scr/pixel.gif</a>" width="1" height="1"&gt;<br />&lt;/form&gt;</p>
<p><a href="https://www.interfaithcounselling.ca/lottery/" rel="nofollow">https://www.interfaithcounselling.ca/lottery/</a></p>]]></description>
          <pubDate>Sun, 22 Oct 2023 10:14:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246788#post2246788</guid>
        </item>
                <item>
          <title>MySQL Error: Variable &apos;sql_mode&apos; can&apos;t be set to the value of &apos;NO_AUTO_CREATE_USER&apos;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246546#post2246546</link>
          <description><![CDATA[<p>Thank you, Dave. I'll give this a shot.</p>]]></description>
          <pubDate>Sat, 13 May 2023 10:03:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246546#post2246546</guid>
        </item>
                <item>
          <title>MySQL Error: Variable &apos;sql_mode&apos; can&apos;t be set to the value of &apos;NO_AUTO_CREATE_USER&apos;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246544#post2246544</link>
          <description><![CDATA[<p>Hi, All.</p>
<p>My client's site has gone down, and there's this error message when you visit it: <a href="https://www.masselsmarine.com/" rel="nofollow">https://www.masselsmarine.com/</a></p>
<p><em>MySQL Error: Variable 'sql_mode' can't be set to the value of 'NO_AUTO_CREATE_USER'</em></p>
<p><span>Any idea what might be causing this, please?</span></p>]]></description>
          <pubDate>Fri, 12 May 2023 04:41:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246544#post2246544</guid>
        </item>
                <item>
          <title>CMSB keeps looping back to login page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246520#post2246520</link>
          <description><![CDATA[<p>Thanks so much for this tip! I'll give it a go to see if it fixes the problem on my own site!</p>]]></description>
          <pubDate>Sat, 29 Apr 2023 06:45:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246520#post2246520</guid>
        </item>
                <item>
          <title>CMSB keeps looping back to login page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246369#post2246369</link>
          <description><![CDATA[<p>Thanks, Dave. I'll forward these suggestions to my client.</p>]]></description>
          <pubDate>Fri, 23 Dec 2022 12:20:54 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246369#post2246369</guid>
        </item>
                <item>
          <title>CMSB keeps looping back to login page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246359#post2246359</link>
          <description><![CDATA[<p>Thanks for this suggestion, Jerry. Sadly, this didn't work for us :-(</p>]]></description>
          <pubDate>Tue, 20 Dec 2022 13:58:07 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246359#post2246359</guid>
        </item>
                <item>
          <title>CMSB keeps looping back to login page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246356#post2246356</link>
          <description><![CDATA[<p>Hi, all. After my client has logged in to CMSB and chosen the section that they want to update, they get redirected to the login page again. They're stuck in a login loop that they can't get out of! Any idea what might be causing this, please? I can't replicate their problem, as I'm able to login and create or edit pages without any issues.</p>
<p>They're running v3.54 of CMSB.</p>
<p>It looks as if their server could use a PHP upgrade anyway, but that doesn't explain why CMSB works for me, but not them.</p>
<p>Thanks!</p>]]></description>
          <pubDate>Mon, 19 Dec 2022 08:54:44 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246356#post2246356</guid>
        </item>
                <item>
          <title>403 error when embedding YouTube video</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246205#post2246205</link>
          <description><![CDATA[<p>Hi, All. I'm trying to embed a YouTube video in a blog post using the code that YT generates. Whenever I attempt to save the page, I get a 403 error message.</p>
<p>The field has been set up to accept MP4 and MPEG files.</p>
<p>Any suggestions for how to fix this, please?</p>]]></description>
          <pubDate>Mon, 03 Oct 2022 08:46:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246205#post2246205</guid>
        </item>
                <item>
          <title>Uploading an image to a CSS stylesheet</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245857#post2245857</link>
          <description><![CDATA[<p>Worked perfectly! Thank you.</p>
<p><a href="https://www.showaterloo.org/home.php" rel="nofollow">https://www.showaterloo.org/home.php</a></p>]]></description>
          <pubDate>Wed, 16 Mar 2022 08:10:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245857#post2245857</guid>
        </item>
                <item>
          <title>Uploading an image to a CSS stylesheet</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245851#post2245851</link>
          <description><![CDATA[<p>Hi, All.</p>
<p>I'm working on a site template that has a slideshow on the homepage: <a href="https://www.showaterloo.org/home.php" rel="nofollow">https://www.showaterloo.org/home.php</a>.</p>
<p>This is the CMSB code:</p>
<pre class="language-markup"><code>&lt;?php foreach ($homepageRecord['main_slides'] as $index =&gt; $upload): ?&gt;
&lt;img src="&lt;?php echo htmlencode($upload['urlPath']) ?&gt;" width="100%"&gt;

          info1 (Slide Text) : &lt;?php echo htmlencode($upload['info1']) ?&gt;
          info2 (Slide Link) : &lt;?php echo htmlencode($upload['info2']) ?&gt;

&lt;?php endforeach ?&gt;</code></pre>
<p>Here's the page code that refers to the slide image:</p>
<pre class="language-markup"><code>&lt;div class="single-slide-item slide-bg1"&gt;
      &lt;div class="slide-item-table"&gt;
                &lt;div class="slide-item-tablecell"&gt;
                    &lt;div class="container"&gt;
                        &lt;div class="row"&gt;
                            &lt;div class="col-md-7"&gt;
                                &lt;div class="slider-heading"&gt;
                                    &lt;h2 class="slider__title"&gt;&lt;?php echo htmlencode($upload['info1']) ?&gt;&lt;/h2&gt;
                                    &lt;a href="&lt;?php echo htmlencode($upload['info2']) ?&gt;" class="theme-btn"&gt;Learn more&lt;/a&gt;&lt;/div&gt;
                            &lt;/div&gt;&lt;!-- col-md-7 --&gt;
                        &lt;/div&gt;&lt;!-- row --&gt;
                    &lt;/div&gt;&lt;!-- container --&gt;
                &lt;/div&gt;&lt;!-- slide-item-tablecell --&gt;
            &lt;/div&gt;&lt;!-- slide-item-table --&gt;
        &lt;/div&gt;</code></pre>
<p>And this is in the stylesheet:</p>
<pre class="language-markup"><code>.slider-area .slide-bg1 {
	background-image: url(../images/slider1.jpg);
}
.slider-area .slide-bg2 {
    background-image: url("../images/slider2.jpg");
}
.slider-area .slide-bg3 {
    background-image: url("../images/slider3.jpg");
}</code></pre>
<p>Can someone explain how I can adapt this code so that the image gets pulled from the stylesheet, please?</p>]]></description>
          <pubDate>Mon, 14 Mar 2022 14:11:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245851#post2245851</guid>
        </item>
                <item>
          <title>Increasing the number of characters in the image upload &quot;info&quot; fields</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245692#post2245692</link>
          <description><![CDATA[<p>Thanks so much, Jerry. I'll give these plugins a try.</p>]]></description>
          <pubDate>Mon, 25 Oct 2021 08:25:12 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245692#post2245692</guid>
        </item>
                <item>
          <title>Increasing the number of characters in the image upload &quot;info&quot; fields</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245690#post2245690</link>
          <description><![CDATA[<p>I built a newspaper website that runs on CMSB. When a reporter uploads a photo, they enter the description in the Caption (info1) field. Sometimes, their caption is too long and some of the words get cut off. Does anyone know how to increase the number of characters that is allowed in that field, please?</p>
<p><a href="https://www.wilmotpost.ca/news/article.php?Region-of-Waterloo-airport-to-double-in-size-in-the-next-six-months-1147" rel="nofollow">https://www.wilmotpost.ca/news/article.php?Region-of-Waterloo-airport-to-double-in-size-in-the-next-six-months-1147</a></p>]]></description>
          <pubDate>Mon, 25 Oct 2021 04:27:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245690#post2245690</guid>
        </item>
                <item>
          <title>1045 database error message after upgrade</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245628#post2245628</link>
          <description><![CDATA[<p>Will do. Thank you.</p>]]></description>
          <pubDate>Tue, 17 Aug 2021 12:22:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245628#post2245628</guid>
        </item>
                <item>
          <title>1045 database error message after upgrade</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245626#post2245626</link>
          <description><![CDATA[<p>Hi, Daniel.</p>
<p>Yes, the details near the top of the code look correct to me.</p>
<p>Here's the load viewer code from my homepage.</p>
<pre class="language-php"><code>// load viewer library
$libraryPath = 'cmsAdmin/lib/viewer_functions.php';
$dirsToCheck = array('/services3/webpages/m/w/mwisilo.com/public/','','../','../../','../../../');
foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}
if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }</code></pre>
<p>Sorry, I can't recall which version I had installed previously, but I think it's at least five years old.</p>]]></description>
          <pubDate>Tue, 17 Aug 2021 08:32:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245626#post2245626</guid>
        </item>
                <item>
          <title>1045 database error message after upgrade</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245624#post2245624</link>
          <description><![CDATA[<p>Thanks for the reply, Daniel. Unfortunately, this is now happening:</p>
<p><a href="https://www.mwisilo.com/" rel="nofollow">https://www.mwisilo.com/</a></p>
<p><a href="https://www.mwisilo.com/cmsAdmin/admin.php" rel="nofollow">https://www.mwisilo.com/cmsAdmin/admin.php</a></p>]]></description>
          <pubDate>Mon, 16 Aug 2021 11:56:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245624#post2245624</guid>
        </item>
                <item>
          <title>1045 database error message after upgrade</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245622#post2245622</link>
          <description><![CDATA[<p>I've just realized that the original installation was in a directory called cmsAdmin, whereas the up-to-date version uses a directory cmsb. Should I upload the new software files to cmsAdmin, or create a new directory labelled cmsb?</p>]]></description>
          <pubDate>Mon, 16 Aug 2021 09:11:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245622#post2245622</guid>
        </item>
                <item>
          <title>1045 database error message after upgrade</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245615#post2245615</link>
          <description><![CDATA[<p>Hi, there. I just did a CMSB upgrade on my client's site, and now I'm getting a <span><span style="color:#ff0000;"><strong>1045 - Access denied for user</strong></span> message.</span></p>
<p>Does anyone know hot to fix this, please?</p>
<p><a href="http://www.mwisilo.com/index.php" rel="nofollow">http://www.mwisilo.com/index.php</a></p>]]></description>
          <pubDate>Thu, 12 Aug 2021 12:30:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245615#post2245615</guid>
        </item>
                <item>
          <title>Setting a slide&apos;s status to active/not active</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245577#post2245577</link>
          <description><![CDATA[<p>That worked! <a href="https://www.castlerockcontracting.ca/home.php" rel="nofollow">https://www.castlerockcontracting.ca/home.php</a></p>
<p>Thank you so much.</p>]]></description>
          <pubDate>Wed, 30 Jun 2021 07:43:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245577#post2245577</guid>
        </item>
                <item>
          <title>Setting a slide&apos;s status to active/not active</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245573#post2245573</link>
          <description><![CDATA[<p>Hi, Dave.</p>
<p>Thanks for your advice. Sorry for taking so long to respond.</p>
<p>I tried your code, but unfortunately, it doesn't seem to have made any difference to the displaying of multiple images in the slideshow. It still only shows the top image in the list if the ones that have been loaded into CMSB.</p>
<p><a href="https://www.castlerockcontracting.ca/home.php" rel="nofollow">https://www.castlerockcontracting.ca/home.php</a></p>]]></description>
          <pubDate>Tue, 29 Jun 2021 13:22:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245573#post2245573</guid>
        </item>
                <item>
          <title>Setting a slide&apos;s status to active/not active</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245514#post2245514</link>
          <description><![CDATA[<p>Hi, all.</p>
<p>Can someone please tell me how to set the status of the first image in a slideshow to "active", but all subsequent statuses set to not active?</p>
<blockquote>
<p>&lt;?php foreach ($homepageRecord['slideshow'] as $index =&gt; $upload): ?&gt;<br /><span style="color:#ff0000;"><strong>&lt;div class="item active"&gt;</strong></span><br />&lt;div class="fill" style="background-image:url('&lt;?php echo htmlencode($upload['urlPath']) ?&gt;');"&gt;<br />&lt;div class="banner-content"&gt;<br />&lt;div class="container"&gt;<br />&lt;div class="row"&gt;<br />&lt;div class="banner-text al-left pos-left dark"&gt;<br />&lt;div class="animated fadeInUp"&gt;&amp;nbsp;&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;?php endforeach ?&gt;</p>
</blockquote>
<p>This is what the hard-coded version looks like <a href="https://www.castlerockcontracting.ca/home2.php" rel="nofollow">https://www.castlerockcontracting.ca/home2.php</a></p>
<blockquote>
<p>&lt;div class="carousel-inner stky-banner"&gt;<br /><span style="color:#ff0000;"><strong>&lt;div class="item active"&gt;</strong></span><br />&lt;div class="fill" style="background-image:url('image/slider-oil-a.jpg');"&gt;<br />&lt;div class="banner-content"&gt;<br />&lt;div class="container"&gt;<br />&lt;div class="row"&gt;<br />&lt;div class="banner-text al-left pos-left dark"&gt;<br />&lt;div class="animated fadeInUp"&gt;&amp;nbsp;&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br /><span style="color:#ff0000;"><strong>&lt;div class="item"&gt;</strong></span><br />&lt;div class="fill" style="background-image:url('image/slider-oil-b.jpg');"&gt;<br />&lt;div class="banner-content"&gt;<br />&lt;div class="container"&gt;<br />&lt;div class="row"&gt;<br />&lt;div class="banner-text al-left pos-left light"&gt;<br />&lt;div class="animated fadeInUp"&gt;&amp;nbsp;&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/div&gt; <br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;</p>
</blockquote>
<p>Grateful for any suggestions.</p>]]></description>
          <pubDate>Fri, 14 May 2021 15:14:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245514#post2245514</guid>
        </item>
              </channel>
    </rss>
  