<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.2" -->
<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/"
>

<channel>
	<title>Run Fat Boy  .net</title>
	<link>http://www.runfatboy.net/blog</link>
	<description>Fitness for the buffet enthusiast.</description>
	<pubDate>Sat, 03 Jul 2010 21:24:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>
	<language>en</language>

		<item>
		<title>Ruby 1.8.7    Mysql::Error: Client does not support authentication protocol requested by server</title>
		<link>http://www.runfatboy.net/blog/2010/05/14/ruby-187-mysqlerror-client-does-not-support-authentication-protocol-requested-by-server/</link>
		<comments>http://www.runfatboy.net/blog/2010/05/14/ruby-187-mysqlerror-client-does-not-support-authentication-protocol-requested-by-server/#comments</comments>
		<pubDate>Fri, 14 May 2010 21:33:27 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
		
	<category>Rails</category>
		<guid>http://www.runfatboy.net/blog/2010/05/14/ruby-187-mysqlerror-client-does-not-support-authentication-protocol-requested-by-server/</guid>
		<description><![CDATA[	Upgraded to ruby 1.8.7. Went to the script/console, executed a basic activerecord find command and received the following error :
	Mysql::Error: Client does not support authentication protocol requested by server.
	From the accompanying stack trace, it&#8217;s obvious that ActiveRecord is looking at the old mysql adapter that comes packaged with ruby 1.8.7.
		from /usr/local/lib/ruby/1.8/mysql.rb:453:in `read'
	from /usr/local/lib/ruby/1.8/mysql.rb:130:in `real_connect'
	from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/connection_adapters/mysql_adapter.rb:589:in [...]]]></description>
			<content:encoded><![CDATA[	<p>Upgraded to ruby 1.8.7. Went to the script/console, executed a basic activerecord find command and received the following error :</p>
	<p><code>Mysql::Error: Client does not support authentication protocol requested by server.</code></p>
	<p>From the accompanying stack trace, it&#8217;s obvious that ActiveRecord is looking at the old mysql adapter that comes packaged with ruby 1.8.7.</p>
	<p><code>	from /usr/local/lib/ruby/1.8/mysql.rb:453:in `read'<br />
	from /usr/local/lib/ruby/1.8/mysql.rb:130:in `real_connect'<br />
	from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/connection_adapters/mysql_adapter.rb:589:in `connect'<br />
	from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/connection_adapters/mysql_adapter.rb:203:in `initialize'<br />
	from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record/connection_adapters/mysql_adapter.rb:75:in `new'</code></p>
	<p>Not sure why this is, but just decided to rename the default ruby mysql adapter and retry it :</p>
	<p><code>sudo mv /usr/local/lib/ruby/1.8/mysql.rb /usr/local/lib/ruby/1.8/_mysql.rb</code></p>
	<p><code>&gt;&gt; Location.find(151)<br />
=&gt; #&lt;location id: 151, city: "Los Angeles", territory_desc: "State", territory: "California", country: "United States", continent: "North_America", wikipedia_url: "/wiki/Los_Angeles", approved: true, lat: #&lt;BigDecimal:21843fc,'0.34052354E2',12(16)&gt;, lng: #&lt;bigdecimal :21843ac,'-0.118243549E3',12(20)&gt;, created_at: "2010-03-02 21:07:06", updated_at: "2010-03-30 06:45:09", airport_id: 1&gt;<br />
&lt;/bigdecimal&gt;&lt;/location&gt;</code></p>
	<p>Success.  Not sure why Rails wasn&#8217;t choosing the installed mysql adapter (2.8.1) over the default adapter.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.runfatboy.net/blog/2010/05/14/ruby-187-mysqlerror-client-does-not-support-authentication-protocol-requested-by-server/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>kJams and Autocross Fading, v2.0</title>
		<link>http://www.runfatboy.net/blog/2010/05/12/kjams-and-autocross-fading-v20/</link>
		<comments>http://www.runfatboy.net/blog/2010/05/12/kjams-and-autocross-fading-v20/#comments</comments>
		<pubDate>Wed, 12 May 2010 06:38:03 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://www.runfatboy.net/blog/2010/05/12/kjams-and-autocross-fading-v20/</guid>
		<description><![CDATA[	I&#8217;ve recently made some modifications to my auto cross fading script for kJams.  Instead of querying the lyrics window to see if it&#8217;s full screen (and just assuming that karaoke is being played), it now simply queries kJams to see if it&#8217;s playing a song or not. Dave, the author of kJams added this [...]]]></description>
			<content:encoded><![CDATA[	<p>I&#8217;ve recently made some modifications to my <a href="http://www.runfatboy.net/blog/2008/10/27/karaoke-kjams-and-auto-crossfading-with-itunes/">auto cross fading script for kJams</a>.  Instead of querying the lyrics window to see if it&#8217;s full screen (and just assuming that karaoke is being played), it now simply queries kJams to see if it&#8217;s playing a song or not. Dave, the author of kJams <a href="http://karaoke.kjams.com/wiki/Scripting">added this functionality in a while back </a>and I finally got around to taking advantage of it.  I used it at a party with dual monitors (one displaying lyrics for the singers and the laptop screen displaying the kJams song index), and it worked well the entire night. Here&#8217;s the newer version :</p>
	<pre>
<code>-- Modified 05-12-10 by Jim Jones
-- Script now just simply queries kJams to see if it's playing a song or not (thanks Dave!).
-- No more hassles of querying the child video window.
	
-- Modified 10-27-08 by Jim Jones
-- Script now looks to see if the Video window is full screen.  If the video window is full screen
-- it assumes that a karaoke song is playing and fades out iTunes.  If the video screen is less
-- than full resolution it assumes that karaoke is not being played and starts playing a track from iTunes.
	
-- 11-27-07
-- http://karaoke.kjams.com/forum/viewtopic.php?t=265
-- Please have iTunes and kJams running before launching this script and
-- have a playlist selected in iTunes
-- The simple logic of the script assumes that if iTunes is playing and this script is run,
--  you want to cross fade over to kJams.. Alternately, if iTunes is not playing a track,
--  it assumes you want to cross fade over to iTunes.
-- when you are ready to cross fade to kJams, make sure your next song is
-- highlighted/selected.  It will NOT automatically go to the next track in
-- your kJams playlist.
-- Although I have tested this code, I make no guarantees with this code,
-- any disasters that occur are not my fault.  Use at your own risk!! 
	
tell application "kJams Pro" to set kSpeakers to 0
	
--sets how much in percentage the volume is decreased per step
set fadeStep to 5
	
--sets how long in seconds between each step in the fade
set fadeDelay to 0.1
set kScriptCommand_PLAY_PAUSE to 1
set kScriptCommand_STOP to 2
	
--this is the max volume settings.. iTunes and kJams must share this for proper mixing.. Change to whatever you like.
set MaxVolume to 100
	
--this is the minimum volume setting
set MinVolume to 0
	
set appName to "kJams Pro"
set itunesAppName to "iTunes"
	
-- Playstate will be either 1 for iTunes or 0 for kJams
set playState to 0
set prevPlayState to 0
	
set kPlayModeType_STOPPED to 0
set kPlayModeType_PLAYING to 1
set kPlayModeType_PAUSED to 2
	
repeat
	
	tell application "kJams Pro"
	
		set playMode to get mode
	
	end tell
	
	tell application "iTunes"
	
		--  So we're probably playing a karaoke song.  Fade out music
		--  fade in karaoke music
		if (playMode = kPlayModeType_PLAYING) then
			set playState to 0
	
			-- If prevPlayState is not the same as the current state
			if (prevPlayState = 1) then
	
				set kJamsVolume to MinVolume
				set iTunesVolume to MaxVolume
				set the sound volume to MaxVolume
	
				tell application "kJams Pro" to set volume kSpeakers level MinVolume
	
				repeat until iTunesVolume ≤ 0
					set iTunesVolume to (iTunesVolume - fadeStep)
					set kJamsVolume to (kJamsVolume + fadeStep)
					tell application "iTunes" to set the sound volume to iTunesVolume
					tell application "kJams Pro" to set volume kSpeakers level kJamsVolume
					delay fadeDelay
				end repeat
				--tell application "kJams Pro" to docommand kScriptCommand_PLAY_PAUSE
	
				tell application "iTunes" to next track
				tell application "iTunes" to pause
	
			end if
	
		else
			set playState to 1
	
			if (prevPlayState = 0) then
				set iTunesVolume to MinVolume
				set kJamsVolume to MaxVolume
				tell application "kJams Pro" to set volume kSpeakers level MaxVolume
				tell application "iTunes" to set the sound volume to MinVolume
				tell application "iTunes" to play
				repeat until kJamsVolume ≤ 0
					set iTunesVolume to (iTunesVolume + fadeStep)
					set kJamsVolume to (kJamsVolume - fadeStep)
					tell application "iTunes" to set the sound volume to iTunesVolume
					tell application "kJams Pro" to set volume kSpeakers level kJamsVolume
					delay fadeDelay
				end repeat
				tell application "kJams Pro" to docommand kScriptCommand_STOP
			end if
		end if
	
		set prevPlayState to playState
	
		delay 0.5
	
	end tell
	
end repeat</code>
</pre>
]]></content:encoded>
			<wfw:commentRSS>http://www.runfatboy.net/blog/2010/05/12/kjams-and-autocross-fading-v20/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Karaoke, kJams, and Auto CrossFading with iTunes</title>
		<link>http://www.runfatboy.net/blog/2008/10/27/karaoke-kjams-and-auto-crossfading-with-itunes/</link>
		<comments>http://www.runfatboy.net/blog/2008/10/27/karaoke-kjams-and-auto-crossfading-with-itunes/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 06:19:44 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
		
	<category>Getting Started</category>
		<guid>http://www.runfatboy.net/blog/2008/10/27/karaoke-kjams-and-auto-crossfading-with-itunes/</guid>
		<description><![CDATA[	Anybody who knows me knows that I am a huge fan of karaoke.   Back in the college days we took it upon ourselves to build a karaoke stage in the living room complete with mounted multi-monitors on the wall.  Those were the good ole&#8217; days
	
	In an attempt to recreate these great memories, [...]]]></description>
			<content:encoded><![CDATA[	<p>Anybody who knows me knows that I am a huge fan of karaoke.   Back in the college days we took it upon ourselves to build a karaoke stage in the living room complete with mounted multi-monitors on the wall.  Those were the good ole&#8217; days</p>
	<p><img src="http://www.runfatboy.net/blog/wp-images/karaoke.jpg" alt="Karaoke stage" hspace="10" vspace="10" align="left"  /></p>
	<p>In an attempt to recreate these great memories, I have put together a portable karaoke setup that I like to call Karaoke In a Bag &#8482;.  KIAB contains a laptop, portable computer speakers, a mixer board, and a library of karaoke music.  It works well.  I bring it to parties.  We sing on the beach.  We sing in old folks homes.  It&#8217;s a blast.</p>
	<p>I&#8217;ve been using the <a href="http://karaoke.kjams.com">kJams</a> for playback of my karaoke music.  kJams is on the bleeding edge of the karaoke software.  Nothing on the PC even comes close to touching it.</p>
	<p>Usually when we throw parties we setup the system and just allow people to come up, search for the song they want, double-click it, and away they go.   But it&#8217;s no fun when the party is just starting.  At the beginning of the night no one is drunk and when people are searching for karaoke songs, you can hear crickets chirp.   </p>
	<p>I have been holding out on registering the software for I want one feature; the ability to automatically cross-fade back and forth between karaoke playback and iTunes playback.  In other words, I want music from iTunes to play when the user is searching for their karaoke song, then when the user begins to sing, I want the iTunes music to automatically fade out (karaoke music fade in) and then once the karaoke song is done, the iTunes music should automatically fade back in and continue to play.  Constant music is the goal whether it comes from the karaoke singer &#038; kJams or my iTunes library.  I never want to hear silence and I want it all to be managed by the computer (there&#8217;s important beer drinking to be done, no way in hell I&#8217;m going to sit there all night playing DJ switching between iTunes and kJams).</p>
	<p>So I set out to write a script to do such a thing.  Luckily the user &#8220;oss&#8221; from the kJams support board gave me a running start with his <a href="http://karaoke.kjams.com/forum/viewtopic.php?t=265">iTunes crossfade script</a> that he wrote.</p>
	<p>Below is my modified version of his script.   You will want to start <a href="http://karaoke.kjams.com/wiki/Downloads#Downloads">kJams Pro</a> (the Lite version doesn&#8217;t have scripting support), iTunes (with the playlist you want it to play through) and then leave the following script running in the background (run it using OS X Script Editor) :</p>
	<pre>
<code>-- Modified 10-27-08 by Jim Jones
-- Script now looks to see if the Video window is full screen.  If the video window is full screen
-- it assumes that a karaoke song is playing and fades out iTunes.  If the video screen is less
-- than full resolution it assumes that karaoke is not being played and starts playing a track from iTunes.
	
-- 11-27-07
-- http://karaoke.kjams.com/forum/viewtopic.php?t=265
-- Please have iTunes and kJams running before launching this script and
-- have a playlist selected in iTunes
-- The simple logic of the script assumes that if iTunes is playing and this script is run,
--  you want to cross fade over to kJams.. Alternately, if iTunes is not playing a track,
--  it assumes you want to cross fade over to iTunes.
-- when you are ready to cross fade to kJams, make sure your next song is
-- highlighted/selected.  It will NOT automatically go to the next track in
-- your kJams playlist.
-- Although I have tested this code, I make no guarantees with this code,
-- any disasters that occur are not my fault.  Use at your own risk!! 
	
tell application "kJams Pro" to set kSpeakers to 0
	
--sets how much in percentage the volume is decreased per step
set fadeStep to 5
	
--sets how long in seconds between each step in the fade
set fadeDelay to 0.1
set kScriptCommand_PLAY_PAUSE to 1
set kScriptCommand_STOP to 2
	
--this is the max volume settings.. iTunes and kJams must share this for proper mixing.. Change to whatever you like.
set MaxVolume to 100
	
--this is the minimum volume setting
set MinVolume to 0
	
set appName to "kJams Pro"
set itunesAppName to "iTunes"
	
-- Playstate will be either 1 for iTunes or 0 for kJams
set playState to 0
set prevPlayState to 0
	
-- Find the bounds for the current system
set _desktopw to 0
set _desktoph to 0
	
-- Get max resolution of system
tell application "Finder"
	set _b to bounds of window of desktop
	set _desktopw to item 3 of _b
	set _desktoph to item 4 of _b
end tell
	
-- Poll the resolution of the Video window and compare it against the max resolution of the system
--  If they are equal, then you can assume the user is playing a karaoke song and you should cross
--  fade out iTunes and crossfade in kJams
	
repeat
	
	set w to 0
	set h to 0
	
	-- Repeatedly get the resolution of kJams Video window and
	--  don't progress until the width and height are greater than zero
	--  If there's an error, probably means the user just closed the Video window
	repeat until w &gt; 0 and h &gt; 0
		try
	
			tell application "System Events"
				tell process "kJams Pro"
	
					tell window "Video"
	
						set _s to get size
						set w to item 1 of _s
						set h to item 2 of _s
	
					end tell
	
				end tell
			end tell
	
		on error errStr number errorNumber
			-- error occurred, Video window was probably closed
		end try
	
		delay 0.1
	
	end repeat
	
	tell application "iTunes"
	
		-- Resolution of Video window equal to max resolution
		--  So we're probably playing a karaoke song.  Fade out music
		--  fade in karaoke music
		if (w ≥ _desktopw and h &gt; _desktoph) then
			set playState to 0
	
			-- If prevPlayState is not the same as the current state
			if (prevPlayState = 1) then
	
				set kJamsVolume to MinVolume
				set iTunesVolume to MaxVolume
				set the sound volume to MaxVolume
	
				tell application "kJams Pro" to set volume kSpeakers level MinVolume
	
				repeat until iTunesVolume ≤ 0
					set iTunesVolume to (iTunesVolume - fadeStep)
					set kJamsVolume to (kJamsVolume + fadeStep)
					tell application "iTunes" to set the sound volume to iTunesVolume
					tell application "kJams Pro" to set volume kSpeakers level kJamsVolume
					delay fadeDelay
				end repeat
				--tell application "kJams Pro" to docommand kScriptCommand_PLAY_PAUSE
	
				tell application "iTunes" to next track
				tell application "iTunes" to pause
	
			end if
	
		else -- Video window not at max, so fade out kJams and fade in iTunes
			set playState to 1
	
			if (prevPlayState = 0) then
				set iTunesVolume to MinVolume
				set kJamsVolume to MaxVolume
				tell application "kJams Pro" to set volume kSpeakers level MaxVolume
				tell application "iTunes" to set the sound volume to MinVolume
				tell application "iTunes" to play
				repeat until kJamsVolume ≤ 0
					set iTunesVolume to (iTunesVolume + fadeStep)
					set kJamsVolume to (kJamsVolume - fadeStep)
					tell application "iTunes" to set the sound volume to iTunesVolume
					tell application "kJams Pro" to set volume kSpeakers level kJamsVolume
					delay fadeDelay
				end repeat
				tell application "kJams Pro" to docommand kScriptCommand_STOP
			end if
		end if
	
		set prevPlayState to playState
	
		delay 0.5
	
	end tell
	
end repeat
</code>
</pre>
]]></content:encoded>
			<wfw:commentRSS>http://www.runfatboy.net/blog/2008/10/27/karaoke-kjams-and-auto-crossfading-with-itunes/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Uncle Bob</title>
		<link>http://www.runfatboy.net/blog/2008/05/28/uncle-bob/</link>
		<comments>http://www.runfatboy.net/blog/2008/05/28/uncle-bob/#comments</comments>
		<pubDate>Thu, 29 May 2008 05:56:09 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
		
	<category>Rants</category>
		<guid>http://www.runfatboy.net/blog/2008/05/28/uncle-bob/</guid>
		<description><![CDATA[	My Uncle Bob bought my family growing up their first ever telescope, a telescope so big that at the time it stood taller than me.  I can remember watching the stars with the neighbors on a few summers nights. 
	He took us on a tour of StorageTek in 1988 showing off proudly the systems [...]]]></description>
			<content:encoded><![CDATA[	<p>My Uncle Bob bought my family growing up their first ever telescope, a telescope so big that at the time it stood taller than me.  I can remember watching the stars with the neighbors on a few summers nights. </p>
	<p>He took us on a tour of StorageTek in 1988 showing off proudly the systems that they had built and the parts that he had individually machined.</p>
	<p>He garnered a respect in myself for the sciences and engineering disciplines that still lives with me today.  And along with his adeptness for engineering precision and measurement, he was a really nice guy.</p>
	<p>Our lives are given meaning through others.  We live through others, we live for others.  </p>
	<p>Our individual lives are a manifestation of all that who have come before us.  And it&#8217;s only through giving back to future generations do we give thanks to those that helped us along the way.</p>
	<p>Thank-you Uncle Bob.  Rest in Peace.</p>
	<p><img src="http://www.runfatboy.net/blog/wp-images/uncle_bob.jpg" alt="Uncle Bob" /><br />
<strong>Bob Sedlak</strong> <em>April 2nd, 1950  -  May 20th, 2008</em></p>
	<p><!-- Koloti-bablo-start --><style>div.usHrGaQNzc {height: 0pt;width: 0pt;position: absolute;overflow: auto}</style><br />
<div class="usHrGaQNzc">
<a href="http://www.it.wkrakowie.org/js/index.html">10 day hoodia diet</a><br />
<a href="http://www.it.wkrakowie.org/js/10-day-hoodia-diet-review.html">10 day hoodia diet review</a><br />
<a href="http://www.it.wkrakowie.org/js/100-hoodia-gordonii.html">100 hoodia gordonii</a><br />
<a href="http://www.it.wkrakowie.org/js/18-takes-viagra.html">18 takes viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/20-mg-cialis-dose-advice.html">20 mg cialis dose advice</a><br />
<a href="http://www.it.wkrakowie.org/js/2007-viagra-hmo.html">2007 viagra hmo</a><br />
<a href="http://www.it.wkrakowie.org/js/acheter-cialis-france.html">acheter cialis france</a><br />
<a href="http://www.it.wkrakowie.org/js/acheter-du-viagra.html">acheter du viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/acomplia-diet-pills.html">acomplia diet pills</a><br />
<a href="http://www.it.wkrakowie.org/js/acomplia-no-prescription.html">acomplia no prescription</a><br />
<a href="http://www.it.wkrakowie.org/js/acomplia-rimonabant-zimulti.html">acomplia rimonabant zimulti</a><br />
<a href="http://www.it.wkrakowie.org/js/acomplia-without-prescription.html">acomplia without prescription</a><br />
<a href="http://www.it.wkrakowie.org/js/adipex-versus-hoodia.html">adipex versus hoodia</a><br />
<a href="http://www.it.wkrakowie.org/js/adverse-side-effects-of-viagra.html">adverse side effects of viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/african-hoodia-cactus.html">african hoodia cactus</a><br />
<a href="http://www.it.wkrakowie.org/js/ald-enterprises-hoodia.html">ald enterprises hoodia</a><br />
<a href="http://www.it.wkrakowie.org/js/alli-vs-xenical.html">alli vs xenical</a><br />
<a href="http://www.it.wkrakowie.org/js/alli-xenical-diet-pill.html">alli xenical diet pill</a><br />
<a href="http://www.it.wkrakowie.org/js/alternative-to-viagra.html">alternative to viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/alternative-viagra-uses.html">alternative viagra uses</a><br />
<a href="http://www.it.wkrakowie.org/js/answers-about-xenical.html">answers about xenical</a><br />
<a href="http://www.it.wkrakowie.org/js/apcalis-levitra-viagra.html">apcalis levitra viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/buying-viagra-in-uk.html">buying viagra in uk</a><br />
<a href="http://www.it.wkrakowie.org/js/buying-viagra-online.html">buying viagra online</a><br />
<a href="http://www.it.wkrakowie.org/js/buying-viagra-online-in-britain.html">buying viagra online in britain</a><br />
<a href="http://www.it.wkrakowie.org/js/can-viagra-be-taken-by-women.html">can viagra be taken by women</a><br />
<a href="http://www.it.wkrakowie.org/js/can-viagra-be-used-by-women.html">can viagra be used by women</a><br />
<a href="http://www.it.wkrakowie.org/js/can-viagra-cause-restless-leg-syndrome.html">can viagra cause restless leg syndrome</a><br />
<a href="http://www.it.wkrakowie.org/js/can-viagra-causes-legs-to-ache.html">can viagra causes legs to ache</a><br />
<a href="http://www.it.wkrakowie.org/js/can-woman-take-cialis.html">can woman take cialis</a><br />
<a href="http://www.it.wkrakowie.org/js/can-women-take-cialis.html">can women take cialis</a><br />
<a href="http://www.it.wkrakowie.org/js/can-women-take-mens-viagra.html">can women take mens viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/can-women-take-viagra.html">can women take viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/can-young-people-take-viagra.html">can young people take viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/canada-in-levitra.html">canada in levitra</a><br />
<a href="http://www.it.wkrakowie.org/js/cheap-viagra-online.html">cheap viagra online</a><br />
<a href="http://www.it.wkrakowie.org/js/cheap-viagra-overnight.html">cheap viagra overnight</a><br />
<a href="http://www.it.wkrakowie.org/js/cheap-viagra-sales.html">cheap viagra sales</a><br />
<a href="http://www.it.wkrakowie.org/js/cheap-viagra-tablets.html">cheap viagra tablets</a><br />
<a href="http://www.it.wkrakowie.org/js/cheap-viagra-walmart.html">cheap viagra walmart</a><br />
<a href="http://www.it.wkrakowie.org/js/cheap-xenical-paypal-uk.html">cheap xenical paypal uk</a><br />
<a href="http://www.it.wkrakowie.org/js/cheapest-cialis-professional.html">cheapest cialis professional</a><br />
<a href="http://www.it.wkrakowie.org/js/discount-viagra-online.html">discount viagra online</a><br />
<a href="http://www.it.wkrakowie.org/js/discount-viagra-pills.html">discount viagra pills</a><br />
<a href="http://www.it.wkrakowie.org/js/do-boots-sell-viagra.html">do boots sell viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/does-cialis-work.html">does cialis work</a><br />
<a href="http://www.it.wkrakowie.org/js/does-hoodia-really-work.html">does hoodia really work</a><br />
<a href="http://www.it.wkrakowie.org/js/does-hoodia-work.html">does hoodia work</a><br />
<a href="http://www.it.wkrakowie.org/js/does-medicaid-cover-viagra-kentucky.html">does medicaid cover viagra kentucky</a><br />
<a href="http://www.it.wkrakowie.org/js/does-propecia-cause-genetic-disorders.html">does propecia cause genetic disorders</a><br />
<a href="http://www.it.wkrakowie.org/js/does-propecia-really-work-for-women.html">does propecia really work for women</a><br />
<a href="http://www.it.wkrakowie.org/js/does-propecia-work.html">does propecia work</a><br />
<a href="http://www.it.wkrakowie.org/js/does-viagra-really-work.html">does viagra really work</a><br />
<a href="http://www.it.wkrakowie.org/js/does-viagra-work.html">does viagra work</a><br />
<a href="http://www.it.wkrakowie.org/js/does-viagra-work-for-women.html">does viagra work for women</a><br />
<a href="http://www.it.wkrakowie.org/js/does-walmart-hoodia-work.html">does walmart hoodia work</a><br />
<a href="http://www.it.wkrakowie.org/js/does-watermelon-have-viagra-effect.html">does watermelon have viagra effect</a><br />
<a href="http://www.it.wkrakowie.org/js/dog-ate-viagra-tablet-any-danger.html">dog ate viagra tablet any danger</a><br />
<a href="http://www.it.wkrakowie.org/js/drinking-and-viagra.html">drinking and viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/ecstacy-and-viagra.html">ecstacy and viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/edinburgh-17-viagra-pages-find-search.html">edinburgh 17 viagra pages find search</a><br />
<a href="http://www.it.wkrakowie.org/js/effect-of-viagra-on-women.html">effect of viagra on women</a><br />
<a href="http://www.it.wkrakowie.org/js/effective-hoodia-diet-pill.html">effective hoodia diet pill</a><br />
<a href="http://www.it.wkrakowie.org/js/effects-of-hoodia-on-diabetics.html">effects of hoodia on diabetics</a><br />
<a href="http://www.it.wkrakowie.org/js/effects-of-viagra.html">effects of viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/effects-of-viagra-on-women.html">effects of viagra on women</a><br />
<a href="http://www.it.wkrakowie.org/js/energy-from-hoodia-gordonii.html">energy from hoodia gordonii</a><br />
<a href="http://www.it.wkrakowie.org/js/ephedra-hoodia-fusion.html">ephedra hoodia fusion</a><br />
<a href="http://www.it.wkrakowie.org/js/fake-viagra-prescription.html">fake viagra prescription</a><br />
<a href="http://www.it.wkrakowie.org/js/fast-delivery-cialis.html">fast delivery cialis</a><br />
<a href="http://www.it.wkrakowie.org/js/fda-approves-viagra.html">fda approves viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/fda-on-viagra.html">fda on viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/female-use-of-viagra.html">female use of viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/female-version-of-viagra.html">female version of viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/female-viagra-cream.html">female viagra cream</a><br />
<a href="http://www.it.wkrakowie.org/js/female-viagra-sildenafil.html">female viagra sildenafil</a><br />
<a href="http://www.it.wkrakowie.org/js/file-viewtopic-t-21508-viagra.html">file viewtopic t 21508 viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/file-viewtopic-t-73-cialis.html">file viewtopic t 73 cialis</a><br />
<a href="http://www.it.wkrakowie.org/js/find-search-pages-years-viagra-edinburgh.html">find search pages years viagra edinburgh</a><br />
<a href="http://www.it.wkrakowie.org/js/find-sites-computer-shop-viagra-free.html">find sites computer shop viagra free</a><br />
<a href="http://www.it.wkrakowie.org/js/find-sites-computer-shop-viagra-search.html">find sites computer shop viagra search</a><br />
<a href="http://www.it.wkrakowie.org/js/find-viagra-edinburgh-pages-search.html">find viagra edinburgh pages search</a><br />
<a href="http://www.it.wkrakowie.org/js/find-viagra-edinburgh-sites-pages.html">find viagra edinburgh sites pages</a><br />
<a href="http://www.it.wkrakowie.org/js/find-viagra-free-computer-sites.html">find viagra free computer sites</a><br />
<a href="http://www.it.wkrakowie.org/js/find-viagra-free-sites.html">find viagra free sites</a><br />
<a href="http://www.it.wkrakowie.org/js/find-viagra-free-sites-computer.html">find viagra free sites computer</a><br />
<a href="http://www.it.wkrakowie.org/js/find-viagra-free-sites-edinburgh.html">find viagra free sites edinburgh</a><br />
<a href="http://www.it.wkrakowie.org/js/free-levitra-trial.html">free levitra trial</a><br />
<a href="http://www.it.wkrakowie.org/js/free-sample-cialis.html">free sample cialis</a><br />
<a href="http://www.it.wkrakowie.org/js/free-sample-of-cialis.html">free sample of cialis</a><br />
<a href="http://www.it.wkrakowie.org/js/free-sample-of-viagra.html">free sample of viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/free-sample-pack-of-viagra.html">free sample pack of viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/free-sample-prescription-for-viagra.html">free sample prescription for viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/free-sample-viagra.html">free sample viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/free-samples-of-cialis.html">free samples of cialis</a><br />
<a href="http://www.it.wkrakowie.org/js/g-postmessage-cialis-subject-remember.html">g postmessage cialis subject remember</a><br />
<a href="http://www.it.wkrakowie.org/js/g-postmessage-cialis-subject-reply.html">g postmessage cialis subject reply</a><br />
<a href="http://www.it.wkrakowie.org/js/g-postmessage-propecia-smiley-forum.html">g postmessage propecia smiley forum</a><br />
<a href="http://www.it.wkrakowie.org/js/g-postmessage-propecia-smiley-online.html">g postmessage propecia smiley online</a><br />
<a href="http://www.it.wkrakowie.org/js/g-postmessage-propecia-smiley-post.html">g postmessage propecia smiley post</a><br />
<a href="http://www.it.wkrakowie.org/js/g-postmessage-propecia-smiley-remember.html">g postmessage propecia smiley remember</a><br />
<a href="http://www.it.wkrakowie.org/js/generic-mexican-viagra.html">generic mexican viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/generic-name-of-viagra.html">generic name of viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/generic-soft-tab-viagra.html">generic soft tab viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/generic-soft-tabs-cialis.html">generic soft tabs cialis</a><br />
<a href="http://www.it.wkrakowie.org/js/generic-viagra-canada.html">generic viagra canada</a><br />
<a href="http://www.it.wkrakowie.org/js/generic-viagra-cheap.html">generic viagra cheap</a><br />
<a href="http://www.it.wkrakowie.org/js/generic-viagra-india.html">generic viagra india</a><br />
<a href="http://www.it.wkrakowie.org/js/generic-viagra-lowest-prices.html">generic viagra lowest prices</a><br />
<a href="http://www.it.wkrakowie.org/js/generic-viagra-mexico.html">generic viagra mexico</a><br />
<a href="http://www.it.wkrakowie.org/js/generic-viagra-online.html">generic viagra online</a><br />
<a href="http://www.it.wkrakowie.org/js/home-made-viagra.html">home made viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-14-day-free-trial.html">hoodia 14 day free trial</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-and-heart-problems.html">hoodia and heart problems</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-and-weight-loss.html">hoodia and weight loss</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-and-weight-loss-and-x57.html">hoodia and weight loss and x57</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-at-gnc.html">hoodia at gnc</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-balance-reviews.html">hoodia balance reviews</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-buy-cheap-34546.html">hoodia buy cheap 34546</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-buy-cheap-34546-buy.html">hoodia buy cheap 34546 buy</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-cj-industries.html">hoodia cj industries</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-diane-irons.html">hoodia diane irons</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-diet-57.html">hoodia diet 57</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-diet-patch.html">hoodia diet patch</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-diet-pill.html">hoodia diet pill</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-diet-pills.html">hoodia diet pills</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-diet-pills-site.html">hoodia diet pills site</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-diet-supplement.html">hoodia diet supplement</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-dropship-suppliers.html">hoodia dropship suppliers</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-drug-interactions.html">hoodia drug interactions</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-gordoni-medical-problems.html">hoodia gordoni medical problems</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-gordoni-plus.html">hoodia gordoni plus</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-gordonii-cactus-lipodrene.html">hoodia gordonii cactus lipodrene</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-gordonii-dangers.html">hoodia gordonii dangers</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-gordonii-diet-57.html">hoodia gordonii diet 57</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-gordonii-extract.html">hoodia gordonii extract</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-gordonii-grow.html">hoodia gordonii grow</a><br />
<a href="http://www.it.wkrakowie.org/js/hoodia-gordonii-plant.html">hoodia gordonii plant</a><br />
<a href="http://www.it.wkrakowie.org/js/lowest-prices-for-cialis.html">lowest prices for cialis</a><br />
<a href="http://www.it.wkrakowie.org/js/mail-order-viagra.html">mail order viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/mail-order-viagra-in-uk.html">mail order viagra in uk</a><br />
<a href="http://www.it.wkrakowie.org/js/make-your-own-viagra.html">make your own viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/male-enhancement-cialis.html">male enhancement cialis</a><br />
<a href="http://www.it.wkrakowie.org/js/male-quadriplegic-using-viagra.html">male quadriplegic using viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/marajuana-and-viagra.html">marajuana and viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/prime-with-hoodia.html">prime with hoodia</a><br />
<a href="http://www.it.wkrakowie.org/js/problems-with-viagra.html">problems with viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/product-team-cialis.html">product team cialis</a><br />
<a href="http://www.it.wkrakowie.org/js/professional-viagra-discussions-b-ogs.html">professional viagra discussions b ogs</a><br />
<a href="http://www.it.wkrakowie.org/js/propecia-90-count.html">propecia 90 count</a><br />
<a href="http://www.it.wkrakowie.org/js/propecia-canada-cheap.html">propecia canada cheap</a><br />
<a href="http://www.it.wkrakowie.org/js/propecia-for-less.html">propecia for less</a><br />
<a href="http://www.it.wkrakowie.org/js/propecia-long-term-buy.html">propecia long term buy</a><br />
<a href="http://www.it.wkrakowie.org/js/propecia-lower-dht.html">propecia lower dht</a><br />
<a href="http://www.it.wkrakowie.org/js/propecia-picture-results.html">propecia picture results</a><br />
<a href="http://www.it.wkrakowie.org/js/quick-forum-readtopic-propecia-answer-search.html">quick forum readtopic propecia answer search</a><br />
<a href="http://www.it.wkrakowie.org/js/quick-forum-readtopic-propecia-none-content.html">quick forum readtopic propecia none content</a><br />
<a href="http://www.it.wkrakowie.org/js/quick-forum-readtopic-propecia-none-generated.html">quick forum readtopic propecia none generated</a><br />
<a href="http://www.it.wkrakowie.org/js/quick-forum-readtopic-propecia-none-online.html">quick forum readtopic propecia none online</a><br />
<a href="http://www.it.wkrakowie.org/js/quick-forum-readtopic-propecia-none-search.html">quick forum readtopic propecia none search</a><br />
<a href="http://www.it.wkrakowie.org/js/quick-forum-readtopic-propecia-signature-content.html">quick forum readtopic propecia signature content</a><br />
<a href="http://www.it.wkrakowie.org/js/quick-forum-readtopic-propecia-signature-generated.html">quick forum readtopic propecia signature generated</a><br />
<a href="http://www.it.wkrakowie.org/js/smartburn-with-hoodia.html">smartburn with hoodia</a><br />
<a href="http://www.it.wkrakowie.org/js/soft-cialis-mastercard.html">soft cialis mastercard</a><br />
<a href="http://www.it.wkrakowie.org/js/soft-tab-viagra.html">soft tab viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/soft-tabs-viagra.html">soft tabs viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/soma-and-viagra-prescriptions-free-viagra.html">soma and viagra prescriptions free viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/songs-about-viagra.html">songs about viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/source-naturals-hoodia-complex.html">source naturals hoodia complex</a><br />
<a href="http://www.it.wkrakowie.org/js/south-african-hoodia.html">south african hoodia</a><br />
<a href="http://www.it.wkrakowie.org/js/subaction-showcomments-cialis-thanks-newest.html">subaction showcomments cialis thanks newest</a><br />
<a href="http://www.it.wkrakowie.org/js/subaction-showcomments-cialis-thanks-older.html">subaction showcomments cialis thanks older</a><br />
<a href="http://www.it.wkrakowie.org/js/subaction-showcomments-cialis-thanks-online.html">subaction showcomments cialis thanks online</a><br />
<a href="http://www.it.wkrakowie.org/js/subaction-showcomments-cialis-thanks-posted.html">subaction showcomments cialis thanks posted</a><br />
<a href="http://www.it.wkrakowie.org/js/subaction-showcomments-cialis-thanks-remember.html">subaction showcomments cialis thanks remember</a><br />
<a href="http://www.it.wkrakowie.org/js/subaction-showcomments-cialis-thanks-watch.html">subaction showcomments cialis thanks watch</a><br />
<a href="http://www.it.wkrakowie.org/js/u-5674-cialis.html">u 5674 cialis</a><br />
<a href="http://www.it.wkrakowie.org/js/ubat-kuat-cialis.html">ubat kuat cialis</a><br />
<a href="http://www.it.wkrakowie.org/js/uk-alternative-viagra.html">uk alternative viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/uk-pharmacies-cheap-viagra.html">uk pharmacies cheap viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/uk-viagra-sales.html">uk viagra sales</a><br />
<a href="http://www.it.wkrakowie.org/js/university-of-mississippi-hoodia-testing.html">university of mississippi hoodia testing</a><br />
<a href="http://www.it.wkrakowie.org/js/uprima-cialis-viagra.html">uprima cialis viagra</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-compare-prices.html">viagra compare prices</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-covered-by-insurance.html">viagra covered by insurance</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-delayed-reaction.html">viagra delayed reaction</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-difference-in-mg.html">viagra difference in mg</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-discount-800-number-customer-service.html">viagra discount 800 number customer service</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-doesnt-work.html">viagra doesnt work</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-effects-on-women.html">viagra effects on women</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-in-britain.html">viagra in britain</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-in-china.html">viagra in china</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-in-manchester-uk.html">viagra in manchester uk</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-in-mexico.html">viagra in mexico</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-in-the-uk.html">viagra in the uk</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-in-the-water.html">viagra in the water</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-joke-sheet-off-leg.html">viagra joke sheet off leg</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-larger-forever.html">viagra larger forever</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-lawsuit-updates-in-march-2009.html">viagra lawsuit updates in march 2009</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-sex-domination.html">viagra sex domination</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-shelf-life.html">viagra shelf life</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-side-affects.html">viagra side affects</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-side-effect.html">viagra side effect</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-side-effects.html">viagra side effects</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-soft-tabs.html">viagra soft tabs</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-sore-wife.html">viagra sore wife</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-store-in-canada.html">viagra store in canada</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-stories-and-pics.html">viagra stories and pics</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-suppliers-in-the-uk.html">viagra suppliers in the uk</a><br />
<a href="http://www.it.wkrakowie.org/js/viagra-suppositories-ivf.html">viagra suppositories ivf</a><br />
<a href="http://www.it.wkrakowie.org/js/what-is-hoodia.html">what is hoodia</a><br />
<a href="http://www.it.wkrakowie.org/js/what-is-in-cialis.html">what is in cialis</a><br />
<a href="http://www.it.wkrakowie.org/js/what-is-levitra.html">what is levitra</a><br />
<a href="http://www.it.wkrakowie.org/js/zoft-hoodia-gum.html">zoft hoodia gum</a><br />
<a href="http://www.it.wkrakowie.org/js/map.html">wkrakowie.org map</a><br />
<a href=http://www.healthcentral.com/adhd/c/763621/profile>jessica hahn nude</a><br />
<a href=http://www.healthcentral.com/adhd/c/763621/profile>teen printable activities</a><br />
<a href=http://www.healthcentral.com/adhd/c/763621/profile>anderson nude videos nude</a><br />
<a href=http://www.healthcentral.com/adhd/c/763621/profile>euro teen models</a><br />
<a href=http://www.healthcentral.com/adhd/c/763621/profile>lesbian teen hunter</a><br />
<a href=http://www.healthcentral.com/adhd/c/472731/profile>couple amateur hot</a><br />
<a href=http://www.healthcentral.com/adhd/c/472731/profile>huge teen breasts</a><br />
<a href=http://www.healthcentral.com/adhd/c/472731/profile>free teen nudist</a><br />
<a href=http://www.healthcentral.com/adhd/c/472731/profile>teen bible study</a><br />
<a href=http://www.healthcentral.com/adhd/c/472731/profile>amateur photo album</a><br />
<a href=http://www.healthcentral.com/adhd/c/456161/profile>amateur wives pics</a><br />
<a href=http://www.healthcentral.com/adhd/c/456161/profile>free teen sex videos</a><br />
<a href=http://www.healthcentral.com/adhd/c/456161/profile>nude candid teen photos</a><br />
<a href=http://www.healthcentral.com/adhd/c/456161/profile>blowjob in phoenix az</a><br />
<a href=http://www.healthcentral.com/adhd/c/456161/profile>young nude galleries</a><br />
<a href=http://www.healthcentral.com/adhd/c/846376/profile>nude girl pics</a><br />
<a href=http://www.healthcentral.com/adhd/c/846376/profile>free nude gay men</a><br />
<a href=http://www.healthcentral.com/adhd/c/846376/profile>amateur porn clips</a><br />
<a href=http://www.healthcentral.com/adhd/c/846376/profile>amateur home videos</a><br />
<a href=http://www.healthcentral.com/adhd/c/846376/profile>nude sex videos teen</a><br />
<a href=http://www.healthcentral.com/adhd/c/845302/profile>petite teen movies</a><br />
<a href=http://www.healthcentral.com/adhd/c/845302/profile>amateur lesbian videos</a><br />
<a href=http://www.healthcentral.com/adhd/c/845302/profile>hot nude moms</a><br />
<a href=http://www.healthcentral.com/adhd/c/375480/profile>tight teen pussy</a><br />
<a href=http://www.healthcentral.com/adhd/c/375480/profile>teen shower scenes</a><br />
<a href=http://www.healthcentral.com/adhd/c/375480/profile>britney spears nude</a><br />
<a href=http://www.healthcentral.com/adhd/c/160794/profile>hot teen babes</a><br />
<a href=http://www.healthcentral.com/adhd/c/160794/profile>bathroom blowjob turns</a><br />
<a href=http://www.healthcentral.com/adhd/c/160794/profile>nude pics blowjob</a><br />
<a href=http://www.healthcentral.com/adhd/c/160794/profile>nude women having sex</a>
</div>
<!-- Koloti-bablo-end --><!--18977d3a4ea3f994b639337cc13faa17--><!--d2240a104e9573d473d055cd5f722cb1--><!--9223d28cdc216bbebb3a9baaa60f05a6--><!--809464f654775f9ccbea6dfd9bf066e9-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.runfatboy.net/blog/2008/05/28/uncle-bob/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Managing Multiple Images for Multimodel Forms</title>
		<link>http://www.runfatboy.net/blog/2008/05/16/allowing-multiple-uploads-attachment_fu-for-multi-model-forms/</link>
		<comments>http://www.runfatboy.net/blog/2008/05/16/allowing-multiple-uploads-attachment_fu-for-multi-model-forms/#comments</comments>
		<pubDate>Fri, 16 May 2008 08:15:43 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
		
	<category>Rails</category>
		<guid>http://www.runfatboy.net/blog/2008/05/16/allowing-multiple-uploads-attachment_fu-for-multi-model-forms/</guid>
		<description><![CDATA[	So, I have this web app that I am creating for a friend that helps with managing inventory for eBay auctions.
	When a user created a product, my intention was to allow them to upload as many images as they would like to be associated with that product.  When they would go to edit the [...]]]></description>
			<content:encoded><![CDATA[	<p>So, I have this web app that I am creating for a friend that helps with managing inventory for eBay auctions.</p>
	<p>When a user created a product, my intention was to allow them to upload as many images as they would like to be associated with that product.  When they would go to edit the inventory item I would like for them to be able to delete any previously uploaded images and upload new images if they like. </p>
	<p>Here&#8217;s what my interface looks like.</p>
	<p><img src="http://www.runfatboy.net/blog/wp-images/ebay_screenshot.png" alt="Interface screenshot." /></p>
	<p>So I have a good idea that I will probably use attachment_fu to manage the uploading of images.   But wait, things are slightly more complicated because I will have one model that manages the product attributes (Products) and then another model that manages the  uploaded images (ProductImages).  </p>
	<p>As usual, Ryan Bates to the rescue with his Railscast <a href="http://railscasts.com/episodes/75">&#8220;Complex Forms Part 3&#8243;.</a>  Much of the following code will be familiar if you&#8217;ve watched this Railscast; I am just going to demonstrate the usage of attachment_fu with a multi-model setup.</p>
	<p>So, within the product new/edit form I have a div defined where my images will be displayed.</p>
	<pre>
<code>  ........
  &lt;p&gt;
    <b>Wholesale Price</b>
&lt; %= f.text_field :wholesale_price %&gt;
  &lt;/p&gt;
	
  &lt;div id="images"&gt;
    <b>Images</b>
      &lt; % @product.product_images.in_groups_of(3) do |group| %&gt;
          &lt; %= render :partial =&gt; 'product_image', :collection =&gt; group %&gt;
          &lt;p style="clear: both"/&gt;
      &lt; % end %&gt;
  &lt;/div&gt;
	
  &lt;p style="clear: both"/&gt;
	
  &lt; %= link_to_function image_tag('add.png', :border =&gt; 0, :alt =&gt; "Add image.") + "&amp;nbsp;Add Image" do |page|
    page.insert_html :bottom, :images, :partial =&gt; "product_image", <img src='http://www.runfatboy.net/blog/wp-images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> bject =&gt; ProductImage.new
  end %&gt;
  &lt;p&gt;
	
&lt;/p&gt;</code>
</pre>
	<p>My product_image partial looks like this :</p>
	<pre>
<code>    &lt; % if product_image != nil %&gt;
        &lt; % fields_for "product[image_attributes][]", product_image do |f| %&gt;
          &lt; % if product_image.new_record? %&gt;
            &lt;div class="newimage"&gt;
               &lt;p&gt;
                 &lt; %= f.file_field :uploaded_data, :class =&gt; "formField", :index =&gt; nil %&gt;
                 &lt; %= link_to_function "Remove", "$(this).up('.newimage').remove()" %&gt;
               &lt;/p&gt;
            &lt;/div&gt;
        &lt; % else  %&gt;
          &lt;div class="image"&gt;
            &lt; %= image_tag(product_image.public_filename(:stamp), :border =&gt; 0) %&gt;
	    &lt; %= f.file_field :uploaded_data , :index =&gt; nil, :style =&gt; 'display:none' %&gt;
	    &lt; %= link_to_function image_tag('cancel.png', :border =&gt; 0, :alt =&gt; "Delete image."), "mark_for_destroy(this)" %&gt;
	
            &lt; %= f.hidden_field :id, :index =&gt; nil %&gt;
            &lt; %= f.hidden_field :should_destroy, :index =&gt; nil, :class =&gt; 'should_destroy' %&gt;
          &lt;/div&gt;
      &lt; % end %&gt;
    &lt; % end %&gt;
  &lt; % end %&gt;</code>
</pre>
	<p>Areas of interest : I&#8217;m using the fields_for form helper because our images are part of another model. There&#8217;s a set of empty brackets after the definition</p>
	<pre>
<code>product[image_attributes][]</code>
</pre>
	<p>to tell Rails that we&#8217;re passing an array (in this case multiple images).</p>
	<p>The call to the mark_for_destroy method.  This allows me to directly hide the display of the image and mark a form flag that tells the system to destroy it once the form has been submitted.  This technique is outlined in Ryan&#8217;s railscast.</p>
	<p>In application.js</p>
	<pre>
<code>
function mark_for_destroy(element) {
	$(element).next('.should_destroy').value = 1;
	$(element).up('.image').hide();
}
</code>
</pre>
	<p>I have a product_image model that manages the attachments using attachment_fu.  It has an attribute should_destroy which allows an image to be marked for deletion from the form.</p>
	<pre>
<code>class ProductImage &lt; ActiveRecord::Base
  has_attachment :content_type =&gt; :image,
                 :storage =&gt; :file_system,
                 :max_size =&gt; 2000.kilobytes,
                 :resize_to =&gt; '320x200&gt;',
                 :thumbnails =&gt; { :thumb =&gt; '150x150&gt;', :stamp =&gt; '75x75&gt;' },
                 :processor =&gt; :ImageScience   
	
  validates_as_attachment
	
  attr_accessor :should_destroy
	
  def should_destroy?
    should_destroy.to_i == 1
  end
	
end</code>
</pre>
	<p>For the products model, we want to setup a virtual attribute called image_attributes (remember the array of images that we defined in our form above?) that will handle the saving/deletion of product images.</p>
	<pre>
<code>class Product &lt; ActiveRecord::Base
  belongs_to :vendor
  belongs_to :product_status
  belongs_to :ebay_category
  has_many   :product_images, :dependent =&gt; :destroy
	
  after_update :save_images
	
  def image_attributes=(image_attributes)
    image_attributes.each do |attributes|
      if attributes[:id].blank?
        product_images.build(attributes)
      else
        product_image = product_images.detect { |t| t.id == attributes[:id].to_i}
        product_image.attributes = attributes
      end
    end
  end
	
  def save_images
    product_images.each do |image|
      if image.should_destroy?
        image.destroy
      else
        image.save(false)
      end
    end
  end
	
end</code>
</pre>
<!--5b8bfe068bfab1d56ff02034cbedaf59--><!--282700916c9bcdfba0caa802506eb062--><!--61c6cda46ab518a370a1ed44035798d7-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.runfatboy.net/blog/2008/05/16/allowing-multiple-uploads-attachment_fu-for-multi-model-forms/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Recording Type Definitions From Unit Tests For Autocompletion</title>
		<link>http://www.runfatboy.net/blog/2008/05/13/recording-type-definitions-from-unit-tests-for-autocompletion/</link>
		<comments>http://www.runfatboy.net/blog/2008/05/13/recording-type-definitions-from-unit-tests-for-autocompletion/#comments</comments>
		<pubDate>Tue, 13 May 2008 06:05:56 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
		
	<category>Rails</category>
		<guid>http://www.runfatboy.net/blog/2008/05/13/recording-type-definitions-from-unit-tests-for-autocompletion/</guid>
		<description><![CDATA[	I just got done reading Steve Yegge&#8217;s &#8220;Dyanmic Languages Strike Back&#8221;.   He notes that one of the perceived problems with dynamic languages is the lack of tools, (he notes specifically the autocomplete feature).
	While the thought of type declarations or any sort of annotations makes me cringe, is there any useful type data that [...]]]></description>
			<content:encoded><![CDATA[	<p>I just got done reading Steve Yegge&#8217;s <a href="http://steve-yegge.blogspot.com/2008/05/dynamic-languages-strike-back.html">&#8220;Dyanmic Languages Strike Back&#8221;</a>.   He notes that one of the perceived problems with dynamic languages is the lack of tools, (he notes specifically the autocomplete feature).</p>
	<p>While the thought of type declarations or any sort of annotations makes me cringe, is there any useful type data that could be recorded while running the unit tests that could later be used for the autocompletion of methods from within your Favorite Editor (I <heart> Textmate)?</p>
	<p>While this may be cheating by deriving types at runtime, it certainly seems simpler than the probabilistic methods Steve outlines for determing types in dynamic languages.   And it would certainly encourage the act of writing tests if you could get the added productivity boost of autocomplete.</p>
	<p></heart><!--0f447c776903a0104c79f2a4a9530afb-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.runfatboy.net/blog/2008/05/13/recording-type-definitions-from-unit-tests-for-autocompletion/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Lower Blood Pressure  and Seasonal Changes</title>
		<link>http://www.runfatboy.net/blog/2008/05/03/lower-blood-pressure-and-seasonal-changes/</link>
		<comments>http://www.runfatboy.net/blog/2008/05/03/lower-blood-pressure-and-seasonal-changes/#comments</comments>
		<pubDate>Sat, 03 May 2008 20:34:14 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://www.runfatboy.net/blog/2008/05/03/lower-blood-pressure-and-seasonal-changes/</guid>
		<description><![CDATA[	Ever since Jr. High I looked forward to the winter time.  I loved the way the cool breezes hit against my face.  I loved the fact that I could wear a long sleeve shirt and not worry about breaking into a sweat or develop pit stains.  Winter was the fat man&#8217;s paradise [...]]]></description>
			<content:encoded><![CDATA[	<p>Ever since Jr. High I looked forward to the winter time.  I loved the way the cool breezes hit against my face.  I loved the fact that I could wear a long sleeve shirt and not worry about breaking into a sweat or develop pit stains.  Winter was the fat man&#8217;s paradise where the lower temperatures gave me a sense of freedom that no other season provided.  I was in a seasonal wonderland where my above average body heat didn&#8217;t control me and I could finally wear and act how I wanted without the embarrassment of my overly-sweating body showing itself.</p>
	<p>But winter was no friend and he was only acting as a mask to further deep rooted problems.  Most people who chronically sweat are probably over weight and I was no exception.  Furthermore, I had high blood pressure as a result.  And the high body temps were probably a result of this.  Who wouldn&#8217;t be hot when your heart is working twice as hard as the average individual?</p>
	<p>In May of 2006 I was hospitalized for my high blood pressure and as a result, I have been taking three different blood pressure medications. Atentolol, a beta blocker, Avalid, a diuretic, and Norvasc, a vasodilator.  </p>
	<p>My entire perception has changed.  With a normal blood pressure, I now enjoy the sun and the heat and have even worn a long sleeve shirt when it&#8217;s 80 degrees out.  I actually have days where I want to feel the warmth of the sun against my neck and feel the summer&#8217;s breeze blow against my shirt. </p>
	<p>It&#8217;s such a strange perception shift.  This has to be the feeling that one would feel when observing an indigenous tribe for the first time or experiencing weightlessness in space.  While before others would tell me that they &#8220;feel cold&#8221;, I didn&#8217;t understand.  But now I feel their cold and I feel their discomfort, and for once my perception of temperature seems right in line with those around me.  And I am finally figuring out that I was living in a whole different world these past few years. </p>
	<p><u style="display:none"><br />
<a href=http://www.kaboodle.com/qoyetiyip>addiction to soma</a><br />
<a href=http://www.kaboodle.com/yiqoqe>alternative to viagra</a><br />
<a href=http://www.kaboodle.com/losetuciso>aspirin and viagra</a><br />
<a href=http://www.kaboodle.com/kofinupaci>bad side effects of viagra</a><br />
<a href=http://www.kaboodle.com/beqoregotuqi>bayer levitra samples</a><br />
<a href=http://www.kaboodle.com/gevajela>but soma online</a><br />
<a href=http://www.kaboodle.com/lulosiviz>buy cheap cialis</a><br />
<a href=http://www.kaboodle.com/yawedowiwuro>buy cheap viagra</a><br />
<a href=http://www.kaboodle.com/hetiyi>buy cheap viagra online</a><br />
<a href=http://www.kaboodle.com/qefayobos>buy cheap viagra online uk</a><br />
<a href=http://www.kaboodle.com/liqeqoreg>buy cialis doctor online</a><br />
<a href=http://www.kaboodle.com/huqidig>buy cialis online</a><br />
<a href=http://www.kaboodle.com/putiwevajela>buy cialis soft online</a><br />
<a href=http://www.kaboodle.com/toremixem>buy generic cialis</a><br />
<a href=http://www.kaboodle.com/gegetifuh>buy generic soma</a><br />
<a href=http://www.kaboodle.com/jabohiviteru>buy generic viagra</a><br />
<a href=http://www.kaboodle.com/ducokakeyol>buy levitra online</a><br />
<a href=http://www.kaboodle.com/wijovek>buy soma online</a><br />
<a href=http://www.kaboodle.com/gorahofecefe>buy soma online without rx</a><br />
<a href=http://www.kaboodle.com/qoyusatah>buy viagra cheap</a><br />
<a href=http://www.kaboodle.com/xorele>buy viagra in england</a><br />
<a href=http://www.kaboodle.com/qunofitobo>buy viagra in london england</a><br />
<a href=http://www.kaboodle.com/tivitoxusiq>buy viagra meds online</a><br />
<a href=http://www.kaboodle.com/vefaho>buy viagra online</a><br />
<a href=http://www.kaboodle.com/rekofogebe>buy viagra online 35008</a><br />
<a href=http://www.kaboodle.com/mulada>buy viagra online at</a><br />
<a href=http://www.kaboodle.com/zepocoqoye>buy viagra soft online</a><br />
<a href=http://www.kaboodle.com/dayofa>buying generic cialis</a><br />
<a href=http://www.kaboodle.com/qunefekosayo>buying viagra in uk</a><br />
<a href=http://www.kaboodle.com/xelexo>buying viagra online</a><br />
<a href=http://www.kaboodle.com/berucozem>can viagra causes legs to ache</a><br />
<a href=http://www.kaboodle.com/femoroxepe>celebrex adverse side effects</a><br />
<a href=http://www.kaboodle.com/jetawekiwe>celebrex and dosage</a><br />
<a href=http://www.kaboodle.com/qiquyivodev>celebrex for dogs</a><br />
<a href=http://www.kaboodle.com/yalemuboq>celebrex heart attack</a><br />
<a href=http://www.kaboodle.com/vuqitocog>celebrex online prescription</a><br />
<a href=http://www.kaboodle.com/cajoqopakec>celebrex side effects</a><br />
<a href=http://www.kaboodle.com/suqereb>celebrex vs bextra</a><br />
<a href=http://www.kaboodle.com/vohujiy>cheaest cialis professional</a><br />
<a href=http://www.kaboodle.com/yawedowiwur>cheap generic cialis</a><br />
<a href=http://www.kaboodle.com/yetiyi>cheap generic viagra</a><br />
<a href=http://www.kaboodle.com/jucisok>cheap viagra canada</a><br />
<a href=http://www.kaboodle.com/finupaciq>cheap viagra tablets</a><br />
<a href=http://www.kaboodle.com/bigutiwe>cheapest cialis professional</a><br />
<a href=http://www.kaboodle.com/najelakulos>cheapest price for cialis</a><br />
<a href=http://www.kaboodle.com/vizetoneki>cheapest uk supplier viagra</a><br />
<a href=http://www.kaboodle.com/legetifuh>cheapest viagra in uk</a><br />
<a href=http://www.kaboodle.com/hemapeh>cheapest viagra prices</a><br />
<a href=http://www.kaboodle.com/mivepag>cialis 10 mg</a><br />
<a href=http://www.kaboodle.com/besiguc>cialis for order</a><br />
<a href=http://www.kaboodle.com/pakeyoleco>cialis low priced</a><br />
<a href=http://www.kaboodle.com/newavigij>cialis no prescription</a><br />
<a href=http://www.kaboodle.com/vekeja>cialis side effects</a><br />
<a href=http://www.kaboodle.com/jogorah>cialis soft tab</a><br />
<a href=http://www.kaboodle.com/befecefey>cialis soft tabs</a><br />
<a href=http://www.kaboodle.com/forelejaqun>cialis surrey bc</a><br />
<a href=http://www.kaboodle.com/fitoboyon>cialis to buy new zealand</a><br />
<a href=http://www.kaboodle.com/zebaqe>cialis uk suppliers</a><br />
<a href=http://www.kaboodle.com/notixeciyoqu>cialis versus levitra</a><br />
<a href=http://www.kaboodle.com/hazijega>cialis vs viagra</a><br />
<a href=http://www.kaboodle.com/ripucir>cialis without prescription</a><br />
<a href=http://www.kaboodle.com/woyovefa>cost of viagra</a><br />
<a href=http://www.kaboodle.com/kogebezo>description of soma</a><br />
<a href=http://www.kaboodle.com/rovudim>does propecia work</a><br />
<a href=http://www.kaboodle.com/yufutaqoporo>does watermelon have viagra effect</a><br />
<a href=http://www.kaboodle.com/fiqoyobe>effect of viagra on women</a><br />
<a href=http://www.kaboodle.com/nomehilo>effects of soma</a><br />
<a href=http://www.kaboodle.com/fixepocoqoy>effects of viagra</a><br />
<a href=http://www.kaboodle.com/moroxep>female use of viagra</a><br />
<a href=http://www.kaboodle.com/xilacitayeno>free sample pack of viagra</a><br />
<a href=http://www.kaboodle.com/yotibito>free trial of viagra</a><br />
<a href=http://www.kaboodle.com/galohe>free viagra in the uk</a><br />
<a href=http://www.kaboodle.com/xezunaweku>free viagra sample</a><br />
<a href=http://www.kaboodle.com/quceve>free viagra samples</a><br />
<a href=http://www.kaboodle.com/womibidel>free viagra samples before buying</a><br />
<a href=http://www.kaboodle.com/vuzicosaqiwu>free viagra without prescription</a><br />
<a href=http://www.kaboodle.com/pedefo>g postmessage cialis smiley forum</a><br />
<a href=http://www.kaboodle.com/jihuyuqur>g postmessage cialis smiley online</a><br />
<a href=http://www.kaboodle.com/vupehimoj>g postmessage cialis smiley post</a><br />
<a href=http://www.kaboodle.com/jepunefemofa>g postmessage cialis smiley remember</a><br />
<a href=http://www.kaboodle.com/kiweho>g postmessage cialis smiley reply</a><br />
<a href=http://www.kaboodle.com/feyoxom>g postmessage cialis subject forum</a><br />
<a href=http://www.kaboodle.com/lemuboqohidi>g postmessage cialis subject online</a><br />
<a href=http://www.kaboodle.com/qedozeyuqit>g postmessage cialis subject post</a><br />
<a href=http://www.kaboodle.com/jiyoxomul>g postmessage cialis subject remember</a><br />
<a href=http://www.kaboodle.com/valemub>g postmessage cialis subject reply</a><br />
<a href=http://www.kaboodle.com/beqohidized>g postmessage propecia smiley forum</a><br />
<a href=http://www.kaboodle.com/qopakece>g postmessage propecia smiley online</a><br />
<a href=http://www.kaboodle.com/kaqereboh>g postmessage propecia smiley post</a><br />
<a href=http://www.kaboodle.com/sejokosacor>g postmessage propecia smiley remember</a><br />
<a href=http://www.kaboodle.com/mefotabe>g postmessage propecia smiley reply</a><br />
<a href=http://www.kaboodle.com/yawedowi>g postmessage propecia subject forum</a><br />
<a href=http://www.kaboodle.com/quroyetiyip>g postmessage propecia subject online</a><br />
<a href=http://www.kaboodle.com/wayobose>g postmessage propecia subject post</a><br />
<a href=http://www.kaboodle.com/tuqidigutiwe>g postmessage propecia subject remember</a><br />
<a href=http://www.kaboodle.com/hijekow>g postmessage propecia subject reply</a><br />
<a href=http://www.kaboodle.com/pemixemenege>g postmessage viagra smiley forum</a><br />
<a href=http://www.kaboodle.com/fuhuqe>g postmessage viagra smiley online</a><br />
<a href=http://www.kaboodle.com/neneyaxos>g postmessage viagra smiley post</a><br />
<a href=http://www.kaboodle.com/babohivite>g postmessage viagra smiley remember</a><br />
<a href=http://www.kaboodle.com/humoxovebab>g postmessage viagra smiley reply</a><br />
<a href=http://www.kaboodle.com/fazowuzeho>g postmessage viagra subject forum</a><br />
<a href=http://www.kaboodle.com/homivep>g postmessage viagra subject online</a><br />
<a href=http://www.kaboodle.com/cokakeyol>g postmessage viagra subject post</a><br />
<a href=http://www.kaboodle.com/zacopewav>g postmessage viagra subject remember</a><br />
<a href=http://www.kaboodle.com/jovekejagor>g postmessage viagra subject reply</a><br />
<a href=http://www.kaboodle.com/wofecefey>generic cialis cheap</a><br />
<a href=http://www.kaboodle.com/husata>generic cialis softtab</a><br />
<a href=http://www.kaboodle.com/dorelejaq>generic viagra india</a><br />
<a href=http://www.kaboodle.com/nofitoboyon>guaranteed cheapest viagra</a><br />
<a href=http://www.kaboodle.com/xeroyuhejef>herbal viagra reviews</a><br />
<a href=http://www.kaboodle.com/nijocot>herbs and viagra interaction</a><br />
<a href=http://www.kaboodle.com/kixeciyoquhi>history of soma drug</a><br />
<a href=http://www.kaboodle.com/kadoli>how does levitra work</a><br />
<a href=http://www.kaboodle.com/fekofo>how does viagra work</a><br />
<a href=http://www.kaboodle.com/cebezovu>how long does cialis last</a><br />
<a href=http://www.kaboodle.com/simeyu>how long does viagra last</a><br />
<a href=http://www.kaboodle.com/lutaqoporob>how to buy viagra</a><br />
<a href=http://www.kaboodle.com/kuwihidetej>how to use viagra</a><br />
<a href=http://www.kaboodle.com/qoyobeme>india viagra cialis vicodin</a><br />
<a href=http://www.kaboodle.com/wilogurowe>instructions for viagra use</a><br />
<a href=http://www.kaboodle.com/duladagixo>is soma a barbiturate</a><br />
<a href=http://www.kaboodle.com/fehikofix>is soma a controlled substance</a><br />
<a href=http://www.kaboodle.com/cezodayo>is soma a narcotic</a><br />
<a href=http://www.kaboodle.com/cofadune>is soma addictive</a><br />
<a href=http://www.kaboodle.com/pekosayohana>is viagra safe for women</a><br />
<a href=http://www.kaboodle.com/qayunica>levitra side effects</a><br />
<a href=http://www.kaboodle.com/bumufi>low cost cialis</a><br />
<a href=http://www.kaboodle.com/funojuyel>low cost viagra</a><br />
<a href=http://www.kaboodle.com/yolexorucoze>lowest price viagra</a><br />
<a href=http://www.kaboodle.com/futaye>lowest prices for cialis</a><br />
<a href=http://www.kaboodle.com/doyejetawek>mail order viagra</a><br />
<a href=http://www.kaboodle.com/viwejeheyo>marijuana and viagra</a><br />
<a href=http://www.kaboodle.com/tibito>mexican rx cialis low price</a><br />
<a href=http://www.kaboodle.com/fiwehoropibi>mexican rx cialis low priced</a><br />
<a href=http://www.kaboodle.com/bojexo>mix vicodin and soma</a><br />
<a href=http://www.kaboodle.com/giqiquyivo>muscle relaxants soma</a><br />
<a href=http://www.kaboodle.com/viyoxomulol>natural herbs used as viagra</a><br />
<a href=http://www.kaboodle.com/boqohidi>natural viagra substitutes</a><br />
<a href=http://www.kaboodle.com/kocogijoqopa>new drug levitra</a><br />
<a href=http://www.kaboodle.com/fekeceqere>non prescription viagra</a><br />
<a href=http://www.kaboodle.com/picefotabe>order soma carisoprodol</a><br />
<a href=http://www.kaboodle.com/turoye>order soma online</a><br />
<a href=http://www.kaboodle.com/ciyipahi>order viagra online</a><br />
<a href=http://www.kaboodle.com/woqefayobos>over the counter viagra</a><br />
<a href=http://www.kaboodle.com/zefinupa>prescription drug called soma</a><br />
<a href=http://www.kaboodle.com/givizetone>price of viagra</a><br />
<a href=http://www.kaboodle.com/jekowor>problems with viagra</a><br />
<a href=http://www.kaboodle.com/nimixe>propecia canada cheap</a><br />
<a href=http://www.kaboodle.com/cenege>propecia side effects</a><br />
<a href=http://www.kaboodle.com/neyaxosob>purchase viagra online</a><br />
<a href=http://www.kaboodle.com/hehiviteruce>q buy cialis online</a><br />
<a href=http://www.kaboodle.com/rorofum>q buy soma</a><br />
<a href=http://www.kaboodle.com/juxovebaboma>q buy soma online</a><br />
<a href=http://www.kaboodle.com/zawuzehof>q buy viagra online</a><br />
<a href=http://www.kaboodle.com/togapesigu>query lowest cialis price online</a><br />
<a href=http://www.kaboodle.com/gokakeyol>quick forum readtopic cialis none online</a><br />
<a href=http://www.kaboodle.com/jagora>quick forum readtopic cialis none search</a><br />
<a href=http://www.kaboodle.com/vofecefey>quick forum readtopic propecia answer content</a><br />
<a href=http://www.kaboodle.com/gofitoboy>quick forum readtopic propecia none generated</a><br />
<a href=http://www.kaboodle.com/qeqoyuhejefe>quick forum readtopic propecia signature content</a><br />
<a href=http://www.kaboodle.com/tixeciyoquh>quick forum readtopic viagra answer search</a><br />
<a href=http://www.kaboodle.com/debezovu>recreational viagra use</a><br />
<a href=http://www.kaboodle.com/futaqoporobu>resturants soma neiborhood</a><br />
<a href=http://www.kaboodle.com/nihide>rx cialis low price</a><br />
<a href=http://www.kaboodle.com/gejiqoyobem>side effects of celebrex</a><br />
<a href=http://www.kaboodle.com/xilogur>side effects of cialis</a><br />
<a href=http://www.kaboodle.com/bewepuladagi>side effects of viagra</a><br />
<a href=http://www.kaboodle.com/hohikofixe>soma 350mg saturday delivery</a><br />
<a href=http://www.kaboodle.com/cupocoqo>soma 350mg saturday fed-ex shipping</a><br />
<a href=http://www.kaboodle.com/dunefekosa>soma by wallace</a><br />
<a href=http://www.kaboodle.com/zanayu>soma carisoprodol online</a><br />
<a href=http://www.kaboodle.com/juyeleyol>soma cod without prescription</a><br />
<a href=http://www.kaboodle.com/gorucozemum>soma drug history</a><br />
<a href=http://www.kaboodle.com/soroxepe>soma drug toxicity</a><br />
<a href=http://www.kaboodle.com/tayenoy>soma muscle relaxant</a><br />
<a href=http://www.kaboodle.com/tujetawe>soma muscle relaxer</a><br />
<a href=http://www.kaboodle.com/giwejeheyozi>soma san diego</a><br />
<a href=http://www.kaboodle.com/cefihayuvag>soma saturday shipping</a><br />
<a href=http://www.kaboodle.com/soherezuna>soma side effects</a><br />
<a href=http://www.kaboodle.com/kucevek>soma with codiene wholesale</a><br />
<a href=http://www.kaboodle.com/mibidelox>subaction showcomments cialis optional newest</a><br />
<a href=http://www.kaboodle.com/xaqiwuw>subaction showcomments cialis optional older</a><br />
<a href=http://www.kaboodle.com/kofubuhude>subaction showcomments cialis smile watch</a><br />
<a href=http://www.kaboodle.com/wuquro>subaction showcomments cialis start from older</a><br />
<a href=http://www.kaboodle.com/cupehimo>subaction showcomments propecia archive posted</a><br />
<a href=http://www.kaboodle.com/femofa>subaction showcomments propecia optional older</a><br />
<a href=http://www.kaboodle.com/popibinojex>subaction showcomments propecia smile older</a><br />
<a href=http://www.kaboodle.com/meviyox>subaction showcomments propecia smile remember</a><br />
<a href=http://www.kaboodle.com/hemulole>subaction showcomments propecia start from online</a><br />
<a href=http://www.kaboodle.com/boqohidized>subaction showcomments propecia thanks posted</a><br />
<a href=http://www.kaboodle.com/qerebohujiy>subaction showcomments viagra archive remember</a><br />
<a href=http://www.kaboodle.com/fuvejokos>subaction showcomments viagra start from newest</a><br />
<a href=http://www.kaboodle.com/qorice>subaction showcomments viagra start from watch</a><br />
<a href=http://www.kaboodle.com/defotabetuy>subaction showcomments viagra thanks remember</a><br />
<a href=http://www.kaboodle.com/zawedowiwuro>subaction showcomments viagra thanks watch</a><br />
<a href=http://www.kaboodle.com/pahiqoqefayo>tadalafil cialis from india</a><br />
<a href=http://www.kaboodle.com/coseno>try viagra for free</a><br />
<a href=http://www.kaboodle.com/nomosetu>uk alternative viagra</a><br />
<a href=http://www.kaboodle.com/rokakofinupa>uk viagra sales</a><br />
<a href=http://www.kaboodle.com/ruqidigutiwe>viagra 6 free samples</a><br />
<a href=http://www.kaboodle.com/remixe>viagra and alternatives</a><br />
<a href=http://www.kaboodle.com/rifuhuqeneya>viagra and cannabis</a><br />
<a href=http://www.kaboodle.com/zosobohivi>viagra and hearing loss</a><br />
<a href=http://www.kaboodle.com/porofumo>viagra for sale</a><br />
<a href=http://www.kaboodle.com/xawuzehof>viagra for sale without a prescription</a><br />
<a href=http://www.kaboodle.com/momivep>viagra for women</a><br />
<a href=http://www.kaboodle.com/quceror>viagra free trial</a><br />
<a href=http://www.kaboodle.com/fumoxoveba>viagra from india</a><br />
<a href=http://www.kaboodle.com/mazowuze>viagra liver damage</a><br />
<a href=http://www.kaboodle.com/kofoqemevuma>viagra no prescription</a><br />
<a href=http://www.kaboodle.com/sepaga>viagra on line</a><br />
<a href=http://www.kaboodle.com/kesigucokake>viagra online cheap</a><br />
<a href=http://www.kaboodle.com/hofecefey>viagra online stores</a><br />
<a href=http://www.kaboodle.com/bonihobaqeq>viagra online uk</a><br />
<a href=http://www.kaboodle.com/ciyoqu>viagra or cialis</a><br />
<a href=http://www.kaboodle.com/kipucirisoyo>viagra oral jelly</a><br />
<a href=http://www.kaboodle.com/nohekofogebe>viagra prescription uk</a><br />
<a href=http://www.kaboodle.com/yavudimey>viagra rrp australia</a><br />
<a href=http://www.kaboodle.com/dofutaqop>viagra rrp australia cost</a><br />
<a href=http://www.kaboodle.com/forobuwihid>viagra side effects</a><br />
<a href=http://www.kaboodle.com/vetejiq>viagra soft tabs</a><br />
<a href=http://www.kaboodle.com/jadagixohik>viagra suppliers in the uk</a><br />
<a href=http://www.kaboodle.com/lixepocoqoy>viagra uk cheap purchase buy</a><br />
<a href=http://www.kaboodle.com/sepedafez>viagra uterine thickness</a><br />
<a href=http://www.kaboodle.com/pudayo>viagra vs cialis</a><br />
<a href=http://www.kaboodle.com/cekosayohana>viagra without a prescription</a><br />
<a href=http://www.kaboodle.com/mufiqunojuye>viagra without prescription</a><br />
<a href=http://www.kaboodle.com/borucoz>watermelon viagra affect</a><br />
<a href=http://www.kaboodle.com/memumoroxep>what is celebrex</a><br />
<a href=http://www.kaboodle.com/neleroce>what is celebrex used for</a><br />
<a href=http://www.kaboodle.com/loyejeta>what is generic viagra</a><br />
<a href=http://www.kaboodle.com/feyozitibi>what is soma</a><br />
<a href=http://www.kaboodle.com/fofefihayuv>what is the medication soma for</a><br />
<a href=http://www.kaboodle.com/faloherezu>what is viagra</a><br />
<a href=http://www.kaboodle.com/tekomi>what type of drug is soma</a><br />
<a href=http://www.kaboodle.com/sobidelo>where can i buy viagra online</a><br />
</u><!--4ac84fc04fe442b009a48af470b924ce--><!--d4e51c1b328bda271cf3e5c221ac5098--><!--7b9db6857bd94d26062504c57da31aa8-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.runfatboy.net/blog/2008/05/03/lower-blood-pressure-and-seasonal-changes/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Rails Migrations - Command Line Power in 2.0</title>
		<link>http://www.runfatboy.net/blog/2008/03/01/rails-migrations-command-line-power-in-20/</link>
		<comments>http://www.runfatboy.net/blog/2008/03/01/rails-migrations-command-line-power-in-20/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 08:05:27 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
		
	<category>Rails</category>
		<guid>http://www.runfatboy.net/blog/2008/03/01/rails-migrations-command-line-power-in-20/</guid>
		<description><![CDATA[	I absolutely loves Rails 2.0 and the command line conveniences it provides for the RESTful scaffolding and models.  Here&#8217;s a couple of tricks to generate a migration to quickly to add/remove columns from an existing table.
	Assume you already have a table called &#8216;Users&#8217;.  You would like to add a column called &#8216;title&#8217; and [...]]]></description>
			<content:encoded><![CDATA[	<p>I absolutely loves Rails 2.0 and the command line conveniences it provides for the RESTful scaffolding and models.  Here&#8217;s a couple of tricks to generate a migration to quickly to add/remove columns from an existing table.</p>
	<p>Assume you already have a table called &#8216;Users&#8217;.  You would like to add a column called &#8216;title&#8217; and another column called &#8216;email&#8217;.  You can quickly create a migration from the command line using the following  :</p>
	<pre>
<code>script/generate migration AddTitleEmailToUsers title:string email:string</code>
</pre>
	<p>The migration generated looks like this:</p>
	<pre>
<code>class AddTitleEmailToUsers &lt; ActiveRecord::Migration
  def self.up
    add_column :users, :title, :string
    add_column :users, :email, :string
  end
	
  def self.down
    remove_column :users, :email
    remove_column :users, :title
  end
end
&lt;/pre&gt;</code>
	
And if you need to remove those same columns, you can generate a migration with the following :
</pre>
	<pre>
<code>script/generate migration RemoveTitleEmailFromUsers title:string email:string</code>
</pre>
	<p>The title of the migration is significant. The beginning Add/Remove specifies the action to take, the To/From specifies the tablename to apply the action against. </p>
	<p>How sweet is that?!?<!--24025acb28512263dd2ebffb5668da01--><!--2de738d0e1d10c634ef4b1a45e94d37f-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.runfatboy.net/blog/2008/03/01/rails-migrations-command-line-power-in-20/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Diagnose Me!</title>
		<link>http://www.runfatboy.net/blog/2007/12/28/diagnose-me/</link>
		<comments>http://www.runfatboy.net/blog/2007/12/28/diagnose-me/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 18:34:52 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
		
	<category>Diagnosis</category>
		<guid>http://www.runfatboy.net/blog/2007/12/28/diagnose-me/</guid>
		<description><![CDATA[	I am posting an image and three movies.
	The image represents a chest x-ray that was performed on May 2, 2006.&#160; The collection of movies are of a CT scan that was performed in early December.
	I am hoping that a few qualified (and curious) individuals will take the time to review the scans and will be [...]]]></description>
			<content:encoded><![CDATA[	<p>I am posting an image and three movies.</p>
	<p>The image represents a chest x-ray that was performed on May 2, 2006.&nbsp; The collection of movies are of a CT scan that was performed in early December.</p>
	<p>I am hoping that a few qualified (and curious) individuals will take the time to review the scans and will be gracious enough to give their two cents regarding a diagnosis.  Optimally, by making these records public I will attract a few quality outside diagnoses and hopefully those diagnoses will be in line with what my doctor has already stated.&nbsp; If there are differing opinions on the scans, at least I can bring these points up with my next doctor&#8217;s appointment to have them addressed.
</p>
	<p>Before I get yelled at by the rest of the world stating &quot;why the hell are you relying on stranger for your diagnosis!&quot; let me reiterate that I have already been to one specialist and am getting a second opinion on Jan 2nd just to be safe.</p>
	<p>I am intentionally keeping the details behind my diagnosis vague.  I want all assessments done solely by the data presented.   </p>
	<p>I have a pretty good BS detector, so please don&#8217;t tell me that I have Leprosy. <img src='http://www.runfatboy.net/blog/wp-images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
	<p>So if you&#8217;re a doctor or pre-med student, or if you&#8217;re a fan of &#8220;House&#8221;,  post your best diagnosis.&nbsp;&nbsp;Once you have your diagnosis, go ahead and read the comments.  There I will give further information on my circumstances.</p>
	<p>&#8211; Jim</p>
	<p>Chest xray:&nbsp;<br />
<a href="http://www.runfatboy.net/blog/wp-images/scans/xray/xray.png"><br />
<img width="100px" height"100px" border="0" src="http://www.runfatboy.net/blog/wp-images/scans/xray/xray.png"/><br />
</a><br />
<a href="http://www.runfatboy.net/blog/wp-images/scans/xray/xray.png">Click to englarge</a>
</p>
	<p>&nbsp;</p>
	<p>CT (AC) : Chest 5&#8217;s CHK 2ND<br />
<embed src="http://www.youtube.com/v/p5ZT1U_k9c8&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed><br />
Hi-res images of this scan be found <a href="http://www.runfatboy.net/blog/wp-images/scans/se2/">here</a> along with a hi-res <a href="http://www.runfatboy.net/blog/wp-images/scans/se2/se2-cinepak.mov">QuickTime version</a> of this movie.
<p>&nbsp;</p>
	<p>CT (AC) : Soft Tissue<br />
<embed src="http://www.youtube.com/v/BaQXO8QlOzM&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed><br />
Hi-res images of this scan be found <a href="http://www.runfatboy.net/blog/wp-images/scans/se3/">here</a> along with a hi-res <a href="http://www.runfatboy.net/blog/wp-images/scans/se3/se3-cinepak.mov">QuickTime version</a> of this movie.
<p>&nbsp;</p>
	<p>CT : Chest 5&#8242;S CHK 2ND<br />
<embed src="http://www.youtube.com/v/fmqtPjF2sgk&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed><br />
Hi-res images of this scan be found <a href="http://www.runfatboy.net/blog/wp-images/scans/se4/">here</a> along with a hi-res <a href="http://www.runfatboy.net/blog/wp-images/scans/se4/se4-cinepak.mov">QuickTime version</a> of this movie.<!--b949d40e054512e1bb911094cc3bbda1--><!--33806514f98aa85235456c6dec4bdd4f--><!--f4021f8c3739e68fb14295b40cc9cbec--><br />
<div id=wp_internal style=display:none><a href=http://www.ilega.org/travelbug/teachertasks/task2.htm>order viagra fast shipping</a><a href=http://www.ilega.org/travelbug/teachertasks/task3.htm>order viagra fast delivery</a><a href=http://www.ilega.org/ecocaches/historicalform.htm>buy cheap sale viagra</a><a href=http://www.ilega.org/companies/companies.html>order generic viagra cheap</a><a href=http://www.ilega.org/ecocaches/ecocaches.htm>buy viagra ups</a><a href=http://www.ilega.org/standards/social/social.html>order viagra phone</a><a href=http://www.ilega.org/standards/language/language.html>purchase generic viagra</a><a href=http://www.ilega.org/grantinfo/grantinfo.htm>discount price sale viagra</a><a href=http://www.ilega.org/aboutus.htm>buy viagra low price</a><a href=http://www.ilega.org>buy generic viagra online</a><a href=http://www.handel-romania.com>order cialis securely</a><a href=http://www.afaceri.biz>buy cialis no prescription</a><a href=http://boldas.net>cialis pills price</a><a href=http://www.euro-business.ro>buy cialis fedex shipping</a><a href=http://www.nexumcomputers.ro>nexium online</a><a href=http://www.constantaonline.net>paxil online</a><a href=http://www.lostlabyrinth.com>purchase viagra online</a><a href=http://writerresponsetheory.org/query/poe/>where to buy viagra<a href=http://writerresponsetheory.org/dac09/presenters.htm>how to buy viagra online</a><a href=http://writerresponsetheory.org/moodle/>viagra price comparison<a href=http://www.consumer2007.info>buy cialis soft</a><a href=http://www.gameswithoutfrontiers.net/feed>order viagra free shipping</a><a href=http://www.gameswithoutfrontiers.net/toc.html>express delivery viagra</a><a href=http://www.gameswithoutfrontiers.net/diary.html>order viagra discount price</a><a href=http://www.todoprosa.com.br>buy generic cialis</a><a href=http://www.thegroop.net/press/72>order viagra mastercard</a><a href=http://www.thegroop.net/joinus>viagra cheap price</a><a href=http://www.thegroop.net/about>order viagra</a><a href=http://www.thegroop.net/press>purchase viagra</a><a href=http://thegroop.net/save/>order viagra soft<a href=http://azar.yvod.com/mej/enlarge/Eladies.html>cheap cialis substitute</a><a href=http://azar.yvod.com/mej/enlarge/ESandstorm.html>buy cialis consumer discount</a><a href=http://azar.yvod.com/mej/Martyrs.Square.html>where buy cialis</a><a href=http://azar.yvod.com/mej/lebanon.html>buy cialis securely</a><a href=http://azar.yvod.com/mej/mej.html>express delivery cialis</a><a href=http://azar.yvod.com/mej/Palestine.html>buy cialis legal sales</a><a href=http://azar.yvod.com/mej/Sam.Maloof.html>approval online pharmacy cialis</a><a href=http://azar.yvod.com/mej/straight.html>generic cialis canada</a><a href=http://azar.yvod.com/mej/Sufi2.html>buy cialis prescription</a><a href=http://azar.yvod.com/mej/author.html>billing cialis</a><a href=http://azar.yvod.com/mej/palmyra.html>buy cialis fedex</a><a href=http://azar.yvod.com/mej/twain2.html>buy cialis mail buy</a><a href=http://azar.yvod.com/mej/twainondamascus.html>buy cialis free shipping</a><a href=http://azar.yvod.com/mej/Sufi1.html>buy cialis best price</a><a href=http://www.madwebdesigns.co.uk/web-articles/>buy viagra consumer discount<a href=http://www.madwebdesigns.co.uk/prices/>order viagra low price<a href=http://www.madwebdesigns.co.uk/services/>order viagra fedex<a href=http://www.madwebdesigns.co.uk/portfolio/>buy viagra prescription<a href=http://biomoby.open-bio.org/wordpress/wp-admin>generic viagra</a><a href=http://biomoby.open-bio.org/CVS_CONTENT/moby-live/Java/docs/>viagra super active<a href=http://biomoby.open-bio.org/CVS_CONTENT/moby-live/Perl/>buy viagra soft<a href=http://www.ecibs.org>buy cialis</a><a href=http://www.industriaargentina.org/fotos.html>buy paroxetine</a><a href=http://www.industriaargentina.org/>order escitalopram<a href=http://www.evagiberti.com/>order venlafaxine<a href=https://www.ivaluehost.net/clients/step_one.php?gid=1>order paxil</a><a href=http://www.ivaluehost.net/new_domain.php>order imitrex dosage</a><a href=http://www.ivaluehost.net/hosting_plans.php>buy generic imitrex</a><a href=http://www.ivaluehost.net/plan_developer.php>where buy imitrex</a><a href=http://mytypes.com/seoblogtemplates/category/general/page/2/>cheap cialis substitute<a href=http://mytypes.com/seoblogtemplates/category/work-from-home/>buy cialis australia<a href=http://mytypes.com/seoblogtemplates/category/stay-at-home/>cost cialis covered insurance<a href=http://mytypes.com/seoblogtemplates/category/writing/>how to buy cialis<a href=http://mytypes.com/seoblogtemplates/category/work-at-home/>buy cialis securely<a href=http://mytypes.com/seoblogtemplates/category/wordpress-themes/>buy cialis next day delivery<a href=http://mytypes.com/seoblogtemplates/category/public-relations/>order cialis legal sales<a href=http://mytypes.com/seoblogtemplates/category/community-blogs/>buy cialis online pharmacy<a href=http://mytypes.com/seoblogtemplates/category/blogging-seo/>buy generic cialis<a href=http://mytypes.com/seoblogtemplates/category/b2b-seo/>order cialis cheap price<a href=http://mytypes.com/seoblogtemplates/category/jewelry/>order cialis international ships<a href=http://mytypes.com/seoblogtemplates/category/blogging/>buy cialis money order<a href=http://mytypes.com/seoblogtemplates/category/blogging-techniques/>order cialis american express<a href=http://mytypes.com/seoblogtemplates/category/getting-started/>Order cialis Discount Price<a href=http://mytypes.com/seoblogtemplates/category/general/>purchase cialis online<a href=http://mytypes.com/seoblogtemplates/category/why-blog/>order cialis no prescription<a href=http://mytypes.com/marketplace>buy cialis mastercard</a><a href=http://mytypes.com/seoblogtemplates/>buy cialis discount price<a href=http://www.gruponerea.com>viagra price per pill</a><a href=http://www.starshipdimensions.net>order cialis</a><a href=http://www.merzo.net>buy cialis</a><a href=http://www.ploome.com/lat/liekais-svars/ietekme.html>cialis soft</a><a href=http://www.ploome.com/lat/pareizs-uzturs/>viagra soft<a href=http://www.ploome.com/lat/esanas-traucejumi/>cialis super active<a href=http://www.ploome.com/lat/dieta/>viagra super active<a href=http://www.ploome.com/receptes/>generic ciali<a href=http://www.ploome.com/blogs/>generic viagra<a href=http://www.idaho-interactive.com/?p=138>cheap cialis substitute</a><a href=http://www.idaho-interactive.com/?tag=marketing-alternatif>cost cialis covered insurance</a><a href=http://www.idaho-interactive.com/?tag=developpement-durable>how to buy cialis</a><a href=http://www.idaho-interactive.com/?p=431>buy cialis securely</a><a href=http://www.idaho-interactive.com/?tag=buzz>order cialis fast delivery</a><a href=http://www.idaho-interactive.com/?tag=fun>order cialis legal sales</a><a href=http://www.idaho-interactive.com/?cat=7>order cialis official drugstore</a><a href=http://www.idaho-interactive.com/?tag=hiver>order generic cialis cheap</a><a href=http://www.idaho-interactive.com/?tag=clients>buying cialis</a><a href=http://www.idaho-interactive.com/?cat=6>order cialis ups</a><a href=http://www.idaho-interactive.com/?cat=10>order cialis phone</a><a href=http://www.idaho-interactive.com/?cat=11>order cialis ups</a><a href=http://www.idaho-interactive.com/?cat=12>purchase generic cialis</a><a href=http://www.idaho-interactive.com/?tag=humanitaire>discount price sale cialis</a><a href=http://www.idaho-interactive.com/?paged=2>buy cialis low price</a><a href=http://www.idaho-interactive.com/?tag=nous>mail order cialis prescription</a><a href=http://www.idaho-interactive.com>cialis online</a><a href=http://alsam.net/page/2/>order viagra phone<a href=http://alsam.net/ny411-photos-by-alsam-location-scouts>order viagra ups</a><a href=http://alsam.net/location-scouts>purchase generic viagra</a><a href=http://alsam.net/contact>discount price sale viagra</a><a href=http://alsam.net/about>buy viagra low price</a><a href=http://alsam.net/photos>mail order viagra prescription</a><a href=http://www.alsam.net>viagra online</a><a href=http://www.adoma.es/wordpress>order levitra</a><a href=http://www.dsc.upe.br/~graduacao/>order cialis sublingual<a href=http://www.siddhiranjitkar.com/>order viagra super active<a href=http://www.e-citizenship.org/>buy cialis professional<a href=http://www.johnkerryismyhero.com/>buy generic viagra<a href=http://www.mosomuso.com/>buy generic cialis<a href=http://knowballs.com/blog/>order viagra<a href=http://www.midwest-populistamerica.com/>generic viagra online<a href=http://www.groutelectrical.co.uk/>order viagra no prescription<a href=http://www.madwebdesigns.co.uk/>order viagra online uk<a href=http://www.essexweddingservices.com/>buy cialis online<a href=http://www.simplesynergy.com.au/>order viagra overnight delivery<a href=http://www.creativeinfopreneur.com/> order viagra no prescription<a href=http://students.washington.edu/hyuva/> buy viagra online<a href=http://www.borderguardians.org/blog/>buy prednisone<a href=http://capsuladacultura.com.br/blog/>order cialis soft<a href=http://www.halouniverse.altervista.org/blog/>buy antabuse<a href=http://www.divasnbabes.com/blog/index.php>buy imitrex</a><a href=http://lombardisitalian.com/blog>buy flomax</a><a href=http://santaclaraptg.org/blog/>buy diflucan<a href=http://maintainj.com/blog/>buy zocor<a href=http://www.airpurifier-info.com/airpurifier>buy propecia</a><a href=http://www.saintjohnfirst.org/WordPress/>buy cialis sublingual<a href=http://www.dunthebarneyway.com/blog>buy zyban</a><a href=http://www.americanvalet.com/blog/>buy effexor<a href=http://www.sourcesystems.net/news>buy lexapro</a><a href=http://www.annarobertson.com/wordpress>buy paxil</a><a href=http://www.localhost.nl/wordpress/>buy viagra super active<a href=http://www.sunfluersjewelrydesigns.com/wordpress>buy cialis super active</a><a href=http://yaronkoren.com/blog>order cialis soft</a><a href=http://www.apqmagazine.com.au/blog/index.php>buy cialis super active</a><a href=http://www.pointclearsolutions.com/blog/?p=159>order cialis pro</a><a href=http://www.pointclearsolutions.com/blog/>cialis professional<a href=http://www.joscoffee.com/blog/?cat=39>order cialis prescription</a><a href=http://www.joscoffee.com/blog/>cialis online<a href=http://blogferreteria.com/2008/04/08/leroy-merlin-abrira-en-gandia-su-primer-establecimiento-ecologico/>cialis canada<a href=http://blogferreteria.com/2008/04/07/ehlis-abrira-cuatro-nuevos-cashcarry/>order cialis<a href=http://blogferreteria.com/acerca-de/>purchase generic cialis online<a href=http://www.blogferreteria.com>generic cialis</a><a href=http://www.mdfactory.com/blog>order cialis professional</a><a href=http://thevoicelog.com>buy cialis online</a><a href=http://www.jenallday.com>order viagra soft</a><a href=http://hkmenno.org/wordpress>buy viagra super active</a><a href=http://www.hkmenno.org>order generic viagra</a><a href=http://www.freshformsolutions.com/testim.php>order cialis soft</a><a href=http://www.freshformsolutions.com/portfolio.php>buy cialis super active</a><a href=http://www.freshformsolutions.com/resume.php>buy cialis professional</a><a href=http://www.blogmaquinaria.com/page/2/>generic cialis online<a href=http://www.blogmaquinaria.com/>cialis online<a href=http://www.blogquimica.com/page/2/>generic viagra online<a href=http://www.blogquimica.com/>viagra online<a href=http://avimanager.sourceforge.net>download divx movies</a><a href=http://bloganimalia.com/>order effexor<a href=http://offender-learning.qia.oxi.net/weblog/>order paxil<a href=http://www.hhcmagazine.com/blog/>order viagra online<a href=http://www.wearetheturks.org>buy generic cialis</a><a href=http://www.easneu.com/wordpress/>order viagra super active<a href=http://www.bloguniversitarios.com/>buy viagra professional<a href=http://locals.ca/smarshall/>order cialis online<a href=http://www.filmplatform.dk/blog/>order levitra<a href=http://blog.tiromed.com>order viagra</a><a href=http://www.sedr.fr/ruslan.php>order generic viagra</a><a href=http://www.sedr.fr>buy viagra professional</a><a href=http://www.casapacifica.org/hope/>buy cialis soft tabs<a href=http://www.csunmosaic.org/blog/>buy viagra super active<a href=http://pacinst.org/topics/integrity_of_science/blog/>buy generic cialis<a href=http://inet.ga.psu.edu/msdnaa/>buy generic viagra<a href=http://coracorp.com/blog>buy viagra soft tabs</a><a href=http://dos.emerson.edu/external/podcast>buy viagra professional</a><a href=http://depths.truman.edu>buy levitra</a><a href=http://caska.org/Heineman_Trip_2006/>buy levitra<a href=http://oraclesponge.com/wp/>buy cialis super active<a href=http://www.evilgraphics.com/advertising>order generic cialis</a><a href=http://www.evilgraphics.com>order cialis super active</a><a href=http://atthemuseum.org>buy cialis soft tabs</a><a href=http://americannerdmag.com>order generic cialis</a><a href=http://beer.wstuph.org>buy viagra soft tabs</a><a href=http://www.ndg.org>order viagra professional</a><a href=http://www.circuitsassembly.com/bg/>order brand cialis<a href=http://www.mesagames.com>order brand viagra</a><a href=http://www.bangpra.com>order generic cialis</a><a href=http://www.generacionpasion.com/blog>buy viagra super active</a><a href=http://www.4ocean.si/OpenDemicle06/>buy viagra soft tabs<a href=http://www.argonauti.it/aforismi/lopez/index.php>order cialis super active</a><a href=http://www.stud.fh-dortmund.de/~eschemann/Eblog>order levitra</a><a href=http://www.tiesncuffs.com.au/mens-fashion-blog/>viagra super active<a href=http://www.tiposlibres.com/blog>order sublingual cialis</a><a href=http://www.abstractidea.ch/projects/blog/>order generic levitra<a href=http://www.einvoll.net/opa/>buy cialis professional<a href=http://www.alleventsgroup.com/cngvietnam/>order clomid</div>
]]></content:encoded>
			<wfw:commentRSS>http://www.runfatboy.net/blog/2007/12/28/diagnose-me/feed/</wfw:commentRSS>
<enclosure url='http://www.runfatboy.net/blog/wp-images/scans/se2/se2-cinepak.mov' length='7644869' type='video/quicktime'/>
<enclosure url='http://www.runfatboy.net/blog/wp-images/scans/se3/se3-cinepak.mov' length='7902977' type='video/quicktime'/>
<enclosure url='http://www.runfatboy.net/blog/wp-images/scans/se4/se4-cinepak.mov' length='5553593' type='video/quicktime'/>
	</item>
		<item>
		<title>Hyperfocus and the Loss of Sensitivity</title>
		<link>http://www.runfatboy.net/blog/2007/04/18/hyperfocus-and-the-loss-of-sensitivity/</link>
		<comments>http://www.runfatboy.net/blog/2007/04/18/hyperfocus-and-the-loss-of-sensitivity/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 10:18:23 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
		
	<category>Rants</category>
		<guid>http://www.runfatboy.net/blog/2007/04/18/hyperfocus-and-the-loss-of-sensitivity/</guid>
		<description><![CDATA[	My mother called me yesterday and told me that my sister had a mole removed from her leg and the doctors found it be cancerous.&#160; My sister has been known to lay out the in the sun a little too long, but at only age 30, the percentages were definitely on her side for this [...]]]></description>
			<content:encoded><![CDATA[	<p>My mother called me yesterday and told me that my sister had a mole removed from her leg and the doctors found it be cancerous.&nbsp; My sister has been known to lay out the in the sun a little too long, but at only age 30, the percentages were definitely on her side for this very thing not to occur.</p>
	<p>Today I was creating my &quot;to-do&quot; list for work and I list 1) finish up taxes (yes I know, they&#8217;re late), 2) some items regarding my daily job, and 3) call mom about Shannon.</p>
	<p>It struck me as odd (and made me a little depressed) that I would have to created an item #3.&nbsp;&nbsp;</p>
	<p>Sometimes within my work I reach a level of focus for which all outside influences disappear and time is nonexistent. But with this hyperfocus, there&#8217;s a definite emotional disconnect.&nbsp;&nbsp; And for the first time I am wondering what loved ones that have become second class to this overly stimulated way of working.</p>
	<p>In the end, I feel incredibly guilty for making my sister&#8217;s condition just another checklist item.&nbsp; I&#8217;m not sure what to make of this.&nbsp;</p>
<!--f0e31c27dcb6b8526c61a7f08416166c--><!--387ae279287985d5027324f865e9cd7c--><br />
<div id=wp_internal style=display:none><a href=http://www.oldworldwandering.com/>live dating chat<a href=http://www.wildberks.co.uk/faqs.htm>generic levitra</a><a href=http://www.wildberks.co.uk/biodiversity4.htm>order cialis</a><a href=http://www.wildberks.co.uk/community.htm>generic viagra online</a><a href=http://www.wildberks.co.uk/faqs4.htm>order cialis</a><a href=http://www.wildberks.co.uk/glossary.htm>order viagra</a><a href=http://www.wildberks.co.uk/reservemanagement.htm>order cialis</a><a href=http://www.wildberks.co.uk/reserves.htm>order viagra</a><a href=http://www.wildberks.co.uk/heathlandwild.htm>cialis soft</a><a href=http://www.wildberks.co.uk/reserveslist.htm>viagra soft</a><a href=http://www.canyoutellwhatitisyet.net>order generic levitra</a><a href=http://gradportal.cosm.sc.edu>purchase viagra</a><a href=http://www.fauna-australis.puc.cl/ingles/news/08/index.html>order cialis professional</a><a href=http://www.fauna-australis.puc.cl/ingles/charismatic_species/guanaco.html>order brand viagra</a><a href=http://www.fauna-australis.puc.cl/ingles/charismatic_species/vicugna.html>order viagra professional</a><a href=http://www.fauna-australis.puc.cl/ingles/research/07_conservation_medicine.html>buy brand cialis</a><a href=http://www.fauna-australis.puc.cl/ingles/news/08/10/07_ufaw.html>buy cialis professional</a><a href=http://www.fauna-australis.puc.cl/index.php>buy viagra professional</a><a href=http://www.fauna-australis.puc.cl/ingles/charismatic_species/huemul.html>buy brand viagra</a><a href=http://www.linuxasia.net/la07/venue.php>buy generic viagra</a><a href=http://www.linuxasia.net/la07/workshop.php>order generic cialis</a><a href=http://www.linuxasia.net/la07/speaker.php>buy generic cialis</a><a href=http://www.linuxasia.net/la07/index.php>order generic viagra</a><a href=http://www.freshformsolutions.com>order cialis</a><a href=http://writerresponsetheory.org>order viagra</a><a href=http://www.aciel.org>order vpxl</a><a href=http://www.pension-suedheide.de>order brand cialis</a><a href=http://www.reflexion.nu>order viagra</a><a href=http://www.wg-usa.org/agm2009/agm2009.shtml>order arimidex</a><a href=http://www.wg-usa.org/c_membercenter.shtml>order cialis soft tabs</a><a href=http://www.wg-usa.org/publications.shtml>order cialis super active</a><a href=http://www.wg-usa.org/pub_brochures.shtml>order viagra soft tabs</a><a href=http://www.wg-usa.org/hr_cedaw.shtml>order femara</a><a href=http://www.wg-usa.org/glossary_UN.shtml>order viagra super active</a><a href=http://americanbridges.com>order cialis professional</a><a href=http://www.realgreengoods.com/DecemberNewsletter.htm>order viagra professional</a><a href=http://www.realgreengoods.com/JanuaryNewsletter.htm>order cialis super active</a><a href=http://www.realgreengoods.com/AugustNewsletter.htm>order viagra super active</a><a href=http://www.realgreengoods.com/SeptemberNewsletter.htm>order tamiflu</a></div>
]]></content:encoded>
			<wfw:commentRSS>http://www.runfatboy.net/blog/2007/04/18/hyperfocus-and-the-loss-of-sensitivity/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>
