var username = 'layawhite'; 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/goldenlady/statuses/2464634081", "goldenlady: Headed to bed. Planning to go to Zumba class at 9 a.m. tomorrow - let's see if I make it!", "http://twitter.com/goldenlady", "Twitter / goldenlady"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goldenlady/statuses/2463997576", "goldenlady: Seen in the parking lot bt fatburger. - http://twitpic.com/985f6", "http://twitter.com/goldenlady", "Twitter / goldenlady"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goldenlady/statuses/2461122186", "goldenlady: A snowball from our favorite place, off key highway. - http://twitpic.com/9762a", "http://twitter.com/goldenlady", "Twitter / goldenlady"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goldenlady/statuses/2460656490", "goldenlady: @warrenparsons @warrenparsons Yup. I had just bought Innervisions when I was creating my first yahoo email account, and I've stuck w/it.", "http://twitter.com/goldenlady", "Twitter / goldenlady"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goldenlady/statuses/2460597212", "goldenlady: Waiting for the good word from my friends to meet up/hang out. Heading to Fletcher's for the MJ tribute @ 9:30. You should too!", "http://twitter.com/goldenlady", "Twitter / goldenlady"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goldenlady/statuses/2460499447", "goldenlady: Photo: Honduran soldiers surround a small group of supporters of ousted President Manuel Zelaya after... http://tumblr.com/xtb28d5d8", "http://twitter.com/goldenlady", "Twitter / goldenlady"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/goldenlady/statuses/2460275512", "goldenlady: Video: SOUR ????? (Hibi no neiro)? (via masakaaa) http://tumblr.com/xtb28d06n", "http://twitter.com/goldenlady", "Twitter / goldenlady"); links[7] = new Link("/images/favicons/lastfm.gif", "http://www.last.fm/music/Craig+Armstrong/_/Weather+Storm", "Craig Armstrong ? Weather Storm", "http://www.last.fm/user/golden_lady", "golden_lady's Recently Played Tracks"); return links; }