var username = 'cmrn'; 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/brightkite.gif", "http://brightkite.com/objects/535d1d9120e4e528e72421026b2357148fbf154d", "cmrn posted a text message @ Cook, ACT, Australia", "http://brightkite.com/people/cmrn", "Stream for cmrn"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/cmrn/statuses/846072877", "cmrn: At ANU, getting my interweb fix - the new house is awesome...", "http://twitter.com/cmrn", "Twitter / cmrn"); links[2] = new Link("/images/favicons/brightkite.gif", "http://brightkite.com/objects/96a3efeaa4cef022ec4ef6dc5ec32e6a183effd7", "cmrn posted a text message @ Cook, ACT, Australia", "http://brightkite.com/people/cmrn", "Stream for cmrn"); links[3] = new Link("/images/favicons/brightkite.gif", "http://brightkite.com/objects/1f39b09cbe76b62671ecc59c7d4fff0fc07385b0", "cmrn posted a text message @ Cook, ACT, Australia", "http://brightkite.com/people/cmrn", "Stream for cmrn"); links[4] = new Link("/images/favicons/brightkite.gif", "http://brightkite.com/objects/f204104c6ae8302a0418956c333c145f57f02915", "cmrn posted a text message @ Cook, ACT, Australia", "http://brightkite.com/people/cmrn", "Stream for cmrn"); links[5] = new Link("/images/favicons/brightkite.gif", "http://brightkite.com/objects/96bdef2e79cabd6de58b00197c30843e612a13b0", "cmrn checked in @ Cook, ACT, Australia", "http://brightkite.com/people/cmrn", "Stream for cmrn"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/cmrn/statuses/844482767", "cmrn: Computer shutting down for moving to the new house, later internets.", "http://twitter.com/cmrn", "Twitter / cmrn"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/cmrn/statuses/843901817", "cmrn: New house is settled, woohoo. Internet will take ~10 days to reconnect, so I may die...", "http://twitter.com/cmrn", "Twitter / cmrn"); return links; }