<?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>Justin&#039;s Soap Box</title>
	<atom:link href="http://jlinkpro.com/feed" rel="self" type="application/rss+xml" />
	<link>http://jlinkpro.com</link>
	<description>Exploding brains.</description>
	<lastBuildDate>Sat, 13 Aug 2011 08:28:09 +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>I&#8217;m not sure</title>
		<link>http://jlinkpro.com/20/life/im-not-sure</link>
		<comments>http://jlinkpro.com/20/life/im-not-sure#comments</comments>
		<pubDate>Sat, 13 Aug 2011 08:28:03 +0000</pubDate>
		<dc:creator>Juice</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://jlinkpro.com/?p=20</guid>
		<description><![CDATA[I /joined #life and nobody was there, and somehow I think that&#8217;s ironic. What is my life? I feel lost and yet I feel at home in my self, so small, and yet accomplished of so much. I cannot fathom the luck that has been granted to me, the simple fortune of existence. I know [...]]]></description>
			<content:encoded><![CDATA[<p>I /joined #life and nobody was there, and somehow I think that&#8217;s ironic.</p>
<p>What is my life? I feel lost and yet I feel at home in my self, so small, and yet accomplished of so much. I cannot fathom the luck that has been granted to me, the simple fortune of existence. I know I am fragile, but these bones feel invincible, and though I am sure of nothing of at all, I know there is a truth to it all. What it is, how it is, I&#8217;m not sure, but I&#8217;m willing to abandon it all for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://jlinkpro.com/20/life/im-not-sure/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple JQuery Framed Slideshow</title>
		<link>http://jlinkpro.com/8/code/simple-frame-slideshow</link>
		<comments>http://jlinkpro.com/8/code/simple-frame-slideshow#comments</comments>
		<pubDate>Fri, 12 Aug 2011 19:08:43 +0000</pubDate>
		<dc:creator>Juice</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://jlinkpro.com/?p=8</guid>
		<description><![CDATA[Here is a simple javascript/jquery slideshow that uses z-indexing in the CSS to create a frame. It also pulls links off of the link= property of the slideshow image elements (&#60;img link=http://whatever.com src=whatever&#62;) and dynamically sets the slideshow&#8217;s link to that link. Download You need JQuery #ss_wrapper{ position:relative; display:block; left:0px; top:0px; border:0px; padding:0px; margin:0px; width:400px; [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a simple javascript/jquery slideshow that uses z-indexing in the CSS to create a frame. It also pulls links off of the link= property of the slideshow image elements (&lt;img link=http://whatever.com src=whatever&gt;) and dynamically sets the slideshow&#8217;s link to that link.</p>
<p><a href="http://jlinkpro.com/wp-content/uploads/2011/08/jqss.tar.gz">Download</a></p>
<div style="display:block;">
  <script type='text/javascript' src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js">You need JQuery</script></p>
<style type="text/css">
 #ss_wrapper{ position:relative;  display:block;  left:0px;  top:0px;  border:0px;  padding:0px;  margin:0px;  width:400px;  height:300px;  z-index:30}
 #ss_wrapper #ss_container{ position:relative;  display:block;  left:0px;  top:0px;  border:0px;  margin:0px;  padding:0px;  width:400px;  height:300px;  z-index:25}
 #ss_wrapper #ss_container #ss_frame_img{ position:relative;  display:block;  left:0px;  top:0px;  border:0px;  margin:0px;  padding:0px;  z-index:20}
 #ss_wrapper #ss_container #ss_gallery{ position:absolute;  display:block;  left:40px;  top:40px;  border:0px;  margin:0px;  padding:0px;  width:320px;  height:220px;  z-index:15}
 #ss_wrapper #ss_container #ss_gallery img{ display:block;  position:absolute;  top:0;  left:0;  border:0px;  margin:0px;  padding:0px;  z-index:10}
  </style>
<div id=ss_wrapper>
<div id=ss_container><a href="#" id=ss_link><img src="/wp-content/codeobjects/frame.png" id=ss_frame_img></a>
<div id=ss_gallery><img src="/wp-content/codeobjects/frame1.png" link="http://jlinkpro.com"><img src="/wp-content/codeobjects/frame2.png" link="http://google.com"><img src="/wp-content/codeobjects/frame3.png" link="http://facebook.com"><img src="/wp-content/codeobjects/frame4.png" link="http://jquery.com/"><img src="/wp-content/codeobjects/frame5.png" link="http://hotmail.com"><img src="/wp-content/codeobjects/frame6.png" link="http://youtube.com"><img src="/wp-content/codeobjects/frame7.png" link="http://questionablecontent.com"><img src="/wp-content/codeobjects/frame8.png" link="http://sinfest.net"><img src="/wp-content/codeobjects/frame9.png" link="http://evolve-systems.com"></div>
</div>
</div>
<p>  <script type="text/javascript">
   $(document).ready(function(){var __INDEX__=0;var __IMAGES__=$("#ss_gallery img");for(i=0;i<__IMAGES__.length;i++){$(__IMAGES__[i]).addClass("image-"+i)}show(__INDEX__);setInterval(sift,1000);function sift(){if(__INDEX__<(__IMAGES__.length-1)){__INDEX__++}else{__INDEX__=0}show(__INDEX__)}function show(num){var inum=$(".image-"+num);$(__IMAGES__).fadeOut(500);inum.stop().fadeIn(500);$("#ss_link").attr("href",inum.attr("link"))}});
  </script>
</div>
<div style="display:block;font-family:monospace;padding:5px;background-color:#FFFFCC;text-size:10px;overflow:visible;">
&lt;!DOCTYPE&nbsp;HTML&gt;<br />
&lt;html&nbsp;lang="en-US"&gt;<br />
&lt;head&gt;<br />
&nbsp;&nbsp;&lt;meta&nbsp;charset="UTF-8"&gt;<br />
&nbsp;&nbsp;&lt;title&gt;Slideshow&nbsp;in&nbsp;a&nbsp;frame&nbsp;-&nbsp;JQuery&lt;/title&gt;<br />
&nbsp;&nbsp;&lt;script&nbsp;type='text/javascript'&nbsp;src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"&gt;You&nbsp;need&nbsp;JQuery&lt;/script&gt;<br />
&nbsp;&nbsp;&lt;style&nbsp;type="text/css"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;body&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;padding:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;margin:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;#ss_wrapper&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;position:&nbsp;absolute;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display:&nbsp;block;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left:&nbsp;200px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;top:&nbsp;150px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;border:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;padding:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;margin:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width:&nbsp;400px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;height:&nbsp;300px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;z-index:&nbsp;30;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;#ss_wrapper&nbsp;#ss_container&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;position:&nbsp;relative;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display:&nbsp;block;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;top:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;border:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;margin:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;padding:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width:&nbsp;400px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;height:&nbsp;300px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;z-index:&nbsp;25;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;#ss_wrapper&nbsp;#ss_container&nbsp;#ss_frame_img&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;position:&nbsp;relative;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display:&nbsp;block;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;top:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;border:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;margin:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;padding:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;z-index:&nbsp;20;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;#ss_wrapper&nbsp;#ss_container&nbsp;#ss_gallery&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;position:&nbsp;absolute;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display:&nbsp;block;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left:&nbsp;40px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;top:&nbsp;40px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;border:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;margin:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;padding:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width:&nbsp;320px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;height:&nbsp;220px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;z-index:&nbsp;15;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;#ss_wrapper&nbsp;#ss_container&nbsp;#ss_gallery&nbsp;img&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;display:&nbsp;block;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;position:&nbsp;absolute;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;top:&nbsp;0;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left:&nbsp;0;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;border:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;margin:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;padding:&nbsp;0px;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;z-index:&nbsp;10;<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&nbsp;&nbsp;&lt;div&nbsp;id="ss_wrapper"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;div&nbsp;id="ss_container"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;a&nbsp;href="#"&nbsp;id="ss_link"&gt;&lt;img&nbsp;src='./frame.png'&nbsp;id='ss_frame_img'&nbsp;/&gt;&lt;/a&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div&nbsp;id="ss_gallery"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;img&nbsp;src="./frame1.png"&nbsp;link="http://jlinkpro.com"&nbsp;/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;img&nbsp;src="./frame2.png"&nbsp;link="http://google.com"&nbsp;/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;img&nbsp;src="./frame3.png"&nbsp;link="http://facebook.com"&nbsp;/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;img&nbsp;src="./frame4.png"&nbsp;link="http://jquery.com/"&nbsp;/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;img&nbsp;src="./frame5.png"&nbsp;link="http://hotmail.com"&nbsp;/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;img&nbsp;src="./frame6.png"&nbsp;link="http://youtube.com"&nbsp;/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;img&nbsp;src="./frame7.png"&nbsp;link="http://questionablecontent.com"&nbsp;/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;img&nbsp;src="./frame8.png"&nbsp;link="http://sinfest.net"&nbsp;/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;img&nbsp;src="./frame9.png"&nbsp;link="http://evolve-systems.com"&nbsp;/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;<br />
&nbsp;&nbsp;&lt;/div&gt;<br />
&nbsp;&nbsp;&lt;script&nbsp;type="text/javascript"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;$(document).ready(function()&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;__INDEX__&nbsp;=&nbsp;0;&nbsp;&nbsp;//setting&nbsp;our&nbsp;index.&nbsp;USED&nbsp;AS&nbsp;A&nbsp;GLOBAL&nbsp;(ugh)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;__IMAGES__&nbsp;=&nbsp;$("#ss_gallery&nbsp;img");&nbsp;//getting&nbsp;our&nbsp;list&nbsp;of&nbsp;images.&nbsp;USED&nbsp;AS&nbsp;GLOBAL&nbsp;(ugh)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for&nbsp;(i=0;&nbsp;i&lt;__IMAGES__.length;&nbsp;i++)&nbsp;//looping&nbsp;through&nbsp;said&nbsp;list<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(__IMAGES__[i]).addClass("image-"+i);&nbsp;//assigning&nbsp;a&nbsp;class&nbsp;in&nbsp;the&nbsp;form&nbsp;of&nbsp;image-#<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;show(__INDEX__);&nbsp;//show&nbsp;the&nbsp;first&nbsp;element&nbsp;in&nbsp;the&nbsp;list,&nbsp;which&nbsp;is&nbsp;index&nbsp;0&nbsp;of&nbsp;the&nbsp;array.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;setInterval(sift,&nbsp;1000);&nbsp;//execute&nbsp;sift&nbsp;in&nbsp;1000&nbsp;ms.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;function&nbsp;sift()&nbsp;//this&nbsp;moves&nbsp;to&nbsp;the&nbsp;next&nbsp;image&nbsp;and&nbsp;shows&nbsp;it.&nbsp;Really,&nbsp;all&nbsp;it's&nbsp;doing&nbsp;is&nbsp;pushing&nbsp;globals&nbsp;around.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(__INDEX__&lt;(__IMAGES__.length-1))&nbsp;{&nbsp;__INDEX__++;&nbsp;}&nbsp;&nbsp;//if&nbsp;index&nbsp;is&nbsp;less&nbsp;than&nbsp;the&nbsp;count&nbsp;of&nbsp;items&nbsp;in&nbsp;images&nbsp;array,&nbsp;increase&nbsp;it&nbsp;by&nbsp;1&nbsp;(goto&nbsp;next&nbsp;image)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else&nbsp;{__INDEX__=0;}&nbsp;//Otherwise,&nbsp;set&nbsp;index&nbsp;to&nbsp;0&nbsp;(go&nbsp;back&nbsp;to&nbsp;first&nbsp;image.)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;show&nbsp;(__INDEX__);&nbsp;//show&nbsp;the&nbsp;index&nbsp;image&nbsp;(show&nbsp;current&nbsp;image)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;function&nbsp;show(num)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;inum&nbsp;=&nbsp;$(".image-"+num);&nbsp;//Get&nbsp;the&nbsp;element&nbsp;that&nbsp;has&nbsp;a&nbsp;class&nbsp;of&nbsp;image-#&nbsp;where&nbsp;#&nbsp;is&nbsp;the&nbsp;index&nbsp;(current&nbsp;image)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(__IMAGES__).fadeOut(500);&nbsp;//fade&nbsp;out&nbsp;all&nbsp;the&nbsp;images&nbsp;in&nbsp;the&nbsp;image&nbsp;container&nbsp;(over&nbsp;500&nbsp;ms)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inum.stop().fadeIn(500);&nbsp;//stop&nbsp;the&nbsp;fade&nbsp;out&nbsp;for&nbsp;the&nbsp;current&nbsp;image,&nbsp;and&nbsp;fade&nbsp;it&nbsp;in&nbsp;(over&nbsp;500&nbsp;ms)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$("#ss_link").attr("href",&nbsp;inum.attr("link"));&nbsp;//get&nbsp;the&nbsp;anchor&nbsp;element&nbsp;that&nbsp;is&nbsp;the&nbsp;link,&nbsp;and&nbsp;set&nbsp;it's&nbsp;href&nbsp;to&nbsp;the&nbsp;link&nbsp;in&nbsp;the&nbsp;image.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;});<br />
&nbsp;&nbsp;&lt;/script&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;
</div>
]]></content:encoded>
			<wfw:commentRss>http://jlinkpro.com/8/code/simple-frame-slideshow/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

