var username = 'nf0'; 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/twitter.gif", "http://twitter.com/nf0/statuses/2447511414", "nf0: In from fixing fence again after 12 for the man, busy day", "http://twitter.com/nf0", "Twitter / nf0"); links[1] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/nf0/statuses/2447511414", "In from fixing fence again after 12 for the man, busy day", "http://friendfeed.com/joshcooper", "FriendFeed - joshcooper"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nf0/statuses/2437733701", "nf0: I'm at Nacogdoches - http://bkite.com/099nB", "http://twitter.com/nf0", "Twitter / nf0"); links[3] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/nf0/statuses/2437733701", "I'm at Nacogdoches - http://bkite.com/099nB", "http://friendfeed.com/joshcooper", "FriendFeed - joshcooper"); links[4] = new Link("/images/favicons/brightkite.gif", "http://brightkite.com/objects/ae73ffee671611deb93f003048c0801e", "joshcooper checked in @ Nacogdoches", "http://brightkite.com/people/joshcooper", "Stream for joshcooper"); links[5] = new Link("/images/favicons/friendfeed.gif", "http://brightkite.com/objects/ae73ffee671611deb93f003048c0801e", "Nacogdoches", "http://friendfeed.com/joshcooper", "FriendFeed - joshcooper"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nf0/statuses/2437170022", "nf0: I'm at Lufkin - http://bkite.com/099j6", "http://twitter.com/nf0", "Twitter / nf0"); links[7] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/nf0/statuses/2437170022", "I'm at Lufkin - http://bkite.com/099j6", "http://friendfeed.com/joshcooper", "FriendFeed - joshcooper"); return links; }