var username = 'BoredMind'; function Link(favico, link, title, sourceUrl, source) { this.favico = favico; this.link = link; this.title = title; this.sourceUrl = sourceUrl; this.source = source; } function Mashups() { links = new Array(); links[0] = new Link("/images/favicons/greader.gif", "http://us.rd.yahoo.com/sports/rss/mlb/SIG=126pv184a/*http%3A//sports.yahoo.com/mlb/news?slug=ap-worldseries-clementeaward", "Red Sox DH Ortiz wins Clemente award (AP)", "", "Jason's shared items in Google Reader"); links[1] = new Link("/images/favicons/greader.gif", "http://us.rd.yahoo.com/sports/rss/mlb/SIG=11jp8126r/*http%3A//sports.yahoo.com/mlb/recap?gid=310913102", "Wakefield finally gets 200th win in rout (AP)", "", "Jason's shared items in Google Reader"); links[2] = new Link("/images/favicons/greader.gif", "http://myrtlebeach.thedigitel.com/myrtle-beach-one-americas-most-fun-affordable-citi-31989-0812", "Myrtle Beach, one of America's most fun, affordable cities", "", "Jason's shared items in Google Reader"); return links; }