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/hulu.gif", "http://www.hulu.com/", "This feed is private", "http://www.hulu.com/feed", "Hulu - History for brianherbert"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brianherbert/statuses/913024546", "brianherbert: @dkoba You were at the Atlanta airport earlier? You weren't too far from me :o)", "http://twitter.com/brianherbert", "Twitter / brianherbert"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brianherbert/statuses/913016109", "brianherbert: @jasonhiner Where did you read that? Sounds like an interesting article.", "http://twitter.com/brianherbert", "Twitter / brianherbert"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brianherbert/statuses/913014763", "brianherbert: @M_Swann Nice! You should tweet and soak.", "http://twitter.com/brianherbert", "Twitter / brianherbert"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brianherbert/statuses/912889467", "brianherbert: Headed to Big City Bread Cafe in Athens with those lovely Athenians. http://www.bigcitybreadcafe.com/", "http://twitter.com/brianherbert", "Twitter / brianherbert"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brianherbert/statuses/912847934", "brianherbert: @bdthomas Hah! I don't have any beef against Vista. I just don't want to spend the money. Finding a copy isn't an issue anymore ;o)", "http://twitter.com/brianherbert", "Twitter / brianherbert"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brianherbert/statuses/912771202", "brianherbert: Would it be possible to find XP on store shelves somewhere for super cheap or do I have to get a copy of vista? I'd like tbe be legit.", "http://twitter.com/brianherbert", "Twitter / brianherbert"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brianherbert/statuses/912770806", "brianherbert: Good morning. I need a copy of windows for bootcamp...", "http://twitter.com/brianherbert", "Twitter / brianherbert"); return links; }