<?xml version="1.0"?>

<!DOCTYPE rdf:RDF [
<!ENTITY % HTMLlat1 PUBLIC
 "-//W3C//ENTITIES Latin 1 for XHTML//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
%HTMLlat1;
]>

<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns="http://purl.org/rss/1.0/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
>

  <channel rdf:about="http://www.thereisnocat.com/rss.rdf">
    <title>There Is No Cat</title>
    <link>http://www.thereisnocat.com/</link>
    <description>
      'There Is No Cat' is a weblog exploring the interests of Ralph Brandi, including, but not limited to, radio, international affairs, web site building and information architecture, the Internet in general, movies, and music.
    </description>
	<dc:creator>Ralph Brandi</dc:creator>
	<dc:publisher>Ralph Brandi</dc:publisher>
	<dc:title>There Is No Cat</dc:title>
	<dc:language>en-us</dc:language>
	<dc:rights>Copyright (c) 2002-2008, Ralph Brandi</dc:rights>

    <image rdf:resource="http://www.thereisnocat.com/images/nocatbadge.gif" />


		<items>
			<rdf:Seq>
				<rdf:li resource="http://www.thereisnocat.com/showme897.html" />
				<rdf:li resource="http://www.thereisnocat.com/showme896.html" />
				<rdf:li resource="http://www.thereisnocat.com/showme895.html" />
				<rdf:li resource="http://www.thereisnocat.com/showme894.html" />
				<rdf:li resource="http://www.thereisnocat.com/showme893.html" />
				<rdf:li resource="http://www.thereisnocat.com/showme892.html" />
				<rdf:li resource="http://www.thereisnocat.com/showme891.html" />
				<rdf:li resource="http://www.thereisnocat.com/showme890.html" />
				<rdf:li resource="http://www.thereisnocat.com/showme889.html" />
				<rdf:li resource="http://www.thereisnocat.com/showme888.html" />
			</rdf:Seq>
		</items>


  </channel>
  
  <image rdf:about="http://www.thereisnocat.com/images/nocatbadge.gif">
    <title>There Is No Cat</title>
    <link>http://www.thereisnocat.com/</link>
    <url>http://www.thereisnocat.com/images/nocatbadge.gif</url>
  </image>
  

			<item rdf:about="http://www.thereisnocat.com/showme897.html">
				<title>Pride</title>
				<link>http://www.thereisnocat.com/showme897.html</link>
				<description>I'd just like to say that after recent events, I'm awfully proud to be an American....</description>
				<dc:date>2008-08-31T11:05:56-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p>I'd just like to say that after recent events, I'm awfully proud to be an American. I mean, where else on Earth could a random housewife be catapulted first into a Governorship on the basis that <a href="http://www.newsminer.com/news/2008/aug/29/palin-unqualified-serve-vice-president/">she's not the incumbent</a>, and then into potentially being a heartbeat away from being the most powerful person on Earth <a href="http://www.comedycentral.com/videos/index.jhtml?videoId=183521">because of her plumbing</a>? And ahead of all those people who might actually be qualified for the job? It's truly inspiring. Random chance can change your life! Why, thanks to this, I can believe as a fat man in my middle forties with no appropriate qualifications that I may yet fulfill my childhood ambition of being an astronaut! Nowhere else on Earth, I tell you. I gotta go get some lottery tickets.</p>

<p class="credit"><em>Tags:</em> <a href="http://technorati.com/tags/astronauts" rel="tag">astronauts</a> <a href="http://technorati.com/tags/serendipity" rel="tag">serendipity</a> <a href="http://technorati.com/tags/random+chance" rel="tag">random chance</a> <a href="http://technorati.com/tags/lottery" rel="tag">lottery</a> </p>

<p><a href="http://www.thereisnocat.com/showme897.html#comments">1 comment</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/897"/>
			</item>

			<item rdf:about="http://www.thereisnocat.com/showme896.html">
				<title>Your move</title>
				<link>http://www.thereisnocat.com/showme896.html</link>
				<description>...</description>
				<dc:date>2008-08-30T20:44:18-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p class="photo"><a href="/images/2007PL-007-01.jpg"><img src="/images/2007PL-007-01_sm.jpg" alt="Chess board" width="300" height="240" /></a></p>

<p>Seen in Rehoboth Beach, Delaware.</p><p><a href="http://www.thereisnocat.com/showme896.html#comments">No comments (yet)</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/896"/>
			</item>

			<item rdf:about="http://www.thereisnocat.com/showme895.html">
				<title>Working Around Omniture</title>
				<link>http://www.thereisnocat.com/showme895.html</link>
				<description>The most recent site I developed at work had a couple of pages with lots of what would have once been called DHTML functionality, stuff like tabbed interfaces, modal windows and the like....</description>
				<dc:date>2008-07-10T22:36:25-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p>The most recent site I developed at work had a couple of pages with lots of what would have once been called DHTML functionality, stuff like tabbed interfaces, modal windows and the like. In development, this stuff all worked really well, and I even did my level best to make it all accessible.  But just before we deployed, we had to incorporate code from Omniture that tracks users as they move through a site.  Omniture is widely used script for tracking the path users follow through sites.  And here we ran into some problems.</p>

<p>The first problem was that Omniture's Javascript code is heavily obfuscated and optimized. All of the function names and variables use extremely brief and cryptic names, using one or maybe two characters, something that makes it extremely difficult to debug when you have a problem. Unlike an open source Javascript library like, say, <a href="http://jquery.com/">jQuery</a>, Omniture doesn't provide a development version of their library with reasonably named functions and variables, so if you've got a problem, you're stuck trying to figure out what function <code>a</code> and its variables <var>x</var>, <var>y</var> and <var>z</var>, are doing and what they're stomping on. And the stomping on is another problem; if you incorporate another minified library, like, say, the minified version of jQuery, some of those single-character-named functions or variables are going to conflict with the single-character-named functions or variables in Omniture's code. This could have been avoided if Omniture <a href="http://www.lovemikeg.com/blog/2007/10/04/namespacing-your-javascript/" title="Hi, Mike!">namespaced their code</a> so it doesn't stomp on anything else and blow up your site (can you tell I've seen this happen more than once?) When we discovered this conflict, we wound up going with a slightly larger version of jQuery that doesn't create those functions and variables with the same names as the ones Omniture creates.</p>

<p>But the bigger problem we found is that Omniture's code is slow. Verrrrrrrry slow.  On a tracked link, the Omniture code would do whatever it does (hard to tell what, exactly, because of the obfuscated code), and only when it was done would the default action of the link be triggered.  So when you clicked on a tab in the tabbed interface, or on a link that would open up a modal window, links that were pretty much instantaneous on the development network and still extremely speedy on the staging server now took forever to activate, on the order of three or four seconds.  This was really <a href="http://www.useit.com/alertbox/9703a.html">unacceptable from a user experience point of view</a>, but from the client's perspective, the links had to be tracked.  What to do?  We could change the cursor to an hourglass and then change it back, but the link would still be slow to activate. Not good.</p>

<p>Omniture provided two possibilities for tracking links; the first was to add an id as part of a query string at the end of a link. This caused us problems in some cases, such as the tabs, because now links that were within a page and wouldn't cause the browser to reload the page, with the addition of the query string, now appeared to the browser to have different parameters from the originally loaded page, and so it would reload the page, bouncing users back to the default tab. That didn't work, so we tried their alternate syntax, which involved assigning one of their functions to the onclick event handler. That led to the above-mentioned slowing to a crawl.</p>

<p>In a conversation with the Omniture expert at work, I asked if it mattered if the id associated with a link were actually called by the page or if it could be called by another URL. The answer led to a solution. The id could be added to any URL, even, say, a 1&times;1 spacer GIF.  (Finally, a justifiable use for a spacer GIF in modern code!)  So we could make the onclick event handler call <code>/images/x.gif?iid=<var>page_identifier_here</var></code>. Even better, we could call that URL asynchronously using Ajax. Since we were already using jQuery, all we had to do was to add a line like the following to the already existing (unobtrusively linked) onclick event handler:</p>

<p><code>$.get('/images/x.gif?iid=<var>page_identifier_here</var>');</code></p>

<p>This would send the call to the server that included the required Omniture tagging, but since the call was being executed with jQuery's Ajax <code>get()</code> function, the call was happening asynchronously, and the default actions could be triggered without waiting for a response. That restored the speedy user experience. But we found that once the asynchronous call was finished, whatever URL was in the <code>href</code> attribute would then reload, causing, for example, the tabs to once again bounce back to the default. So we had to define a callback function to be executed upon the completion of the Ajax request. Since we didn't want anything to happen at the completion of the request, the function is a simple <code>return false</code>:</p>

<p><code>$.get('/images/x.gif?iid=<var>page_identifier_here</var>',function(){return false});</code></p>

<p>Et voila, the client gets the tracking they require, and the user gets the experience they deserve. No longer does Omniture cause the interface to bog down.</p>

<p>If you're using any library other than jQuery, it's bound to have a similar function for asynchronous Ajax calls. If you're rolling your Javascript from scratch, such a call would look something like this:</p>

<pre>function trackme(url,query) {
    // Native XMLHttpRequest object
    if (window.XMLHttpRequest) {
        request = new XMLHttpRequest();

    // ActiveX XMLHttpRequest object
    } else if (window.ActiveXObject) {
        request = new ActiveXObject("Microsoft.XMLHTTP");
    }
    if (request) {
        request.onreadystatechange = function() { 
            return false; 
        };
        request.open("get", url, true);
        request.send(query);
    }
}</pre>

<p>And then your onclick event handler would include something like this:</p>

<p><code>onclick="trackme('file.html','iid=<var>page_identifier_here</var>'); return false;"</code></p>

<p>The <code>return false</code> here is required to prevent the onclick from executing the default action of the href even before the Ajax request is returned.</p>



<p class="credit"><em>Tags:</em> <a href="http://technorati.com/tags/omniture" rel="tag">omniture</a> <a href="http://technorati.com/tags/ajax" rel="tag">ajax</a> <a href="http://technorati.com/tags/jquery" rel="tag">jquery</a> <a href="http://technorati.com/tags/cleverosity" rel="tag">cleverosity</a> </p>

<p><a href="http://www.thereisnocat.com/showme895.html#comments">3 comments</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/895"/>
			</item>

			<item rdf:about="http://www.thereisnocat.com/showme894.html">
				<title>Accordions FTW</title>
				<link>http://www.thereisnocat.com/showme894.html</link>
				<description>I was searching the web for pages about one of my current obsessions, Canadian singer/accordionist Wendy McNeill, and came across a very cool blog from Brazil, Pocketmusic (or in the original Portuguese, M&uacute;sica de Bolso)....</description>
				<dc:date>2008-06-08T03:53:48-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p>I was searching the web for pages about one of my current obsessions, Canadian singer/accordionist <a href="http://www.wendymcneill.com/">Wendy McNeill</a>, and came across a very cool blog from Brazil, <a href="http://pocketmusic.blogspot.com/"><cite>Pocketmusic</cite></a> (or in the original Portuguese, <a href="http://www.musicadebolso.com.br/"><cite>M&uacute;sica de Bolso</cite></a>). The authors of the blogs are Brazilian filmmakers, and the project is about recording musicians playing their music in unusual places. <a href="http://pocketmusic.blogspot.com/2007/11/volume-17-wendy-mcneill.html">The first Wendy McNeill video</a> is of her playing her song &quot;Holly O&quot; while walking through a street market in S&atilde;o Paulo. Most of the people in the market are fairly non-plussed about the experience, but there are a few who get into it.  It's really charming. The second video was shot on a balcony and is of Wendy playing the song that got me interested in her music when I heard it on <a href="http://radio3.cbc.ca/bands/Wendy-Mcneill">CBC Radio 3</a>, &quot;Such a Common Bird&quot;.</p>

<p>Understandably, most of the musicians they present are Brazilian, only a few of whom have had international exposure (I've read about Mayra Andrade in <a href="http://www.frootsmag.com/"><cite>fRoots magazine</cite></a>, for example). But occasionally there's someone from the wider world, like the Swedish indie singer/songwriter Jos&eacute; Gonzalez. The English language web site is a bit behind the Portuguese language site, but they seem to be eager to get their videos out any way they can, so you can see them in a lot of places, such as <a href="http://musicadebolso.blip.tv/">their page on blip.tv</a>. Good stuff, very cool.</p>

<p class="credit"><em>Tags:</em> <a href="http://technorati.com/tags/music" rel="tag">music</a> <a href="http://technorati.com/tags/video" rel="tag">video</a> <a href="http://technorati.com/tags/pocketmusic" rel="tag">pocketmusic</a> <a href="http://technorati.com/tags/musica+de+bolso" rel="tag">musica de bolso</a> <a href="http://technorati.com/tags/wendy+mcneill" rel="tag">wendy mcneill</a> <a href="http://technorati.com/tags/" rel="tag"></a> </p>

<p><a href="http://www.thereisnocat.com/showme894.html#comments">No comments (yet)</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/894"/>
			</item>

			<item rdf:about="http://www.thereisnocat.com/showme893.html">
				<title>Maybe she can find work after November as a doorman</title>
				<link>http://www.thereisnocat.com/showme893.html</link>
				<description>So let me get this straight; John McCain has as one of his closest advisors and potential cabinet members Carly Fiorina?

This is the same Carly Fiorina who helped run Lucent into the ground....</description>
				<dc:date>2008-06-06T22:21:40-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p>So let me get this straight; <a href="http://www.nytimes.com/2008/06/06/us/politics/06fiorina.html?partner=rssuserland&amp;emc=rss&amp;pagewanted=all">John McCain has as one of his closest advisors and potential cabinet members Carly Fiorina</a>?</p>

<p>This is the same Carly Fiorina who helped run Lucent into the ground. Then she went on to bigger and better things and screwed up Hewlett-Packard so badly that she was fired as their CEO. That Carly Fiorina?</p>

<p>Obama's going to win by a bigger landslide than I thought....</p>



<p class="credit"><em>Tags:</em> <a href="http://technorati.com/tags/McCain" rel="tag">McCain</a> <a href="http://technorati.com/tags/McSame" rel="tag">McSame</a> <a href="http://technorati.com/tags/Fiorina" rel="tag">Fiorina</a> <a href="http://technorati.com/tags/Obama" rel="tag">Obama</a> <a href="http://technorati.com/tags/election" rel="tag">election</a> <a href="http://technorati.com/tags/advisors" rel="tag">advisors</a> </p>

<p><a href="http://www.thereisnocat.com/showme893.html#comments">2 comments</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/893"/>
			</item>

			<item rdf:about="http://www.thereisnocat.com/showme892.html">
				<title>Switching?</title>
				<link>http://www.thereisnocat.com/showme892.html</link>
				<description>The New York Times reports today that Comcast is testing the ability to slow down the connections of certain heavy users....</description>
				<dc:date>2008-06-04T21:52:04-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p><cite>The New York Times</cite> reports today that Comcast is testing the ability to <a href="http://bits.blogs.nytimes.com/2008/06/04/comcast-tests-a-new-bandwidth-black-list/">slow down the connections of certain heavy users</a>. Part of their plan is to not tell the people they've blacklisted that they're on the blacklist. We've used Comcast's cable modem service for 11 years, and were among the first 50,000 households to do so.</p>

<p>Coincidentally, we received a flyer yesterday from Verizon telling us that <a href="http://www.verizon.com/fios/">FIOS</a> is now available in our neighborhood.</p>

<p>Tempting, very tempting.</p>



<p class="credit"><em>Tags:</em> <a href="http://technorati.com/tags/comcast" rel="tag">comcast</a> <a href="http://technorati.com/tags/verizon" rel="tag">verizon</a> <a href="http://technorati.com/tags/lesser+of+two+evils" rel="tag">lesser of two evils</a> </p>

<p><a href="http://www.thereisnocat.com/showme892.html#comments">4 comments</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/892"/>
			</item>

			<item rdf:about="http://www.thereisnocat.com/showme891.html">
				<title>Adobe CS3, Filemaker Pro, FLEXnet, and catastrophic failure</title>
				<link>http://www.thereisnocat.com/showme891.html</link>
				<description>I've been having problems with the Adobe CS3 suite on my Mac over the past few months, particularly since I upgrade to Mac OS X 10....</description>
				<dc:date>2008-05-27T03:16:57-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p>I've been having problems with the Adobe CS3 suite on my Mac over the past few months, particularly since I upgrade to Mac OS X 10.5 Leopard. My legally purchased copy periodically decides that it's unlicensed and therefore won't run. The ever-so-charming error mess claims that "The licensing subsystem has failed catastrophically". Invariably, this happens when I'm on some sort of deadline and absolutely have to have access to the programs. I've wasted hours and hours figuring this out, <a href="http://www.adobe.com/go/kb401528">restoring support files</a>, uninstalling and reinstalling the software, talking to Adobe support people in India (who were no help whatsoever), <a href="http://www.adobe.com/support/contact/cs3clean.html">deleting absolutely everything</a> related to Adobe from my computer and reinstalling and the like. Today, I found the same sort of thing happening with my legally purchased copy of Filemaker Pro 9.0. What these programs have in common is that they use something called FLEXnet to phone home and check activation status every time one of these programs run. What I've discovered is that if another user on the same machine is using another program in the suite, FLEXnet throws an activation error. My wife has Acrobat Professional configured as her default PDF reader. So if she has Acrobat Pro open and I try to open Photoshop, or InDesign, or now even Filemaker Pro, I get an activation error and can't use the software. It appears that whatever software I try to use can't write to the FLEXnet directory if another user has a FLEXnet-hobbled application open. Not necessarily the <strong>same</strong> application, but <strong>any</strong> application that's crippled this way. Just to reiterate, this is software I paid for. I'm a legal customer, not someone who downloads cracked warez from tha intarwebs.</p>

<p>I'm sick and tired of dealing with this.  I really ought to bill Adobe for all the hours I've wasted figuring this out.  I can guarantee that I won't be spending another penny with Adobe or Filemaker as long as they treat their paying customers like criminals. Enough is enough. I've been a paying user of Photoshop since version 3.0 (since version 1.0 if you count my use at work). I've been a paying customer of Filemaker since it was <a href="http://www.dancing-data.com/filemakerhist.html">owned by Nashoba Systems</a>. No more. Not one more thin dime will they get from me as long as they're shipping crippled software.</p>


<p class="credit"><em>Tags:</em> <a href="http://technorati.com/tags/adobe" rel="tag">adobe</a> <a href="http://technorati.com/tags/filemaker" rel="tag">filemaker</a> <a href="http://technorati.com/tags/flexnet" rel="tag">flexnet</a> <a href="http://technorati.com/tags/activation" rel="tag">activation</a> <a href="http://technorati.com/tags/licensing" rel="tag">licensing</a> <a href="http://technorati.com/tags/piracy" rel="tag">piracy</a> <a href="http://technorati.com/tags/lack+of+respect" rel="tag">lack of respect</a> </p>

<p><a href="http://www.thereisnocat.com/showme891.html#comments">No comments (yet)</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/891"/>
			</item>

			<item rdf:about="http://www.thereisnocat.com/showme890.html">
				<title>Happy Birthday</title>
				<link>http://www.thereisnocat.com/showme890.html</link>
				<description>I just want to take this opportunity to welcome my brother to middle age....</description>
				<dc:date>2008-05-23T14:29:18-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p>I just want to take this opportunity to welcome <a href="http://www.melomel.com/">my brother</a> to middle age. Remember, 40 is the new black, but a good cigar is a smoke. Happy birthday!</p>

<p class="credit"><em>Tags:</em> <a href="http://technorati.com/tags/getting+older" rel="tag">getting older</a> <a href="http://technorati.com/tags/40" rel="tag">40</a> <a href="http://technorati.com/tags/birthday" rel="tag">birthday</a> </p>

<p><a href="http://www.thereisnocat.com/showme890.html#comments">1 comment</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/890"/>
			</item>

			<item rdf:about="http://www.thereisnocat.com/showme889.html">
				<title>Get naked!</title>
				<link>http://www.thereisnocat.com/showme889.html</link>
				<description>It's only natural, after all, to get naked on CSS Naked Day

(There Is No Cat will be back to it's usual dapper self tomorrow....</description>
				<dc:date>2008-04-09T04:53:18-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p>It's only natural, after all, to get naked on <a href="http://naked.dustindiaz.com/">CSS Naked Day</a></p>

<p>(There Is No Cat will be back to it's usual dapper self tomorrow. Today, we show off the glory of our semantic markup.)</p><p><a href="http://www.thereisnocat.com/showme889.html#comments">No comments (yet)</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/889"/>
			</item>

			<item rdf:about="http://www.thereisnocat.com/showme888.html">
				<title>College record stores are dying</title>
				<link>http://www.thereisnocat.com/showme888.html</link>
				<description>There's a very sad article from AP about how record stores in college towns are shutting down....</description>
				<dc:date>2008-03-28T03:07:42-04:00</dc:date>
				<content:encoded>
					<![CDATA[
<p>There's a very sad article from AP about how <a href="http://ap.google.com/article/ALeqM5gVrrVFYAOB8_aHlLrfDCUh9GK6ZwD8VKJOIO3">record stores in college towns are shutting down</a>. The advent of the Internet has made it impossible for many to continue.</p>

<p>A couple of my favorite stores in my old stomping grounds of State College, Pennsylvania, get shout outs. Arboria is closed. I spent a lot of time and money there in my years in State College. My friend Josh, who did the blues program at the campus radio station where I worked, was the manager there. They carried mostly used stuff (all vinyl back then), but had one wall of new records. A lot of them were cheap imports of dubious quality from places like Italy. My first copy of The Soft Boys' <cite>Underwater Moonlight</cite> was one of those. I certainly couldn't afford to pay for the UK import at the time. Arboria was great.</p>

<p>The owner of City Lights Records is quoted in the article. I'm glad to see they're still around, even if they're hanging on by a thread. They opened up in my last year in State College, around 1985. They focused more on new merchandise than used, so they were a nice complement to Arboria. I remember buying the first Yo La Tengo single there, before anyone had heard of them. I hadn't heard of them either, but they were from Hoboken, and that was good enough for me. The single wasn't even in the racks yet; it was in a pile of a dozen or so singles sitting on the counter that the owner hadn't gotten around to filing yet, just in that day.</p>

<p>As a fan of obscure music, I always found that the indie stores in college towns were the best places to go. I always made an effort whenever I travelled to seek them out. I guess that's not going to be such an effective tactic any more.</p>

<p>I think I'm going to have to make a music run to <a href="http://www.othermusic.com/">Other Music</a> at lunch time....</p>



<p class="credit"><em>Tags:</em> <a href="http://technorati.com/tags/record+store" rel="tag">record store</a> <a href="http://technorati.com/tags/arboria" rel="tag">arboria</a> <a href="http://technorati.com/tags/city+lights" rel="tag">city lights</a> <a href="http://technorati.com/tags/music" rel="tag">music</a> </p>

<p><a href="http://www.thereisnocat.com/showme888.html#comments">8 comments</a></p>


					]]>
				</content:encoded>
				<trackback:ping rdf:resource="http://www.thereisnocat.com/tb/888"/>
			</item>


</rdf:RDF>

