var username = 'brianherbert'; 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/brianherbert/statuses/2457505179", "brianherbert: Why I like @SouthwestAir http://bit.ly/LDchW", "http://twitter.com/brianherbert", "Twitter / brianherbert"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brianherbert/statuses/2455461893", "brianherbert: @mailchimp Ouch. If @authorizenet goes down, it's got to have some pretty significant effects on a lot of e-commerce sites.", "http://twitter.com/brianherbert", "Twitter / brianherbert"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brianherbert/statuses/2454213927", "brianherbert: @n8ls He's going to Cape Coast to see the Castle. I'm not sure what I'm doing for the speech. I'll probably watch it on TV if it's too crazy", "http://twitter.com/brianherbert", "Twitter / brianherbert"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brianherbert/statuses/2453935273", "brianherbert: @macappstorm Postbox is great. It has been my default mac mail client for the past six months.", "http://twitter.com/brianherbert", "Twitter / brianherbert"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brianherbert/statuses/2453914007", "brianherbert: @n8ls The Obama New Media Team knows what they're doing. I'm hoping we can get some more variety on radio advertising at least for a week.", "http://twitter.com/brianherbert", "Twitter / brianherbert"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brianherbert/statuses/2453883947", "brianherbert: @elplute I couldn't find any for Ghana specifically but there was a fat Lonely Planet West Africa book seemed like a good overview.", "http://twitter.com/brianherbert", "Twitter / brianherbert"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brianherbert/statuses/2452194245", "brianherbert: The Obama New Media Team's strategy for Ghana http://bit.ly/p7S18", "http://twitter.com/brianherbert", "Twitter / brianherbert"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brianherbert/statuses/2442657582", "brianherbert: RT @cartophilia: Empire: Striding Across Africa http://bit.ly/DgXbZ The Rise and Demise...", "http://twitter.com/brianherbert", "Twitter / brianherbert"); return links; }