<?xml version="1.0" encoding="UTF-8" ?> 
<Module> 
<ModulePrefs title="T-Shirt Connoisseur" 
height="200"
width="320"
title_url="http://www.tshirtconnoisseur.com/" 
directory_title="T-Shirt Connoisseur"
author="ph0enix1211" 
author_location="Canada"
description="Roundup and review of the best t-shirts on the internet. Official posts of the newest designs from www.tshirtconnoisseur.com"
author_affiliation="T-Shirt Connoisseur"
author_aboutme="I'm full of hate and sugar"
author_link="http://www.tshirtconnoisseur.com"
author_quote="Clothes make the man. Naked people have little or no influence on society."
author_photo="http://lh4.ggpht.com/_1aDuxC5haXc/SVFpuNgu6II/AAAAAAAAAR4/X9eA-LuHSQU/ava_gg_authorphoto.jpg"
screenshot="http://1.bp.blogspot.com/_1aDuxC5haXc/SVFlgj6Xu3I/AAAAAAAAARY/hWKQZnRVH1I/s1600/tsc_gadget_ss.jpg"
thumbnail="http://1.bp.blogspot.com/_1aDuxC5haXc/SUl-Jx6yrUI/AAAAAAAAAOs/NJFJURpbU2w/s400/tshirtconnoisserlogomini.jpg"
scrolling="false" 
author_email="ph0enix1211@gmail.com"/> 


<UserPref name="num_entries" display_name="Number of Entries?" default_value="8"/> 
<UserPref name="show_summaries" display_name="Show summaries?" datatype="bool" 
	default_value="false"/> 

<Content type="html"> 
<![CDATA[ 

<style> #content_div { font-size: 80%; margin: 5px; background-color: #FFFFFF;} 
	</style> 
<img border="0" src="http://2.bp.blogspot.com/_1aDuxC5haXc/SUl-KTD1SMI/AAAAAAAAAO0/CuZdssGiSAk/s400/tshirtconnoisserlogominiwide.jpg">
<div id=content_div></div> 

<script type="text/javascript"> 
var entries = 5; 
var summaries = false; 

var prefs = new _IG_Prefs(__MODULE_ID__); 
var summaries = prefs.getBool("show_summaries"); 
var entries = prefs.getInt("num_entries"); 


_IG_FetchFeedAsJSON("http://t-shirt-connoisseur.blogspot.com/atom.xml", function (feed)
{
if (feed == null){ 
alert("There is no data."); 
return; 
} 
var html = "" 

if (feed.Entry) { 
for (var i = 0; i < feed.Entry.length; i++) { 
html += "<div>" 
+ "<li><a target='_blank' href='" + feed.Entry[i].Link + "'>" 
+ feed.Entry[i].Title 
+ "</a> "; 

if (summaries==true) { 
html += "<br><i>" + feed.Entry[i].Summary + "</i>"; 
} 

} 

html += "</div>"; 
} 

_gel("content_div").innerHTML = html; 
}, 
entries, summaries); 

</script> 
]]> 
</Content> 
</Module>







