a:1:{s:10:"__output__";s:1792:"<li class="block"><div class="block-wp_youtube_widget clear-block" id="instance-wp_youtube_widget-3"><h3 class="title"><span>Mon Canal</span></h3><div class="block-div"></div><div class="block-div-arrow"></div>    <script type="text/javascript">
    function wp_youtube_gallery(data) {
    	var feed = data.feed;
    	var entries = feed.entry || [];
    	var html = [];
    	for (var i = 0; i < entries.length; i++) {
    		// Parse out YouTube entry data
    		var entry = entries[i];
    		var title = entry.title.$t;
    		var width = "250";
    		var height = "151.785714286";
    		var showtitle = "Yes";
    		var titledisplay = '';
    		if(showtitle == "Yes") {
    		  titledisplay = '<h4>' + title + '</h4>';
        } else {
          titledisplay = '';
        }
    		var playerUrl = entries[i].media$group.media$content[0].url;
    		html.push( "<div class=\"wp_youtube_gallery\">", titledisplay ,"\n",
    		           "<object width='" , width , "' height='" , height , "'><param name='movie' value='" , playerUrl , "&hl=en&fx=1&'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='" , playerUrl , "&hl=en&fs=1&' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='" , width , "' height='" , height , "'></embed></object></div><p></p>" );
    		}
    	document.getElementById('videos').innerHTML = html.join('');
    	} 
    </script>
    <div id="videos"> <!-- The showMyVideos() JavaScript function places the YouTube video code here -->
    </div>
        <script 
        type="text/javascript" 
        src="http://gdata.youtube.com/feeds/users/x-rayden/uploads?alt=json-in-script&max-results=2&callback=wp_youtube_gallery">
    </script>
    </div></li>";}