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/default.gif", "http://http://izbella.ning.com", "kelly joined Michael Daehn's group", "http://izbella.ning.com", "Latest Activity on iZbella"); links[1] = new Link("/images/favicons/default.gif", "http://http://izbella.ning.com", "kelly commented on Michael Daehn's video 'Rachael Ray Show features MonaVie - Acai Berry Blend'", "http://izbella.ning.com", "Latest Activity on iZbella"); links[2] = new Link("/images/favicons/default.gif", "http://http://izbella.ning.com", "kelly is now a member of iZbella", "http://izbella.ning.com", "Latest Activity on iZbella"); links[3] = new Link("/images/favicons/default.gif", "http://http://mymarketingenious.ning.com", "Michael Daehn updated their profile", "http://mymarketingenious.ning.com", "Latest Activity on my marketingenious"); links[4] = new Link("/images/favicons/default.gif", "http://http://mymarketingenious.ning.com", "Virginia Reynolds is now a member of my marketingenious", "http://mymarketingenious.ning.com", "Latest Activity on my marketingenious"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michaeldaehn/statuses/2462219687", "michaeldaehn: @brandstorming Cool, thanks JD!", "http://twitter.com/michaeldaehn", "Twitter / michaeldaehn"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michaeldaehn/statuses/2462112050", "michaeldaehn: @paulhelmick They spent a lot of time/money to get that recognition", "http://twitter.com/michaeldaehn", "Twitter / michaeldaehn"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michaeldaehn/statuses/2461622829", "michaeldaehn: Finally downloaded FireFox 3.5 http://www.mozilla.com/", "http://twitter.com/michaeldaehn", "Twitter / michaeldaehn"); return links; }