var username = 'jeffmadison'; 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/plurk.gif", "http://www.plurk.com/p/3xsfem", "jeffmadison says Just upgraded the Tour to the latest version of Seesmic for Blackberry. Some very cool and handy things here. This is going to be fun.", "http://www.plurk.com/", "jeffmadison"); links[1] = new Link("/images/favicons/jaiku.gif", "http://jeffmadison.jaiku.com/presence/359f293d96f24fc8918a8794ed8889d6", "Just upgraded the Tour to the latest version of Seesmic for Blackberry. Some very cool and handy things here. This is going to be fun.", "http://jeffmadison.jaiku.com", "Jaiku | Jaikus from jeffmadison"); links[2] = new Link("/images/favicons/plurk.gif", "http://www.plurk.com/p/3u8x8l", "jeffmadison says I'm wondering if ballroom dancing on ice is really a sport? If so couldn't they show it on a Wed or Thur instead of Fri?", "http://www.plurk.com/", "jeffmadison"); links[3] = new Link("/images/favicons/jaiku.gif", "http://jeffmadison.jaiku.com/presence/9d73dee6897241ef8e7254f2f7db8677", "I'm wondering if ballroom dancing on ice is really a sport? If so couldn't they show it on a Wed or Thur instead of Fri?", "http://jeffmadison.jaiku.com", "Jaiku | Jaikus from jeffmadison"); links[4] = new Link("/images/favicons/plurk.gif", "http://www.plurk.com/p/3qucl7", "jeffmadison says Ok it worked and now I'm going to turn Buzz off again until it turns into something useful.", "http://www.plurk.com/", "jeffmadison"); links[5] = new Link("/images/favicons/jaiku.gif", "http://jeffmadison.jaiku.com/presence/9bd6fc32f88a4aed8c585f1acc99df85", "Ok it worked and now I'm going to turn Buzz off again until it turns into something useful.", "http://jeffmadison.jaiku.com", "Jaiku | Jaikus from jeffmadison"); links[6] = new Link("/images/favicons/plurk.gif", "http://www.plurk.com/p/3qubov", "jeffmadison says Ok one last test for ping.fm to Buzz via Gtalk...testing again, sorry", "http://www.plurk.com/", "jeffmadison"); links[7] = new Link("/images/favicons/jaiku.gif", "http://jeffmadison.jaiku.com/presence/e09458945c344d2cb5d857e26b3b8c52", "Ok one last test for ping.fm to Buzz via Gtalk...testing again, sorry", "http://jeffmadison.jaiku.com", "Jaiku | Jaikus from jeffmadison"); return links; }