var username = 'briancarter'; 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/mybloglog.gif", "http://www.mybloglog.com/buzz/members/briancarter/newwith/me?eid=1265672820_2_617898278", "Brian Carter posted a tweet", "http://www.mybloglog.com/buzz/members/briancarter/newwith/me", "MyBlogLog - Brian Carter : New with me "); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/briancarter/statuses/8830474317", "briancarter: @jaimegochez That's what I gather as well. But I'm open to case studies and proof to the contrary.", "http://twitter.com/briancarter", "Twitter / briancarter"); links[2] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/briancarter/statuses/8830474317", "@jaimegochez That's what I gather as well. But I'm open to case studies and proof to the contrary.", "http://friendfeed.com/briancarter", "FriendFeed - briancarter"); links[3] = new Link("/images/favicons/mybloglog.gif", "http://www.mybloglog.com/buzz/members/briancarter/newwith/me?eid=1265672750_2_617898280", "Brian Carter posted a tweet", "http://www.mybloglog.com/buzz/members/briancarter/newwith/me", "MyBlogLog - Brian Carter : New with me "); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/briancarter/statuses/8830432353", "briancarter: @merylkevans Yes. A business's email list has been reported by most to be the highest ROI online marketing channel for years.", "http://twitter.com/briancarter", "Twitter / briancarter"); links[5] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/briancarter/statuses/8830432353", "@merylkevans Yes. A business's email list has been reported by most to be the highest ROI online marketing channel for years.", "http://friendfeed.com/briancarter", "FriendFeed - briancarter"); links[6] = new Link("/images/favicons/mybloglog.gif", "http://www.mybloglog.com/buzz/members/briancarter/newwith/me?eid=1265672692_2_617898281", "Brian Carter posted a tweet", "http://www.mybloglog.com/buzz/members/briancarter/newwith/me", "MyBlogLog - Brian Carter : New with me "); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/briancarter/statuses/8830395826", "briancarter: @mikeprasad Do you have analytics to back that up?", "http://twitter.com/briancarter", "Twitter / briancarter"); return links; }