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/friendfeed.gif", "http://twitter.com/nf0/statuses/1016712561", "Updating Adobe to version 9 and Mindmanager to 8 (via Twitter)", "http://friendfeed.com/joshcooper", "Josh Cooper - FriendFeed"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nf0/statuses/1016712561", "nf0: Updating Adobe to version 9 and Mindmanager to 8", "http://twitter.com/nf0", "Twitter / nf0"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nf0/statuses/1016695274", "nf0: I'm at Haslam, TX, USA (TX, USA) - http://bkite.com/02w46", "http://twitter.com/nf0", "Twitter / nf0"); links[3] = new Link("/images/favicons/brightkite.gif", "http://brightkite.com/objects/433910fab7e611dd9cfc003048c10834", "joshcooper checked in @ Haslam, TX, USA", "http://brightkite.com/people/joshcooper", "Stream for joshcooper"); links[4] = new Link("/images/favicons/friendfeed.gif", "http://brightkite.com/objects/433910fab7e611dd9cfc003048c10834", "Haslam, TX, USA (via brightkite.com)", "http://friendfeed.com/joshcooper", "Josh Cooper - FriendFeed"); links[5] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/John+C.+Dvorak/_/CrankyGeeks+143%3A+Bargains+Galore%21", "John C. Dvorak ? CrankyGeeks 143: Bargains Galore!", "http://www.last.fm/user/nf0", "nf0's Recently Played Tracks"); links[6] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/nf0/statuses/1016579260", "Not feeling so hot today (via Twitter)", "http://friendfeed.com/joshcooper", "Josh Cooper - FriendFeed"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/nf0/statuses/1016579260", "nf0: Not feeling so hot today", "http://twitter.com/nf0", "Twitter / nf0"); return links; }