<?xml version="1.0" encoding="UTF-8" ?>
<Module>
	<ModulePrefs 
							width="270" 
							height="125" 
							scrolling="true"
	 						title="Films vandaag" 
							title_url="http://nl.30minutelunchbreak.com" 
							description="Overzicht van de films vandaag op nederlandse televisie. Bron: rss-feed filmtotaal.nl" 
							author="30minutelunchbreak.com" 
							author_email="info (at) 30minutelunchbreak.com" 
							thumbnail="http://www.30minutelunchbreak.com/gadgets/film_tn.jpg"
							screenshot="http://www.30minutelunchbreak.com/gadgets/film.jpg" 
							author_location="Amsterdam, Netherlands">
 <Require feature="analytics" />
  <Locale lang="nl" />
 </ModulePrefs>

 <Content type="html">
     <![CDATA[


<script>
   // Track this gadget using Google Analytics.
   _IG_Analytics("UA-1098462-45", "/test_analyticslib");
</script>

<script type="text/javascript"> 

var contentd = [];
contentd[0] = "content_div0";

_IG_RegisterOnloadHandler(ReadFeed);


function ReadFeed()
{
//###########1###########
			  _IG_FetchFeedAsJSON("http://feeds.feedburner.com/filmtotaal/ajvt",
              function(feed) { 
              if (feed == null){
                 return;
              }
         var html = "";
				 var date = new Date(); 
  				html += "<b>Films op de nederlandse TV <p>"+ date.toLocaleDateString() +"</b>";
				 
				 
				 if (feed.Entry) {
				    
						for (var i = 0; i < (feed.Entry.length-1); i++) {
						  var strs = feed.Entry[i].Title;
 											 	html += "<div>"
                       + "<a target='_blank' style='text-decoration: none; color: #000000' href='" + feed.Entry[i].Link + "'>"
                       + feed.Entry[i].Title
                       + "</a>";
                  html += "</div>";
							}	
				}
				 _gel(contentd[0]).innerHTML = html;
     }, 40,true,{ refreshInterval: 1800 });
}
</script>
<table width="270" border="0" cellpadding="2" cellspacing="0" align="center">
<tr>
<td width="240" align="left" valign="top">
<div id="content_div0" style="padding-left: 3px;font-family:Arial, Helvetica; font-size:11px;"></div>
</td>
<td>
<img src="http://www.30minutelunchbreak.com/gadgets/film.png"  border=0 >
</td>
</tr>


]]> </Content>
</Module>  