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/digg.gif", "http://digg.com/general_sciences/Beauty_Is_Truth_In_Mathematical_Intuition", "Beauty Is Truth In Mathematical Intuition", "http://digg.com/users/emptyhands/history/diggs", "digg / emptyhands / history / diggs"); links[1] = new Link("/images/favicons/digg.gif", "http://digg.com/politics/Hillary_Clinton_to_accept_Secretary_of_State_offer", "Hillary Clinton to accept Secretary of State offer", "http://digg.com/users/emptyhands/history/diggs", "digg / emptyhands / history / diggs"); links[2] = new Link("/images/favicons/delicious.gif", "http://search.eb.com/eb/article-26864", "Islamic world :: The Nile-to-Oxus region --  Britannica Online Encyclopedia", "http://delicious.com/emptyhands", "Delicious/emptyhands"); links[3] = new Link("/images/favicons/delicious.gif", "http://search.eb.com/eb/article-9106015", "Egypt --  Britannica Online Encyclopedia", "http://delicious.com/emptyhands", "Delicious/emptyhands"); links[4] = new Link("/images/favicons/delicious.gif", "http://search.eb.com/eb/article-26865", "Islamic world :: The Arabian Peninsula --  Britannica Online Encyclopedia", "http://delicious.com/emptyhands", "Delicious/emptyhands"); links[5] = new Link("/images/favicons/default.gif", "http://oliviawoods.com/blog/?p=79", "Break Season!", "http://oliviawoods.com/blog", "Olivia's Blog"); links[6] = new Link("/images/favicons/digg.gif", "http://digg.com/comedy/God_Angrily_Clarifies_Don_t_Kill_Rule_He_Made_for_Humans", "God Angrily Clarifies 'Don't Kill' Rule He Made for Humans", "http://digg.com/users/emptyhands/history/diggs", "digg / emptyhands / history / diggs"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/oliviawoods/statuses/996448449", "oliviawoods: 2 weeks of school to go, then fab vacations!", "http://twitter.com/oliviawoods", "Twitter / oliviawoods"); return links; }