var username = 'michaeldaehn'; 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/magnolia.gif", "http://mashable.com/2008/11/19/timothy-ferriss-marketing-to-bloggers/", "HOW TO: Market to Bloggers According to Timothy Ferriss", "http://ma.gnolia.com/rss/full/people/michaeldaehn", "Ma.gnolia: Michael Daehn's Bookmarks"); links[1] = new Link("/images/favicons/magnolia.gif", "http://www.littleshoot.org/", "LittleShoot -- P2P 2.0 -- P2P File Sharing in the Browser", "http://ma.gnolia.com/rss/full/people/michaeldaehn", "Ma.gnolia: Michael Daehn's Bookmarks"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michaeldaehn/statuses/1017135418", "michaeldaehn: @MelKirk", "http://twitter.com/michaeldaehn", "Twitter / michaeldaehn"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michaeldaehn/statuses/1017131949", "michaeldaehn: @MattLoomis *lexicon", "http://twitter.com/michaeldaehn", "Twitter / michaeldaehn"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michaeldaehn/statuses/1017131481", "michaeldaehn: @MattLoomis lexcon", "http://twitter.com/michaeldaehn", "Twitter / michaeldaehn"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michaeldaehn/statuses/1017036121", "michaeldaehn: RT @tweetbomb: 1 hour til tweetbomb", "http://twitter.com/michaeldaehn", "Twitter / michaeldaehn"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michaeldaehn/statuses/1017015706", "michaeldaehn: Leadership=Influence. Coersion is not leadership. Task assignment is not delegation. Effective leaders are servants.", "http://twitter.com/michaeldaehn", "Twitter / michaeldaehn"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michaeldaehn/statuses/1017009284", "michaeldaehn: RT @SESChicago if you haven't already, be sure to register today to lock in the early bird rate - last day! http://tinyurl.com/6o2aqd", "http://twitter.com/michaeldaehn", "Twitter / michaeldaehn"); return links; }