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/tumblr.gif", "http://michaeldaehn.tumblr.com/post/441470554", "Ivan finds the extract", "http://michaeldaehn.tumblr.com/", "Michael Daehn"); links[1] = new Link("/images/favicons/tumblr.gif", "http://michaeldaehn.tumblr.com/post/441383359", "Batter up", "http://michaeldaehn.tumblr.com/", "Michael Daehn"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michaeldaehn/statuses/10294202844", "michaeldaehn: RT @thirstforwine: Are you a parent? Bet you LOVE Goodnight Moon. How about a Star Wars themed version? http://bit.ly/dvzlaR (via @spufidoo)", "http://twitter.com/michaeldaehn", "Twitter / michaeldaehn"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michaeldaehn/statuses/10293958146", "michaeldaehn: @3KidsandUs Depends on the size of the dog", "http://twitter.com/michaeldaehn", "Twitter / michaeldaehn"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michaeldaehn/statuses/10281086373", "michaeldaehn: RIP Corey - who could have seen this coming? http://ow.ly/1gDKf", "http://twitter.com/michaeldaehn", "Twitter / michaeldaehn"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michaeldaehn/statuses/10246407810", "michaeldaehn: I'm at Treetop Chiropractic (679 Big Bend Rd, Sulphur Springs, St. Louis). http://4sq.com/8llQi5", "http://twitter.com/michaeldaehn", "Twitter / michaeldaehn"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michaeldaehn/statuses/10224681911", "michaeldaehn: I'm at Kirkwood Ice Skating Rink (111 South Geyer Road, at Adams, St. Louis). http://4sq.com/18hZp6", "http://twitter.com/michaeldaehn", "Twitter / michaeldaehn"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michaeldaehn/statuses/10193397165", "michaeldaehn: If you need some help with your lawn in #STL, please give my friend Nate a call http://budfranks.com/", "http://twitter.com/michaeldaehn", "Twitter / michaeldaehn"); return links; }