// twitter feed

var socialfeed=new gfeedpausescroller("decor-rss", "decor-rssclass", 3000, "")
socialfeed.addFeed("Decor Group Inc", "http://twitter.com/statuses/user_timeline/41869818.rss") //Specify "label" plus URL to RSS feed
socialfeed.displayoptions("label datetime") //show the specified additional fields
socialfeed.setentrycontainer("li") //Display each entry as a DIV
socialfeed.filterfeed(15, "label") //Show 15 entries, sort by label
socialfeed.entries_per_page(1)
socialfeed.init() //Always call this last
