var username = 'manne'; 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.copyblogger.com/shameless-self-promotion/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Copyblogger+%28Copyblogger%29", "The Art of Shameless Self-Promotion | Copyblogger", "http://delicious.com/manne", "Delicious/manne"); links[1] = new Link("/images/favicons/greader.gif", "http://www.fathead-movie.com/index.php/2010/02/09/real-milk-gets-a-raw-deal/", "Real Milk Gets A Raw Deal", "", "Manne's shared items in Google Reader"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/manne/statuses/8832138503", "manne: RT @copyblogger: Trust in Friends Declines, Trust in Experts Rises - http://bit.ly/b1C4vA (So build your authority) - http://bit.ly/44sI77", "http://twitter.com/manne", "Twitter / manne"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/manne/statuses/8832096771", "manne: @ginandcrumpets Isn't it better to see it as an opportunity to drink more whisky? Literally perceiving your glass as half full...", "http://twitter.com/manne", "Twitter / manne"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/manne/statuses/8831385909", "manne: Social Media: Consumers Trust Their Friends Less - Advertising Age - News: Friends no longer trust their \"friends... http://bit.ly/aDkrAt", "http://twitter.com/manne", "Twitter / manne"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/manne/statuses/8831385285", "manne: HUGE: Google Set to Make Gmail Social With Status Update Features: This is great. Another step towards \"unified m... http://bit.ly/bh2NWz", "http://twitter.com/manne", "Twitter / manne"); links[6] = new Link("/images/favicons/delicious.gif", "http://thenextweb.com/socialmedia/2010/02/09/features-twitterkilling/", "Must Have Features For Twitter-Killing", "http://delicious.com/manne", "Delicious/manne"); links[7] = new Link("/images/favicons/greader.gif", "http://mashable.com/2010/02/08/gmail-social/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Mashable+%28Mashable%29&utm_content=Google+Reader", "HUGE: Google Set to Make Gmail Social With Status Update Features", "", "Manne's shared items in Google Reader"); return links; }