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/2472727067", "GeoffJones: FatWatch chart http://bit.ly/121hs3", "http://twitter.com/GeoffJones", "Twitter / GeoffJones"); links[1] = new Link("/images/favicons/flickr.gif", "http://www.flickr.com/photos/geoffjones/3687263477/", "FatWatch chart", "http://www.flickr.com/photos/geoffjones/", "Uploads from geofones"); links[2] = new Link("/images/favicons/default.gif", "http://twitter.com/GeoffJones/statuses/2472636122", "GeoffJones: FatWatch chart http://post.ly/1667", "http://twitter.com/GeoffJones", "Twitter / GeoffJones"); links[3] = new Link("/images/favicons/default.gif", "http://dqnxa4ugjb67h.cloudfront.net/1246732633.15894kpaisshnpg.jpg", "Most Recent Mugshot", "http://www.dailymugshot.com/main/show/230", "geoff's Daily Mugshot Feed"); links[4] = new Link("/images/favicons/default.gif", "http://twitter.com/GeoffJones/statuses/2472168395", "GeoffJones: Starbucks rip off in Arequipa http://bit.ly/9vrts", "http://twitter.com/GeoffJones", "Twitter / GeoffJones"); links[5] = new Link("/images/favicons/flickr.gif", "http://www.flickr.com/photos/geoffjones/3687952460/", "Starbucks rip off in Arequipa", "http://www.flickr.com/photos/geoffjones/", "Uploads from geofones"); links[6] = new Link("/images/favicons/default.gif", "http://twitter.com/GeoffJones/statuses/2472127416", "GeoffJones: Starbucks rip off in Arequipa http://post.ly/163X", "http://twitter.com/GeoffJones", "Twitter / GeoffJones"); links[7] = new Link("/images/favicons/default.gif", "http://twitter.com/GeoffJones/statuses/2470518496", "GeoffJones: Arequipa muffins http://bit.ly/BYnGC", "http://twitter.com/GeoffJones", "Twitter / GeoffJones"); return links; }