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/948377217", "GeoffJones: Made it to Merida 43km and it's now 30deg - well wrecked and why do the spanish serve beer in such tiny glasses! Location: http://gpstwi ...", "http://twitter.com/GeoffJones", "Twitter / GeoffJones"); links[1] = new Link("/images/favicons/default.gif", "http://twitter.com/GeoffJones/statuses/948054500", "GeoffJones: A short break in the olive grove first 20km done. Now it starts to get harder as temp. Goes into high 20s Location: http://gpstwit.com/bug", "http://twitter.com/GeoffJones", "Twitter / GeoffJones"); links[2] = new Link("/images/favicons/default.gif", "http://twitter.com/GeoffJones/statuses/947928482", "GeoffJones: 32 or 47 that is the question? Just setting off with Manuel and Michael", "http://twitter.com/GeoffJones", "Twitter / GeoffJones"); links[3] = new Link("/images/favicons/default.gif", "http://twitter.com/GeoffJones/statuses/947175941", "GeoffJones: A welcome sight at the end of each walk day :-) Location: http://gpstwit.com/br1", "http://twitter.com/GeoffJones", "Twitter / GeoffJones"); links[4] = new Link("/images/favicons/default.gif", "http://twitter.com/GeoffJones/statuses/947058839", "GeoffJones: Kissed sally goodbye on the bus - now to continue the 840km on my own! Let's hope the cafes have menus from now on! Location: http://gps ...", "http://twitter.com/GeoffJones", "Twitter / GeoffJones"); links[5] = new Link("/images/favicons/default.gif", "http://twitter.com/GeoffJones/statuses/946397146", "GeoffJones: New blog post: First 100miles http://tinyurl.com/4pyky6", "http://twitter.com/GeoffJones", "Twitter / GeoffJones"); links[6] = new Link("/images/favicons/default.gif", "http://twitter.com/GeoffJones/statuses/946370313", "GeoffJones: At last found free wifi in Los Santos, poor Sally was wrecked after today 30 miler. Now done first 100miles :-) now to find a restaurant ...", "http://twitter.com/GeoffJones", "Twitter / GeoffJones"); links[7] = new Link("/images/favicons/default.gif", "http://twitter.com/GeoffJones/statuses/946368719", "GeoffJones: Location: http://gpstwit.com/bnc", "http://twitter.com/GeoffJones", "Twitter / GeoffJones"); return links; }