var username = 'mburpee'; 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/delicious.gif", "http://www.nytimes.com/2010/09/05/travel/05hours.htm?_r=1", "36 Hours - Silicon Valley - NYTimes.com", "http://www.delicious.com/mburpee", "Delicious/mburpee"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/matthewburpee/statuses/22987390489", "matthewburpee: @BrettLutchman \"No one gets left behind, you know that.\" Name that movie back at ya.", "http://twitter.com/matthewburpee", "Twitter / matthewburpee"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/matthewburpee/statuses/22919669222", "matthewburpee: fav quote of the week... \"Woohoo! You've read all the important messages in your inbox.\"", "http://twitter.com/matthewburpee", "Twitter / matthewburpee"); links[3] = new Link("/images/favicons/brightkite.gif", "http://brightkite.com/objects/5b968ef88799e055347c4f71a1ff6610", "mburpee checked in @ Centre for Social Innovation", "http://brightkite.com/people/mburpee", "Stream for mburpee"); links[4] = new Link("/images/favicons/delicious.gif", "http://www.canadiansalvagedtimbercorp.com/", "Canadian Salvaged Timber Corp", "http://www.delicious.com/mburpee", "Delicious/mburpee"); links[5] = new Link("/images/favicons/delicious.gif", "http://www.antetype.com/", "ANTETYPE: The new prototyping and design application for user interface designers - by ERGOSIGN", "http://www.delicious.com/mburpee", "Delicious/mburpee"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/matthewburpee/statuses/22760970999", "matthewburpee: I'm going to a Meetup with Knowledge Workers Toronto! http://meetup.com/u/1jJN", "http://twitter.com/matthewburpee", "Twitter / matthewburpee"); links[7] = new Link("/images/favicons/brightkite.gif", "http://brightkite.com/objects/c9f6dea9d09a3a1000b8036e2ba82942", "mburpee checked in @ Centre for Social Innovation", "http://brightkite.com/people/mburpee", "Stream for mburpee"); return links; }