// JavaScript Document

google.load("feeds", "1");
function initialize()
 { 
        var feedControl = new google.feeds.FeedControl();        
  feedControl.addFeed("http://news.sketchucation.com/feed/rss/", "");
  feedControl.draw(document.getElementById("feedControl"));      }
  google.setOnLoadCallback(initialize);

