    // Hiding for w3c validator
    // Core Google function for use by Piratpartiet Live
    function LoadDynamicFeedControl() {
      var feeds = [
	{title: 'Piratpartiet LIVE!',
	 url: 'http://live.piratpartiet.se/atom.xml'
	}];
      var options = {
        numResults : 10,
        stacked : true,
        horizontal : false,
        title : '<a href="http://live.piratpartiet.se">Piratpartiet LIVE!</a>'
      }

      new GFdynamicFeedControl(feeds, 'pplive-control', options);
    }
    // Load the feeds API and set the onload callback.
    google.load('feeds', '1');
    google.setOnLoadCallback(LoadDynamicFeedControl);

