var username = 'adamcobb'; 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/adamcobb/statuses/8854471547", "adamcobb: @Jimadybobalon Eww, seriously ewww", "http://twitter.com/adamcobb", "Twitter / adamcobb"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/adamcobb/statuses/8777939897", "adamcobb: @neoranto Because they're single (sob :-()", "http://twitter.com/adamcobb", "Twitter / adamcobb"); links[2] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Mika/_/Blame+It+On+The+Girls", "Mika ? Blame It On The Girls", "http://www.last.fm/user/adamcobb", "adamcobb's Recently Played Tracks"); links[3] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Natasha+Bedingfield/_/These+Words", "Natasha Bedingfield ? These Words", "http://www.last.fm/user/adamcobb", "adamcobb's Recently Played Tracks"); links[4] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Mike+Oldfield/_/In+Dulci+Jubilo", "Mike Oldfield ? In Dulci Jubilo", "http://www.last.fm/user/adamcobb", "adamcobb's Recently Played Tracks"); links[5] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/The+Puppini+Sisters/_/Jingle+Bells+-+Single+Version", "The Puppini Sisters ? Jingle Bells - Single Version", "http://www.last.fm/user/adamcobb", "adamcobb's Recently Played Tracks"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/adamcobb/statuses/8763023088", "adamcobb: @udhare @neoranto @kama22 @jimadybobalon Is anyone going to be in town today?", "http://twitter.com/adamcobb", "Twitter / adamcobb"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/adamcobb/statuses/8723092302", "adamcobb: Giving the dog a bath - get the feeling she's not very happy with the idea", "http://twitter.com/adamcobb", "Twitter / adamcobb"); return links; }