<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jpbazinet.com</title>
	<atom:link href="http://jpbazinet.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jpbazinet.com</link>
	<description>all my stuff</description>
	<lastBuildDate>Sun, 27 Nov 2011 20:00:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Show / Hide a table with Javascript</title>
		<link>http://jpbazinet.com/2011/11/25/show-hide-a-table-with-javascript/</link>
		<comments>http://jpbazinet.com/2011/11/25/show-hide-a-table-with-javascript/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 23:40:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[div table hide show javascript]]></category>

		<guid isPermaLink="false">http://jpbazinet.com/?p=58</guid>
		<description><![CDATA[&#60;script type=&#34;text/JavaScript&#34;&#62; &#60;!-- function show(id) { if (document.getElementById(id).style.display == &#039;none&#039;) { document.getElementById(id).style.display = &#039;&#039;; } } //--&#62; &#60;!-- function hide(id) { document.getElementById(id).style.display = &#039;none&#039;; } //--&#62; &#60;/script&#62; &#60;table cellspacing=&#34;1&#34; cols=&#34;3&#34; border=&#34;0&#34;&#62; &#60;tbody&#62; &#60;tr valign=&#34;top&#34; align=&#34;left&#34;&#62; &#60;td width=&#34;202&#34;&#62;&#60;b&#62;Please, select option&#60;/b&#62;&#60;/td&#62; &#60;td &#8230; <a href="http://jpbazinet.com/2011/11/25/show-hide-a-table-with-javascript/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<pre class="brush: js">
&lt;script type=&quot;text/JavaScript&quot;&gt;

&lt;!--
function show(id)
{
     if (document.getElementById(id).style.display == &#039;none&#039;)
     {
          document.getElementById(id).style.display = &#039;&#039;;
     }
}
//--&gt;

&lt;!--
function hide(id)
{
          document.getElementById(id).style.display = &#039;none&#039;;

}
//--&gt;
&lt;/script&gt;

&lt;table cellspacing=&quot;1&quot; cols=&quot;3&quot; border=&quot;0&quot;&gt;
    &lt;tbody&gt;
    &lt;tr valign=&quot;top&quot; align=&quot;left&quot;&gt;
      &lt;td width=&quot;202&quot;&gt;&lt;b&gt;Please, select option&lt;/b&gt;&lt;/td&gt;

      &lt;td width=&quot;481&quot;&gt;A
        &lt;input type=&quot;radio&quot; name=&quot;Option&quot; onfocus=&quot;hide(&#039;tblB&#039;);hide(&#039;tblC&#039;);show(&#039;tblA&#039;);&quot;&gt;
        B
        &lt;input type=&quot;radio&quot; name=&quot;Option&quot;  onfocus=&quot;hide(&#039;tblA&#039;);hide(&#039;tblC&#039;);show(&#039;tblB&#039;);return true;&quot;&gt;
        C
        &lt;input type=&quot;radio&quot; name=&quot;Option&quot; onfocus=&quot;hide(&#039;tblA&#039;);hide(&#039;tblB&#039;);show(&#039;tblC&#039;);return true;&quot;&gt;
      &lt;/td&gt;
    &lt;/tr&gt;
    &lt;/tbody&gt;
  &lt;/table&gt;

  &lt;table id=&quot;tblA&quot; style=&quot;DISPLAY: none&quot; cols=&quot;1&quot; cellpadding=&quot;2&quot;&gt;
    &lt;tbody&gt;
    &lt;tr valign=&quot;top&quot; align=&quot;left&quot;&gt;

    &lt;td&gt;
      You&amp;nbsp;select A,
      table
      tblA is shown&amp;nbsp;
      &lt;/td&gt;
    &lt;/tr&gt;
    &lt;/tbody&gt;
  &lt;/table&gt;
  &lt;table id=&quot;tblB&quot; style=&quot;DISPLAY: none&quot; cols=&quot;1&quot; cellpadding=&quot;2&quot;&gt;
    &lt;tbody&gt;
    &lt;tr valign=&quot;top&quot; align=&quot;left&quot;&gt;
      &lt;td&gt;
       You&amp;nbsp;select B, table tblB
       is shown&amp;nbsp;
      &lt;/td&gt;
    &lt;/tr&gt;
    &lt;/tbody&gt;
  &lt;/table&gt;
   &lt;table id=&quot;tblC&quot; style=&quot;DISPLAY: none&quot; cols=&quot;1&quot; cellpadding=&quot;2&quot;&gt;
    &lt;tbody&gt;
    &lt;tr valign=&quot;top&quot; align=&quot;left&quot;&gt;
      &lt;td&gt;
       You&amp;nbsp;select C, table tblC
       is shown&amp;nbsp;
      &lt;/td&gt;
    &lt;/tr&gt;
    &lt;/tbody&gt;
  &lt;/table&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://jpbazinet.com/2011/11/25/show-hide-a-table-with-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sotd: 11/15/2011</title>
		<link>http://jpbazinet.com/2011/11/16/sotd-11152011/</link>
		<comments>http://jpbazinet.com/2011/11/16/sotd-11152011/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 01:21:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Song of the Day]]></category>
		<category><![CDATA[kasabian]]></category>
		<category><![CDATA[rewired]]></category>
		<category><![CDATA[song of the day]]></category>
		<category><![CDATA[sotd]]></category>

		<guid isPermaLink="false">http://jpbazinet.com/?p=55</guid>
		<description><![CDATA[Kasabian &#8211; Rewired]]></description>
			<content:encoded><![CDATA[<p><strong>Kasabian &#8211; Rewired</strong></p>
<p><object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/38kQfdpOvgg?version=3&#038;feature=player_detailpage"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/38kQfdpOvgg?version=3&#038;feature=player_detailpage" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jpbazinet.com/2011/11/16/sotd-11152011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Onestop.mid</title>
		<link>http://jpbazinet.com/2011/11/05/onestop-mid/</link>
		<comments>http://jpbazinet.com/2011/11/05/onestop-mid/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 02:41:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[onestop]]></category>

		<guid isPermaLink="false">http://jpbazinet.com/?p=53</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://jpbazinet.com/wp-content/uploads/2011/11/onestop.jpg"><img src="http://jpbazinet.com/wp-content/uploads/2011/11/onestop.jpg" alt="" title="onestop" width="500" height="400" class="alignnone size-full wp-image-66" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jpbazinet.com/2011/11/05/onestop-mid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SotD: 11/4/2011</title>
		<link>http://jpbazinet.com/2011/11/04/sotd-1142011/</link>
		<comments>http://jpbazinet.com/2011/11/04/sotd-1142011/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 16:01:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Song of the Day]]></category>
		<category><![CDATA[muse]]></category>
		<category><![CDATA[song of the day]]></category>
		<category><![CDATA[sotd]]></category>
		<category><![CDATA[starlight]]></category>

		<guid isPermaLink="false">http://jpbazinet.com/?p=51</guid>
		<description><![CDATA[Muse &#8211; Starlight]]></description>
			<content:encoded><![CDATA[<p><strong>Muse &#8211; Starlight</strong></p>
<p><object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/xsoPsxKVhP4?version=3&#038;feature=player_detailpage"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/xsoPsxKVhP4?version=3&#038;feature=player_detailpage" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jpbazinet.com/2011/11/04/sotd-1142011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SotD: 11/3/2011</title>
		<link>http://jpbazinet.com/2011/11/04/sotd-1132011/</link>
		<comments>http://jpbazinet.com/2011/11/04/sotd-1132011/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 02:56:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Song of the Day]]></category>
		<category><![CDATA[dustland fairytale]]></category>
		<category><![CDATA[killers]]></category>
		<category><![CDATA[song of the day]]></category>
		<category><![CDATA[sotd]]></category>

		<guid isPermaLink="false">http://jpbazinet.com/?p=48</guid>
		<description><![CDATA[The Killers &#8211; A Dustland Fairytale]]></description>
			<content:encoded><![CDATA[<p><strong>The Killers &#8211; A Dustland Fairytale</strong></p>
<p><object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/-3hyrkzFRss?version=3&#038;feature=player_detailpage"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/-3hyrkzFRss?version=3&#038;feature=player_detailpage" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jpbazinet.com/2011/11/04/sotd-1132011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SotD: 10-22-2011</title>
		<link>http://jpbazinet.com/2011/10/22/sotd-10-22-2011/</link>
		<comments>http://jpbazinet.com/2011/10/22/sotd-10-22-2011/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 15:19:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Song of the Day]]></category>
		<category><![CDATA[song of the day]]></category>
		<category><![CDATA[sotd]]></category>
		<category><![CDATA[the angry mob]]></category>
		<category><![CDATA[the kaiser chiefs]]></category>

		<guid isPermaLink="false">http://jpbazinet.com/?p=46</guid>
		<description><![CDATA[The Kaiser Chiefs &#8211; The Angry Mob]]></description>
			<content:encoded><![CDATA[<p><strong>The Kaiser Chiefs &#8211; The Angry Mob</strong></p>
<p><object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/zrL58OJ2Rms?version=3&#038;feature=player_detailpage"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/zrL58OJ2Rms?version=3&#038;feature=player_detailpage" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jpbazinet.com/2011/10/22/sotd-10-22-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SotD: 10-21-2011</title>
		<link>http://jpbazinet.com/2011/10/21/sotd-10-21-2011/</link>
		<comments>http://jpbazinet.com/2011/10/21/sotd-10-21-2011/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 12:02:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Song of the Day]]></category>
		<category><![CDATA[brandon flowers]]></category>
		<category><![CDATA[song of the day]]></category>
		<category><![CDATA[sotdm crossfire]]></category>

		<guid isPermaLink="false">http://jpbazinet.com/?p=43</guid>
		<description><![CDATA[Brandon Flowers &#8211; Crossfire bonus: Brandon Flowers &#8211; Hard Enough (Live Acoustic)]]></description>
			<content:encoded><![CDATA[<p><strong>Brandon Flowers &#8211; Crossfire</strong></p>
<p><object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/5AhU12zC8fc?version=3&#038;feature=player_detailpage"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/5AhU12zC8fc?version=3&#038;feature=player_detailpage" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"></object></p>
<p>bonus:<br />
<strong>Brandon Flowers &#8211; Hard Enough (Live Acoustic)</strong></p>
<p><object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/dSZ3WlFPGME?version=3&#038;feature=player_detailpage"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/dSZ3WlFPGME?version=3&#038;feature=player_detailpage" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jpbazinet.com/2011/10/21/sotd-10-21-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Camping (misc.)</title>
		<link>http://jpbazinet.com/2011/10/20/camping-misc/</link>
		<comments>http://jpbazinet.com/2011/10/20/camping-misc/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 23:54:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photo Albums]]></category>
		<category><![CDATA[camping]]></category>
		<category><![CDATA[pictures]]></category>

		<guid isPermaLink="false">http://jpbazinet.com/?p=38</guid>
		<description><![CDATA[From Camping, posted by Jean-Pierre Bazinet on 4/19/2007 (5 items) Generated by Facebook Photo Fetcher jQuery(document).ready(function(){ jQuery(function(){ jQuery(".gallery-icon a").lightBox({ imageBlank:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-blank.gif", imageBtnClose:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-btn-close.gif", imageBtnNext:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-btn-next.gif", imageBtnPrev:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-btn-prev.gif", imageLoading:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-ico-loading.gif" }); }); });]]></description>
			<content:encoded><![CDATA[<p><!--FBGallery 3740102137477086389 --><!-- ID 3740102137477086389 Last fetched on 10/20/2011 23:55:10 v1.2.12--><br />
From <a href="http://www.facebook.com/album.php?fbid=5846640388&amp;id=870810388&amp;aid=15541">Camping</a>, posted by <a href="http://www.facebook.com/jpbazinet">Jean-Pierre Bazinet</a> on 4/19/2007 (5 items)</p>
<div class='gallery'>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a8.sphotos.ak.fbcdn.net/hphotos-ak-ash4/221916_9570065388_870810388_319761_4416_n.jpg" title=" " ><img src="http://photos-h.ak.fbcdn.net/hphotos-ak-ash4/221916_9570065388_870810388_319761_4416_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a7.sphotos.ak.fbcdn.net/hphotos-ak-ash4/215856_9570070388_870810388_319816_2718_n.jpg" title=" " ><img src="http://photos-g.ak.fbcdn.net/hphotos-ak-ash4/215856_9570070388_870810388_319816_2718_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a1.sphotos.ak.fbcdn.net/hphotos-ak-ash4/223106_9570075388_870810388_319817_2996_n.jpg" title=" " ><img src="http://photos-a.ak.fbcdn.net/hphotos-ak-ash4/223106_9570075388_870810388_319817_2996_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a2.sphotos.ak.fbcdn.net/hphotos-ak-snc6/217611_9570080388_870810388_319818_3273_n.jpg" title=" " ><img src="http://photos-b.ak.fbcdn.net/hphotos-ak-snc6/217611_9570080388_870810388_319818_3273_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<p><br style="clear: both" /></p>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a2.sphotos.ak.fbcdn.net/hphotos-ak-snc6/226861_9570085388_870810388_319824_4529_n.jpg" title=" " ><img src="http://photos-b.ak.fbcdn.net/hphotos-ak-snc6/226861_9570085388_870810388_319824_4529_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<p><br style="clear: both" /></p>
</div>
<p><span class="fpfcredit">Generated by <i>Facebook Photo Fetcher</i></span><br />
<script type="text/javascript">
            jQuery(document).ready(function(){ jQuery(function(){ 
                jQuery(".gallery-icon a").lightBox({
                    imageBlank:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-blank.gif",
                    imageBtnClose:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-btn-close.gif",
                    imageBtnNext:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-btn-next.gif",
                    imageBtnPrev:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-btn-prev.gif",
                    imageLoading:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-ico-loading.gif"
                }); }); });
</script><br />
<!-- End Album 3740102137477086389 --><br />
<!--/FBGallery--></p>
]]></content:encoded>
			<wfw:commentRss>http://jpbazinet.com/2011/10/20/camping-misc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>May 2009 (Sony a200)</title>
		<link>http://jpbazinet.com/2011/10/20/may-2009-sony-a200/</link>
		<comments>http://jpbazinet.com/2011/10/20/may-2009-sony-a200/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 23:53:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photo Albums]]></category>
		<category><![CDATA[may 2009]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[sony a200]]></category>

		<guid isPermaLink="false">http://jpbazinet.com/?p=36</guid>
		<description><![CDATA[From Sony a200, posted by Jean-Pierre Bazinet on 5/09/2009 (19 items) f/36 1/8 iso100 f/3.5 1/8 iso100 See this fullsize photo on Flikr: http://www.flickr.com/photos/300&#8230; f/5.6 1/125 iso400 f/22 1/8 iso100 f/5.6 1/100 iso400 f/5.6 1/60 iso200 See this fullsize photo &#8230; <a href="http://jpbazinet.com/2011/10/20/may-2009-sony-a200/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><!--FBGallery 3740102137477324707 --><!-- ID 3740102137477324707 Last fetched on 10/20/2011 23:55:26 v1.2.12--><br />
From <a href="http://www.facebook.com/album.php?fbid=169998575388&amp;id=870810388&amp;aid=253859">Sony a200</a>, posted by <a href="http://www.facebook.com/jpbazinet">Jean-Pierre Bazinet</a> on 5/09/2009 (19 items)</p>
<div class='gallery'>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a8.sphotos.ak.fbcdn.net/photos-ak-snc1/v2830/189/13/870810388/n870810388_6819219_2642929.jpg" title="f/36  1/8  iso100 " ><img src="http://photos-h.ak.fbcdn.net/photos-ak-snc1/v2830/189/13/870810388/s870810388_6819219_2642929.jpg" alt="" /></a></dt>
<dd class='gallery-caption'>f/36  1/8  iso100</dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a1.sphotos.ak.fbcdn.net/photos-ak-snc1/v2830/189/13/870810388/n870810388_6819220_3225385.jpg" title="f/3.5  1/8  iso100&lt;br /&gt;See this fullsize photo on Flikr:&lt;br /&gt;http://www.flickr.com/photos/30035478@N02/3545215084/sizes/l/ " ><img src="http://photos-a.ak.fbcdn.net/photos-ak-snc1/v2830/189/13/870810388/s870810388_6819220_3225385.jpg" alt="" /></a></dt>
<dd class='gallery-caption'>f/3.5  1/8  iso100 See this fullsize photo on Flikr: http://www.flickr.com/photos/300&#8230;</dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a7.sphotos.ak.fbcdn.net/photos-ak-snc1/v2830/189/13/870810388/n870810388_6819221_6056283.jpg" title="f/5.6  1/125  iso400 " ><img src="http://photos-g.ak.fbcdn.net/photos-ak-snc1/v2830/189/13/870810388/s870810388_6819221_6056283.jpg" alt="" /></a></dt>
<dd class='gallery-caption'>f/5.6  1/125  iso400</dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a5.sphotos.ak.fbcdn.net/photos-ak-snc1/v2830/189/13/870810388/n870810388_6819222_3681503.jpg" title="f/22  1/8  iso100 " ><img src="http://photos-e.ak.fbcdn.net/photos-ak-snc1/v2830/189/13/870810388/s870810388_6819222_3681503.jpg" alt="" /></a></dt>
<dd class='gallery-caption'>f/22  1/8  iso100</dd>
</dl>
<p><br style="clear: both" /></p>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a3.sphotos.ak.fbcdn.net/photos-ak-snc1/v2830/189/13/870810388/n870810388_6819223_86942.jpg" title="f/5.6  1/100  iso400 " ><img src="http://photos-c.ak.fbcdn.net/photos-ak-snc1/v2830/189/13/870810388/s870810388_6819223_86942.jpg" alt="" /></a></dt>
<dd class='gallery-caption'>f/5.6  1/100  iso400</dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a8.sphotos.ak.fbcdn.net/photos-ak-snc1/v2830/189/13/870810388/n870810388_6819225_7478817.jpg" title="f/5.6  1/60  iso200&lt;br /&gt;See this fullsize photo on Flikr:&lt;br /&gt;http://www.flickr.com/photos/30035478@N02/3544382299/sizes/l/ " ><img src="http://photos-h.ak.fbcdn.net/photos-ak-snc1/v2830/189/13/870810388/s870810388_6819225_7478817.jpg" alt="" /></a></dt>
<dd class='gallery-caption'>f/5.6  1/60  iso200 See this fullsize photo on Flikr: http://www.flickr.com/photos/30&#8230;</dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a4.sphotos.ak.fbcdn.net/photos-ak-snc1/v2830/189/13/870810388/n870810388_6819227_5461552.jpg" title="f/5.6  1/125  iso400  (under exposure -2) " ><img src="http://photos-d.ak.fbcdn.net/photos-ak-snc1/v2830/189/13/870810388/s870810388_6819227_5461552.jpg" alt="" /></a></dt>
<dd class='gallery-caption'>f/5.6  1/125  iso400  (under exposure -2)</dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a6.sphotos.ak.fbcdn.net/photos-ak-snc1/v2830/189/13/870810388/n870810388_6819247_1878615.jpg" title="f/5.6  1/125  iso320&lt;br /&gt;See this fullsize photo on Flikr:&lt;br /&gt;http://www.flickr.com/photos/30035478@N02/3544389561/sizes/l/ " ><img src="http://photos-f.ak.fbcdn.net/photos-ak-snc1/v2830/189/13/870810388/s870810388_6819247_1878615.jpg" alt="" /></a></dt>
<dd class='gallery-caption'>f/5.6  1/125  iso320 See this fullsize photo on Flikr: http://www.flickr.com/photos/3&#8230;</dd>
</dl>
<p><br style="clear: both" /></p>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a3.sphotos.ak.fbcdn.net/photos-ak-snc1/v2830/189/13/870810388/n870810388_6819249_4827784.jpg" title="f/5.6  1/10  iso400  (no flash) " ><img src="http://photos-c.ak.fbcdn.net/photos-ak-snc1/v2830/189/13/870810388/s870810388_6819249_4827784.jpg" alt="" /></a></dt>
<dd class='gallery-caption'>f/5.6  1/10  iso400  (no flash)</dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a4.sphotos.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/n870810388_6938563_2339119.jpg" title="f/5.6  1/320  iso100 " ><img src="http://photos-d.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/s870810388_6938563_2339119.jpg" alt="" /></a></dt>
<dd class='gallery-caption'>f/5.6  1/320  iso100</dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a5.sphotos.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/n870810388_6938634_2538940.jpg" title="f/5.6  1/320  iso100 " ><img src="http://photos-e.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/s870810388_6938634_2538940.jpg" alt="" /></a></dt>
<dd class='gallery-caption'>f/5.6  1/320  iso100</dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a1.sphotos.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/n870810388_6938660_1973656.jpg" title="f/5.6  1/320  iso100&lt;br /&gt;See this fullsize photo on Flikr:&lt;br /&gt;http://www.flickr.com/photos/30035478@N02/3545188702/sizes/l/ " ><img src="http://photos-a.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/s870810388_6938660_1973656.jpg" alt="" /></a></dt>
<dd class='gallery-caption'>f/5.6  1/320  iso100 See this fullsize photo on Flikr: http://www.flickr.com/photos/3&#8230;</dd>
</dl>
<p><br style="clear: both" /></p>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a2.sphotos.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/n870810388_6938685_3337699.jpg" title="f/5.6  1/250  iso100 " ><img src="http://photos-b.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/s870810388_6938685_3337699.jpg" alt="" /></a></dt>
<dd class='gallery-caption'>f/5.6  1/250  iso100</dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a3.sphotos.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/n870810388_6938713_2413697.jpg" title="f/5.6  1/400  iso100&lt;br /&gt;See this fullsize photo on Flikr:&lt;br /&gt;http://www.flickr.com/photos/30035478@N02/3545220770/sizes/l/ " ><img src="http://photos-c.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/s870810388_6938713_2413697.jpg" alt="" /></a></dt>
<dd class='gallery-caption'>f/5.6  1/400  iso100 See this fullsize photo on Flikr: http://www.flickr.com/photos/3&#8230;</dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a1.sphotos.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/n870810388_6938752_1243159.jpg" title="f/5.6  1/320  iso100&lt;br /&gt;See this fullsize photo on Flikr:&lt;br /&gt;http://www.flickr.com/photos/30035478@N02/3544383383/sizes/l/ " ><img src="http://photos-a.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/s870810388_6938752_1243159.jpg" alt="" /></a></dt>
<dd class='gallery-caption'>f/5.6  1/320  iso100 See this fullsize photo on Flikr: http://www.flickr.com/photos/3&#8230;</dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a7.sphotos.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/n870810388_6938770_2331696.jpg" title="f/5.6  1/160  iso100 " ><img src="http://photos-g.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/s870810388_6938770_2331696.jpg" alt="" /></a></dt>
<dd class='gallery-caption'>f/5.6  1/160  iso100</dd>
</dl>
<p><br style="clear: both" /></p>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a2.sphotos.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/n870810388_6938892_6091093.jpg" title="f/3.5  1/640  iso100 " ><img src="http://photos-b.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/s870810388_6938892_6091093.jpg" alt="" /></a></dt>
<dd class='gallery-caption'>f/3.5  1/640  iso100</dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a2.sphotos.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/n870810388_6939014_6384765.jpg" title="f/5.6  1/320  iso100&lt;br /&gt;cropped and slightly sharpened in Photoshop.&lt;br /&gt;See this fullsize photo on Flikr:&lt;br /&gt;http://www.flickr.com/photos/30035478@N02/3544393029/sizes/l/ " ><img src="http://photos-b.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/s870810388_6939014_6384765.jpg" alt="" /></a></dt>
<dd class='gallery-caption'>f/5.6  1/320  iso100 cropped and slightly sharpened in Photoshop. See this fullsize p&#8230;</dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a3.sphotos.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/n870810388_6944497_5650914.jpg" title="f/5.6  1/320  iso100&lt;br /&gt;See this fullsize photo on Flikr:&lt;br /&gt;http://www.flickr.com/photos/30035478@N02/3545377026/sizes/l/ " ><img src="http://photos-c.ak.fbcdn.net/photos-ak-snc1/v4450/189/13/870810388/s870810388_6944497_5650914.jpg" alt="" /></a></dt>
<dd class='gallery-caption'>f/5.6  1/320  iso100 See this fullsize photo on Flikr: http://www.flickr.com/photos/3&#8230;</dd>
</dl>
<p><br style="clear: both" /></p>
</div>
<p><span class="fpfcredit">Generated by <i>Facebook Photo Fetcher</i></span><br />
<script type="text/javascript">
            jQuery(document).ready(function(){ jQuery(function(){ 
                jQuery(".gallery-icon a").lightBox({
                    imageBlank:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-blank.gif",
                    imageBtnClose:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-btn-close.gif",
                    imageBtnNext:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-btn-next.gif",
                    imageBtnPrev:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-btn-prev.gif",
                    imageLoading:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-ico-loading.gif"
                }); }); });
</script><br />
<!-- End Album 3740102137477324707 --><br />
<!--/FBGallery--></p>
]]></content:encoded>
			<wfw:commentRss>http://jpbazinet.com/2011/10/20/may-2009-sony-a200/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Profile Pictures</title>
		<link>http://jpbazinet.com/2011/10/20/profile-pictures/</link>
		<comments>http://jpbazinet.com/2011/10/20/profile-pictures/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 23:51:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photo Albums]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[profile pictures]]></category>

		<guid isPermaLink="false">http://jpbazinet.com/?p=34</guid>
		<description><![CDATA[From Profile Pictures, posted by Jean-Pierre Bazinet on 10/26/2010 (18 items) Generated by Facebook Photo Fetcher jQuery(document).ready(function(){ jQuery(function(){ jQuery(".gallery-icon a").lightBox({ imageBlank:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-blank.gif", imageBtnClose:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-btn-close.gif", imageBtnNext:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-btn-next.gif", imageBtnPrev:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-btn-prev.gif", imageLoading:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-ico-loading.gif" }); }); });]]></description>
			<content:encoded><![CDATA[<p><!--FBGallery 3740102137477626838 --><!-- ID 3740102137477626838 Last fetched on 10/20/2011 23:55:39 v1.2.12--><br />
From <a href="http://www.facebook.com/album.php?fbid=10150280728320389&amp;id=870810388&amp;aid=555990">Profile Pictures</a>, posted by <a href="http://www.facebook.com/jpbazinet">Jean-Pierre Bazinet</a> on 10/26/2010 (18 items)</p>
<div class='gallery'>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a2.sphotos.ak.fbcdn.net/hphotos-ak-snc6/281452_10150730000455389_870810388_19903285_6871931_n.jpg" title=" " ><img src="http://photos-b.ak.fbcdn.net/hphotos-ak-snc6/281452_10150730000455389_870810388_19903285_6871931_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a1.sphotos.ak.fbcdn.net/hphotos-ak-snc6/261879_10150660036130389_870810388_19307090_3997679_n.jpg" title=" " ><img src="http://photos-a.ak.fbcdn.net/hphotos-ak-snc6/261879_10150660036130389_870810388_19307090_3997679_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a7.sphotos.ak.fbcdn.net/hphotos-ak-snc6/255683_10150641428570389_870810388_19148694_1657616_n.jpg" title=" " ><img src="http://photos-g.ak.fbcdn.net/hphotos-ak-snc6/255683_10150641428570389_870810388_19148694_1657616_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a3.sphotos.ak.fbcdn.net/photos-ak-ash1/v108/189/13/870810388/n870810388_825024_5563.jpg" title=" " ><img src="http://photos-c.ak.fbcdn.net/photos-ak-ash1/v108/189/13/870810388/s870810388_825024_5563.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<p><br style="clear: both" /></p>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a4.sphotos.ak.fbcdn.net/hphotos-ak-snc6/227740_10150569437135389_870810388_18426212_1259897_n.jpg" title=" " ><img src="http://photos-d.ak.fbcdn.net/hphotos-ak-snc6/227740_10150569437135389_870810388_18426212_1259897_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a7.sphotos.ak.fbcdn.net/hphotos-ak-snc6/208247_10150534293865389_870810388_18039860_4713132_n.jpg" title=" " ><img src="http://photos-g.ak.fbcdn.net/hphotos-ak-snc6/208247_10150534293865389_870810388_18039860_4713132_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a2.sphotos.ak.fbcdn.net/hphotos-ak-ash2/162994_10150356590940389_870810388_16716112_7379640_n.jpg" title=" " ><img src="http://photos-b.ak.fbcdn.net/hphotos-ak-ash2/162994_10150356590940389_870810388_16716112_7379640_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a7.sphotos.ak.fbcdn.net/hphotos-ak-snc4/58623_10150246423545389_870810388_14694341_2079412_n.jpg" title=" " ><img src="http://photos-g.ak.fbcdn.net/hphotos-ak-snc4/58623_10150246423545389_870810388_14694341_2079412_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<p><br style="clear: both" /></p>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a3.sphotos.ak.fbcdn.net/hphotos-ak-ash2/46735_10150233246475389_870810388_14350460_2592532_n.jpg" title=" " ><img src="http://photos-c.ak.fbcdn.net/hphotos-ak-ash2/46735_10150233246475389_870810388_14350460_2592532_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a6.sphotos.ak.fbcdn.net/hphotos-ak-snc3/13459_10150185788520389_870810388_12966272_6425103_n.jpg" title=" " ><img src="http://photos-f.ak.fbcdn.net/hphotos-ak-snc3/13459_10150185788520389_870810388_12966272_6425103_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a5.sphotos.ak.fbcdn.net/hphotos-ak-snc3/28675_10150171184655389_870810388_12517076_5786889_n.jpg" title=" " ><img src="http://photos-e.ak.fbcdn.net/hphotos-ak-snc3/28675_10150171184655389_870810388_12517076_5786889_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a7.sphotos.ak.fbcdn.net/hphotos-ak-ash2/25233_10150132456190389_870810388_11524278_5185066_n.jpg" title=" " ><img src="http://photos-g.ak.fbcdn.net/hphotos-ak-ash2/25233_10150132456190389_870810388_11524278_5185066_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<p><br style="clear: both" /></p>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a8.sphotos.ak.fbcdn.net/hphotos-ak-snc6/218070_9570045388_870810388_309917_2226_n.jpg" title=" " ><img src="http://photos-h.ak.fbcdn.net/hphotos-ak-snc6/218070_9570045388_870810388_309917_2226_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a7.sphotos.ak.fbcdn.net/hphotos-ak-ash2/26764_10150138335660389_870810388_11673738_829504_n.jpg" title=" " ><img src="http://photos-g.ak.fbcdn.net/hphotos-ak-ash2/26764_10150138335660389_870810388_11673738_829504_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a2.sphotos.ak.fbcdn.net/hphotos-ak-snc3/17569_380208295388_870810388_10416668_5644241_n.jpg" title=" " ><img src="http://photos-b.ak.fbcdn.net/hphotos-ak-snc3/17569_380208295388_870810388_10416668_5644241_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a6.sphotos.ak.fbcdn.net/hphotos-ak-snc3/17569_380202610388_870810388_10416401_5487619_n.jpg" title=" " ><img src="http://photos-f.ak.fbcdn.net/hphotos-ak-snc3/17569_380202610388_870810388_10416401_5487619_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<p><br style="clear: both" /></p>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a4.sphotos.ak.fbcdn.net/hphotos-ak-snc3/17569_380201540388_870810388_10416399_6128931_n.jpg" title=" " ><img src="http://photos-d.ak.fbcdn.net/hphotos-ak-snc3/17569_380201540388_870810388_10416399_6128931_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<dl class='gallery-item' style="width:24.875%">
<dt class='gallery-icon'><a class="fbPhoto" href="http://a2.sphotos.ak.fbcdn.net/hphotos-ak-snc3/17569_379262405388_870810388_10402754_5626782_n.jpg" title=" " ><img src="http://photos-b.ak.fbcdn.net/hphotos-ak-snc3/17569_379262405388_870810388_10402754_5626782_s.jpg" alt="" /></a></dt>
<dd class='gallery-caption'></dd>
</dl>
<p><br style="clear: both" /></p>
</div>
<p><span class="fpfcredit">Generated by <i>Facebook Photo Fetcher</i></span><br />
<script type="text/javascript">
            jQuery(document).ready(function(){ jQuery(function(){ 
                jQuery(".gallery-icon a").lightBox({
                    imageBlank:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-blank.gif",
                    imageBtnClose:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-btn-close.gif",
                    imageBtnNext:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-btn-next.gif",
                    imageBtnPrev:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-btn-prev.gif",
                    imageLoading:"http://jpbazinet.com/wp-content/plugins/facebook-photo-fetcher/jquery-lightbox/images/lightbox-ico-loading.gif"
                }); }); });
</script><br />
<!-- End Album 3740102137477626838 --><br />
<!--/FBGallery--></p>
]]></content:encoded>
			<wfw:commentRss>http://jpbazinet.com/2011/10/20/profile-pictures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

