var username = 'GeoffJones'; 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/default.gif", "http://twitter.com/geoffjones/statuses/8855164557", "geoffjones: I hear Jamies Cambridge Italian place is opening on 22 February @jamieoliver", "http://twitter.com/geoffjones", "Twitter / geoffjones"); links[1] = new Link("/images/favicons/default.gif", "http://twitter.com/geoffjones/statuses/8850882790", "geoffjones: Removal men booked for the 25th February - 26 years after arriving here!", "http://twitter.com/geoffjones", "Twitter / geoffjones"); links[2] = new Link("/images/favicons/default.gif", "http://twitter.com/geoffjones/statuses/8848119409", "geoffjones: @mdales Thanks for the tweet - I helped set up the first one in the 70s - eventually nailing up picture rails at a later one!", "http://twitter.com/geoffjones", "Twitter / geoffjones"); links[3] = new Link("/images/favicons/default.gif", "http://twitter.com/geoffjones/statuses/8846978293", "geoffjones: Very dreamy night with @sleepcycle http://post.ly/MvAJ", "http://twitter.com/geoffjones", "Twitter / geoffjones"); links[4] = new Link("/images/favicons/flickr.gif", "http://www.flickr.com/photos/geoffjones/4343188348/", "Very dreamy night with @sleepcycle", "http://www.flickr.com/photos/geoffjones/", "Uploads from geofones"); links[5] = new Link("/images/favicons/default.gif", "http://twitter.com/geoffjones/statuses/8822618486", "geoffjones: Great idea - tweet what you spend to keep track of your spending signup at http://www.tweetwhatyouspend.com/ it uses d @twys for privacy :-)", "http://twitter.com/geoffjones", "Twitter / geoffjones"); links[6] = new Link("/images/favicons/default.gif", "http://dqnxa4ugjb67h.cloudfront.net/1265642718.57096bpgkfoxtbd.jpg", "Most Recent Mugshot", "http://www.dailymugshot.com/main/show/230", "geoff's Daily Mugshot Feed"); links[7] = new Link("/images/favicons/default.gif", "http://twitter.com/geoffjones/statuses/8811829117", "geoffjones: My favourite shelving material, blockboard, is no longer available, obviously falls foul of some H&S issue :-(", "http://twitter.com/geoffjones", "Twitter / geoffjones"); return links; }