var username = 'oliviawoods'; 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/oliviawoods/statuses/10279167049", "oliviawoods: So, Google Maps and I are no longer friends, since it claimed to me that there was a Fedex by Union Station when there very clearly is not.", "http://twitter.com/oliviawoods", "Twitter / oliviawoods"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/oliviawoods/statuses/10126965738", "oliviawoods: It's set to be 50s and 60s for the rest of the week ... DC really is lovely in the spring, despite its overabundant rain.", "http://twitter.com/oliviawoods", "Twitter / oliviawoods"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/oliviawoods/statuses/9934943600", "oliviawoods: Running on caffeine only until Saturday.", "http://twitter.com/oliviawoods", "Twitter / oliviawoods"); links[3] = new Link("/images/favicons/43things.gif", "http://www.43things.com/things/view/2938921", "Get a State Department internship", "http://www.43things.com/person/emptyhands", "43 Things: Olivia"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/oliviawoods/statuses/8812671535", "oliviawoods: Snow! Lots, and lots, and lots of snow?for D.C., anyway.", "http://twitter.com/oliviawoods", "Twitter / oliviawoods"); links[5] = new Link("/images/favicons/default.gif", "http://oliviawoods.com/blog/?p=121", "Snowpocalypse!", "http://oliviawoods.com/blog", "Olivia's Blog"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/oliviawoods/statuses/7835814787", "oliviawoods: At BOS, in DC by 5 or so.", "http://twitter.com/oliviawoods", "Twitter / oliviawoods"); links[7] = new Link("/images/favicons/flickr.gif", "http://www.flickr.com/photos/oliviawoods/4260591402/", "First Night Wolfeboro 2010", "http://www.flickr.com/photos/oliviawoods/", "Uploads from Olivia Imagery"); return links; }