<?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/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>craig villacorta dot com</title>
	<atom:link href="http://craigvillacorta.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://craigvillacorta.wordpress.com</link>
	<description>//</description>
	<lastBuildDate>Fri, 15 May 2009 17:00:30 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='craigvillacorta.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/87ce921c35d095d9c77114e3089f14b2?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>craig villacorta dot com</title>
		<link>http://craigvillacorta.wordpress.com</link>
	</image>
			<item>
		<title>Pulling Ethnicity Data from Demo Recall in an ABS Report</title>
		<link>http://craigvillacorta.wordpress.com/2009/05/15/112/</link>
		<comments>http://craigvillacorta.wordpress.com/2009/05/15/112/#comments</comments>
		<pubDate>Fri, 15 May 2009 16:59:42 +0000</pubDate>
		<dc:creator>craigvillacorta</dc:creator>
				<category><![CDATA[beginner]]></category>
		<category><![CDATA[meditech]]></category>
		<category><![CDATA[npr]]></category>

		<guid isPermaLink="false">http://craigvillacorta.wordpress.com/?p=112</guid>
		<description><![CDATA[Some time ago, CMS mandated collection of Ethnicity indicators. Specifically, upon registering a patient, we were required to ask if he/she was Hispanic/Latino. The acceptable responses were:
Y = Yes
N = No
D = Declined
U = Unavailable
We built a Customer Defined Query and attached the screen to the ADM Census tab for all patient types. The query [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=craigvillacorta.wordpress.com&blog=1053593&post=112&subd=craigvillacorta&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Some time ago, CMS mandated collection of Ethnicity indicators. Specifically, upon registering a patient, we were required to ask if he/she was Hispanic/Latino. The acceptable responses were:</p>
<p>Y = Yes<br />
N = No<br />
D = Declined<br />
U = Unavailable</p>
<p>We built a Customer Defined Query and attached the screen to the ADM Census tab for all patient types. The query was setup as a Demo Recall field to ensure the data would persist beyond the ADM File Maintenance Parameter.</p>
<p><em><strong>Pulling data on ADM Report for time frame within ADM File Maintenance Parameters: </strong></em></p>
<p>Detail DPM: <span style="color:#888888;">ADM.PAT.main </span></p>
<p><span style="color:#888888;">xx.ethnicity<br />
DAT=FREE<br />
LEN=10<br />
VAL=@cd.response[@urn,"MY.QUERY"] </span></p>
<p><em><strong>Pulling data for time frame which exceeds ADM File Maintenance Parameters: </strong></em></p>
<p>Say your ADM File Maintenance Parameters are only set to 90 days and you want to pull patients within a specific admission date range exceeding our parameters. Write the report using:</p>
<p>Detail: <span style="color:#888888;">ABS.PAT.main</span><br />
Index: <span style="color:#888888;">ABS.PAT.adm.x </span></p>
<p>You have to look to the MRI.DRC DPM to pull the data. The following Footnote is a dummy fragment call that essentially opens a connection to your MRI database (of course, replace the &#8220;FAC&#8221; with your Facility code):</p>
<p><span style="color:#888888;">AL START %Z.rw.fragment(&#8220;&#8221;,&#8221;MRI.FAC&#8221;) </span></p>
<p>If you are familiar with reading Meditech&#8217;s Data Definitions, you&#8217;ll notice that the cd.response is stored in the following segment:</p>
<p><span style="color:#888888;">customer.defined.queries</span> &lt;&#8212;&#8211; segment<br />
<span style="color:#888888;">[medical.record,  cd.query]</span> &lt;&#8212;&#8211; subscripts</p>
<p>Meditech teaches us that &#8220;subscripts&#8221; are keys to accessing data. Meditech&#8217;s website also teaches us that the link between ABS and MRI.DRC is:</p>
<p><span style="color:#888888;">ABS.PAT.mri.urn = MRI.DRC.medical.record </span></p>
<p>That means in an ABS report, you can use @mri.urn as the subscript to pull an MRI.DRC field. To finish up this example, create a custom field as follows:</p>
<p><span style="color:#888888;">xx.ethnicity<br />
DAT=FREE<br />
LEN=20<br />
VAL=@MRI.DRC.cd.response[@mri.urn,"MY.QUERY"]</span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/craigvillacorta.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/craigvillacorta.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/craigvillacorta.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/craigvillacorta.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/craigvillacorta.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/craigvillacorta.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/craigvillacorta.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/craigvillacorta.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/craigvillacorta.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/craigvillacorta.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=craigvillacorta.wordpress.com&blog=1053593&post=112&subd=craigvillacorta&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://craigvillacorta.wordpress.com/2009/05/15/112/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4fd9ca5402ab1dc011ce5468d10e6f2d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">craigvillacorta</media:title>
		</media:content>
	</item>
		<item>
		<title>Job, Career, or Calling?</title>
		<link>http://craigvillacorta.wordpress.com/2009/04/04/job-career-or-calling/</link>
		<comments>http://craigvillacorta.wordpress.com/2009/04/04/job-career-or-calling/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 15:04:18 +0000</pubDate>
		<dc:creator>craigvillacorta</dc:creator>
				<category><![CDATA[management]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://craigvillacorta.wordpress.com/?p=110</guid>
		<description><![CDATA[I recently attended a leadership workshop, the best seminar I have ever been to in my professional career, where I was asked if my work is a job, a career, or a calling. What&#8217;s the difference?
Job: we perform primarily for pay and benefits. Punch the clock, do what is minimally required to keep our jobs [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=craigvillacorta.wordpress.com&blog=1053593&post=110&subd=craigvillacorta&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I recently attended a leadership workshop, the best seminar I have ever been to in my professional career, where I was asked if my work is a <em>job</em>, a <em>career</em>, or a <em>calling</em>. What&#8217;s the difference?</p>
<p><strong>Job</strong>: we perform primarily for pay and benefits. Punch the clock, do what is minimally required to keep our jobs and pay the bills.</p>
<p><strong>Career</strong>: we have larger goals (advancement, recognition, etc.) Come to work early, leave late, and take work home.</p>
<p><strong>Calling</strong>: a job that is intrinsically rewarding. Our work contributes to the &#8220;greater good.&#8221;</p>
<p>We all know which one of the above sounds the most fun, and which one sounds like the best employee to have working for you. But personally, I can see being effective with any of the options. But what makes you happy? What makes me happy? After reflecting for a few minutes, I realized that I&#8217;ve worked and succeeded in focusing on my <em>career </em>, but as of late, my labor was just a <em>job</em>. This realization was somewhat depressing to me, so I shared my concerns with my boss.</p>
<p>Luckily for me, my VP is&#8230;what&#8217;s the best way to describe him&#8230;he&#8217;s a damn cool guy. In addition to being a brilliant, knowledgeable , and effective leader, he genuinely cares. At this point in my life, I truly want to focus on my <em>calling</em>, and my boss tasked himself with determining how he and our organization could facilitate my goals.</p>
<p>Pretty cool.</p>
<p>I&#8217;m not sure if the greater moral to this story is to find your calling, or to find a job/boss who cares. In either case, I find myself happy with my work and goals. Furthermore, as manager, I am trying to emulate the leadership qualities and strategies of which I have been a lucky beneficiary.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/craigvillacorta.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/craigvillacorta.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/craigvillacorta.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/craigvillacorta.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/craigvillacorta.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/craigvillacorta.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/craigvillacorta.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/craigvillacorta.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/craigvillacorta.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/craigvillacorta.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=craigvillacorta.wordpress.com&blog=1053593&post=110&subd=craigvillacorta&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://craigvillacorta.wordpress.com/2009/04/04/job-career-or-calling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4fd9ca5402ab1dc011ce5468d10e6f2d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">craigvillacorta</media:title>
		</media:content>
	</item>
		<item>
		<title>Identify Replacement Code Procedures in BAR.BCH</title>
		<link>http://craigvillacorta.wordpress.com/2009/04/04/identify-replacement-code-procedures-in-barbch/</link>
		<comments>http://craigvillacorta.wordpress.com/2009/04/04/identify-replacement-code-procedures-in-barbch/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 14:32:31 +0000</pubDate>
		<dc:creator>craigvillacorta</dc:creator>
				<category><![CDATA[meditech]]></category>
		<category><![CDATA[npr]]></category>

		<guid isPermaLink="false">http://craigvillacorta.wordpress.com/?p=105</guid>
		<description><![CDATA[I have a report built in BAR.BCH.transaction.items. The challenge was to figure out if the item.procedure was a charge explosion (Replacement Code) or if it was a regular charge. At the transaction.item level, the only way I could see the procedure was associated to a replacement code was in the @item.comment field.
For example, if procedure [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=craigvillacorta.wordpress.com&blog=1053593&post=105&subd=craigvillacorta&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have a report built in <strong>BAR.BCH.transaction.items</strong>. The challenge was to figure out if the <strong>item.procedure</strong> was a charge explosion (Replacement Code) or if it was a regular charge. At the transaction.item level, the only way I could see the procedure was associated to a replacement code was in the <strong>@item.comment</strong> field.</p>
<p>For example, if procedure &#8220;456&#8243; was a replacement code/charge explosion triggered from procedure &#8220;123&#8243;, the <strong>@item.comment</strong> field would have the following:</p>
<p><strong>456|FROM 123</strong></p>
<p>Hence, you could use string extraction like so:</p>
<p><strong>@item.comment#&#8221;1 &#8220;</strong></p>
<p>The above code would output: <strong>123</strong></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/craigvillacorta.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/craigvillacorta.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/craigvillacorta.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/craigvillacorta.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/craigvillacorta.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/craigvillacorta.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/craigvillacorta.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/craigvillacorta.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/craigvillacorta.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/craigvillacorta.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=craigvillacorta.wordpress.com&blog=1053593&post=105&subd=craigvillacorta&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://craigvillacorta.wordpress.com/2009/04/04/identify-replacement-code-procedures-in-barbch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4fd9ca5402ab1dc011ce5468d10e6f2d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">craigvillacorta</media:title>
		</media:content>
	</item>
		<item>
		<title>Selecting a Date and Time Range in NPR</title>
		<link>http://craigvillacorta.wordpress.com/2008/05/07/selecting-a-date-and-time-range-in-npr/</link>
		<comments>http://craigvillacorta.wordpress.com/2008/05/07/selecting-a-date-and-time-range-in-npr/#comments</comments>
		<pubDate>Wed, 07 May 2008 13:12:10 +0000</pubDate>
		<dc:creator>craigvillacorta</dc:creator>
				<category><![CDATA[meditech]]></category>
		<category><![CDATA[npr]]></category>

		<guid isPermaLink="false">http://craigvillacorta.wordpress.com/?p=100</guid>
		<description><![CDATA[As you know, Meditech stores Dates and Times in separate fields. If you wanted to write a report to select records between specific dates/times, it&#8217;s a little more complex than using the &#8220;BETWEEN&#8221; keyword like SQL. Here&#8217;s an example to select patients admitted between a specific date and time range:
Setup your report to Select on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=craigvillacorta.wordpress.com&blog=1053593&post=100&subd=craigvillacorta&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>As you know, Meditech stores Dates and Times in separate fields. If you wanted to write a report to select records between specific dates/times, it&#8217;s a little more complex than using the &#8220;BETWEEN&#8221; keyword like SQL. Here&#8217;s an example to select patients admitted between a specific date and time range:</p>
<p>Setup your report to Select on a date range as usual:</p>
<p><strong>admit.date<br />
GE<br />
FROM DATE</strong></p>
<p><strong>admit.date<br />
LE<br />
THRU DATE</strong></p>
<p>Add the following Select Fields as well:</p>
<p><strong>xx.time.1<br />
IG<br />
FROM TIME</strong></p>
<p><strong>xx.time.2<br />
IG<br />
THRU TIME</strong></p>
<p><strong>xx.check<br />
EQ<br />
1</strong></p>
<p>Now define the following fields:</p>
<p><strong>xx.time.1<br />
DAT=HHMM<br />
LEN=4<br />
VAL=c.xx.time.1</strong></p>
<p><strong>xx.time.2<br />
DAT=HHMM<br />
LEN=4<br />
VAL=c.xx.time.2</strong></p>
<p><strong>xx.check<br />
DAT=FREE<br />
LEN=1<br />
VAL=IF{@admit.date_._@admit.time&#8217;&lt;(b.admit.date_._c.xx.time.1)&#8217;&gt;(e.admit.date_<br />
VAL=._c.xx.time.2) 1}</strong></p>
<p>This method works because dates are stored internally in Meditech in the format YYYYMMDD, and times are stored in the format HHMM. Your xx.check field concatenates the two values and treats them as numeric values allowing a simple numeric comparison.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/craigvillacorta.wordpress.com/100/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/craigvillacorta.wordpress.com/100/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/craigvillacorta.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/craigvillacorta.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/craigvillacorta.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/craigvillacorta.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/craigvillacorta.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/craigvillacorta.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/craigvillacorta.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/craigvillacorta.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/craigvillacorta.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/craigvillacorta.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=craigvillacorta.wordpress.com&blog=1053593&post=100&subd=craigvillacorta&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://craigvillacorta.wordpress.com/2008/05/07/selecting-a-date-and-time-range-in-npr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4fd9ca5402ab1dc011ce5468d10e6f2d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">craigvillacorta</media:title>
		</media:content>
	</item>
		<item>
		<title>Crossing applications without using a fragment</title>
		<link>http://craigvillacorta.wordpress.com/2008/04/01/crossing-applications-without-using-a-fragment/</link>
		<comments>http://craigvillacorta.wordpress.com/2008/04/01/crossing-applications-without-using-a-fragment/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 01:46:02 +0000</pubDate>
		<dc:creator>craigvillacorta</dc:creator>
				<category><![CDATA[meditech]]></category>
		<category><![CDATA[npr]]></category>

		<guid isPermaLink="false">http://craigvillacorta.wordpress.com/?p=99</guid>
		<description><![CDATA[This example is written in ABS.PAT.main, and shows how to pull data from BAR.PAT.top (Meditech C/S).
Create a macro named &#8220;d&#8221; like so:
@SETUP.BAR.INDEX,
END
SETUP.BAR.INDEX
@account.number^BAR.PAT.number^ABS,
DO{@Next(BAR.PAT.account,BAR.PAT.number.x) .,
@BAR.PAT.account^BAR.PAT.account,
@DO.BAR.STUFF}
DO.BAR.STUFF
;blah
;blah
I set the BAR.PAT.number as the @account.number. A loop lets me use an index of choice &#8212; in this case BAR.PAT.number.x. Since that index&#8217;s first subscript is number, and I just set it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=craigvillacorta.wordpress.com&blog=1053593&post=99&subd=craigvillacorta&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This example is written in <strong>ABS.PAT.main</strong>, and shows how to pull data from <strong>BAR.PAT.top</strong> (Meditech C/S).</p>
<p>Create a macro named &#8220;<strong>d</strong>&#8221; like so:</p>
<p><strong>@SETUP.BAR.INDEX,<br />
END</strong></p>
<p><strong>SETUP.BAR.INDEX<br />
@account.number^BAR.PAT.number^ABS,<br />
DO{@Next(BAR.PAT.account,BAR.PAT.number.x) .,<br />
@BAR.PAT.account^BAR.PAT.account,<br />
@DO.BAR.STUFF}</strong></p>
<p><strong>DO.BAR.STUFF<br />
;blah<br />
;blah</strong></p>
<p>I set the <strong>BAR.PAT.number </strong>as the <strong>@account.number</strong>. A loop lets me use an index of choice &#8212; in this case <strong>BAR.PAT.number.x. </strong>Since that index&#8217;s first subscript is <strong>number</strong>, and I just set it in the previous step, NPR immediately finds that record, sets the <strong>BAR.PAT.account</strong> subscript, and then allows you to <strong>DO.BAR.STUFF</strong>.</p>
<p>Enter the following Footnotes:</p>
<p><strong>AL START %Z.rw.fragment(&#8220;&#8221;,&#8221;BAR.KIC&#8221;)<br />
AL D d</strong></p>
<p>The bogus fragment call simply opens a connection to BAR.DB.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/craigvillacorta.wordpress.com/99/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/craigvillacorta.wordpress.com/99/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/craigvillacorta.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/craigvillacorta.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/craigvillacorta.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/craigvillacorta.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/craigvillacorta.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/craigvillacorta.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/craigvillacorta.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/craigvillacorta.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/craigvillacorta.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/craigvillacorta.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=craigvillacorta.wordpress.com&blog=1053593&post=99&subd=craigvillacorta&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://craigvillacorta.wordpress.com/2008/04/01/crossing-applications-without-using-a-fragment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4fd9ca5402ab1dc011ce5468d10e6f2d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">craigvillacorta</media:title>
		</media:content>
	</item>
	</channel>
</rss>