var username = 'craig081785'; 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/craigkerstiens/statuses/8836813227", "craigkerstiens: Just used my second location based ad from foursquare, this is more than i've used any form of coupon in a LONG time", "http://twitter.com/craigkerstiens", "Twitter / craigkerstiens"); links[1] = new Link("/images/favicons/delicious.gif", "http://www.eflorenzano.com/blog/post/spawning-django/", "Spawning + Django - Die in a Fire - Eric Florenzano?s Blog", "http://delicious.com/craigkerstiens", "Delicious/craigkerstiens"); links[2] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/The+Spill+Canvas/_/All+Over+You", "The Spill Canvas ? All Over You", "http://www.last.fm/user/craig081785", "craig081785's Recently Played Tracks"); links[3] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/The+Academy+Is.../_/Unexpected+Places", "The Academy Is... ? Unexpected Places", "http://www.last.fm/user/craig081785", "craig081785's Recently Played Tracks"); links[4] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Marianas+Trench/_/Alibi", "Marianas Trench ? Alibi", "http://www.last.fm/user/craig081785", "craig081785's Recently Played Tracks"); links[5] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Parade+the+Day/_/American+Dream", "Parade the Day ? American Dream", "http://www.last.fm/user/craig081785", "craig081785's Recently Played Tracks"); links[6] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Pierce+the+Veil/_/Falling+Asleep+On+A+Stranger", "Pierce the Veil ? Falling Asleep On A Stranger", "http://www.last.fm/user/craig081785", "craig081785's Recently Played Tracks"); links[7] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Fall+Out+Boy/_/Our+Lawyer+Made+Us+Change+The+Name+Of+This+Song+So+We+Wouldn%27t+Get+Sued", "Fall Out Boy ? Our Lawyer Made Us Change The Name Of This Song So We Wouldn't Get Sued", "http://www.last.fm/user/craig081785", "craig081785's Recently Played Tracks"); return links; }