var username = 'michellej'; 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/twitter.gif", "http://twitter.com/michellej/statuses/911799818", "michellej: at Alzheimers Association Memory Walk.", "http://twitter.com/michellej", "Twitter / michellej"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michellej/statuses/911341849", "michellej: @lisamer you are deprived if you don't know the deep joy fried pickles can bring.", "http://twitter.com/michellej", "Twitter / michellej"); links[2] = new Link("/images/favicons/default.gif", "http://www.consuminglouisville.com/2008/09/five0two-party-at-the-green-bu.php", "Five0Two Party at The Green Building", "http://www.consuminglouisville.com/", "Consuming Louisville"); links[3] = new Link("/images/favicons/default.gif", "http://www.consuminglouisville.com/2008/09/first-friday-gallery-hop-tonig.php", "First Friday Gallery Hop Tonight September 5, 2008", "http://www.consuminglouisville.com/", "Consuming Louisville"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michellej/statuses/910664715", "michellej: Turning down a really interesting project because of too many time commitments.", "http://twitter.com/michellej", "Twitter / michellej"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michellej/statuses/910662279", "michellej: @michellej I'm somewhat in the same boat. Nothing will ever live up to Car Wheels but I love her voice & lyrics so very much I listen to all", "http://twitter.com/michellej", "Twitter / michellej"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michellej/statuses/910661581", "michellej: @diannao Lunch with me today or dinner tonight with us will make it all feel better.", "http://twitter.com/michellej", "Twitter / michellej"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michellej/statuses/910643136", "michellej: The fact that there's a new Lucinda Williams album coming out in October makes me happy.", "http://twitter.com/michellej", "Twitter / michellej"); return links; }