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/2459904851", "michellej: Making a party playlist that includes more than a few Michael Jackson and Jackson 5 tracks. Shabbat shalom my people.", "http://twitter.com/michellej", "Twitter / michellej"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michellej/statuses/2457246756", "michellej: @mellemusic yay you. You are prepared for awesomeness (and stocked with love from Kentucky!).", "http://twitter.com/michellej", "Twitter / michellej"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michellej/statuses/2456945598", "michellej: @mellemusic love that you're having a great California day.", "http://twitter.com/michellej", "Twitter / michellej"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michellej/statuses/2456784251", "michellej: @nqnorman next time you must twirl in your cape and say hello!", "http://twitter.com/michellej", "Twitter / michellej"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michellej/statuses/2455872552", "michellej: I'm going to be so hard of hearing when I'm old because I can't resist completely enveloping myself in music that just speaks to my soul.", "http://twitter.com/michellej", "Twitter / michellej"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michellej/statuses/2455734141", "michellej: Looking very forward to shabbat, the aufruf I'm attending at shul and lots of yummy vegetarian food this weekend.", "http://twitter.com/michellej", "Twitter / michellej"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michellej/statuses/2455707011", "michellej: @jackbr4 UPS hub my friend, UPS hub.", "http://twitter.com/michellej", "Twitter / michellej"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/michellej/statuses/2454433900", "michellej: @velveteenrabbi My rebbetzin is trying to convince her daughter to get these for her wedding next month. The bride is not convinced.", "http://twitter.com/michellej", "Twitter / michellej"); return links; }