var username = 'Stranahan'; 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/Stranahan/statuses/850354267", "Stranahan: Time to play a little more SimCitiesSocieties - I got it for $20 as a download and I like it. It's not too challenging but it's fun. Good.", "http://twitter.com/Stranahan", "Twitter / Stranahan"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/Stranahan/statuses/850350967", "Stranahan: Man, there's so MUCH material about McCain's temper and angry outbursts...", "http://twitter.com/Stranahan", "Twitter / Stranahan"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/Stranahan/statuses/850220624", "Stranahan: Hyeading to @Adrums pool with kids", "http://twitter.com/Stranahan", "Twitter / Stranahan"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/Stranahan/statuses/850208853", "Stranahan: I can't follow anyone...", "http://twitter.com/Stranahan", "Twitter / Stranahan"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/Stranahan/statuses/850203328", "Stranahan: New July 4th post on my McCain site that dare not speak it's NSFW name - Angry McCain May Not Always Have Loved U.S. http://snurl.com/2tqul", "http://twitter.com/Stranahan", "Twitter / Stranahan"); links[5] = new Link("/images/favicons/flickr.gif", "http://www.flickr.com/photos/83302814@N00/2636839804/", "In LA this makes sense", "http://www.flickr.com/photos/83302814@N00/", "Uploads from Lee Stranahan"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/Stranahan/statuses/850133588", "Stranahan: In LA this makes sense - http://mobypicture.com/?y2fwo0", "http://twitter.com/Stranahan", "Twitter / Stranahan"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/Stranahan/statuses/850107362", "Stranahan: @Mickeleh Or to advocate for real BBQ not just throwing something on the grill slathered in BBQ sauce and calling it 'que.", "http://twitter.com/Stranahan", "Twitter / Stranahan"); return links; }