var username = 'Tales'; 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/twitter.gif", "http://twitter.com/Tales/statuses/2459559156", "Tales: @ryanblock Why the hate?", "http://twitter.com/Tales", "Twitter / Tales"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/Tales/statuses/2459406944", "Tales: @emptythevoid I certainly hope so :)", "http://twitter.com/Tales", "Twitter / Tales"); links[2] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Abby+Laporte/_/Abby%27s+Road+1%3A+An+Intro+With+A+Guest+You+Know", "Abby Laporte ? Abby's Road 1: An Intro With A Guest You Know", "http://www.last.fm/user/Alexxie", "Alexxie's Recently Played Tracks"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/Tales/statuses/2456960014", "Tales: when did the IDisk and Settings icon on mobileme get so ugly? (me.com)", "http://twitter.com/Tales", "Twitter / Tales"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/Tales/statuses/2455983992", "Tales: Anyone Use airdisks?", "http://twitter.com/Tales", "Twitter / Tales"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/Tales/statuses/2455896802", "Tales: Frack, Looks like the Nas took a hit on Wednesdays poweroutage :(", "http://twitter.com/Tales", "Twitter / Tales"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/Tales/statuses/2455576842", "Tales: First Thing I'm going to do however is some system maintenance: a.k.a. Clean up outside, inside and the OS", "http://twitter.com/Tales", "Twitter / Tales"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/Tales/statuses/2455393953", "Tales: @rafacst Yeah I ordered from amazon will take a while to get here so yeah Relax and Learn C :P", "http://twitter.com/Tales", "Twitter / Tales"); return links; }