var username = 'BoredMind'; 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/world_news/Uproar_in_Maine_over_Obama_assassination_sign_3", "Uproar in Maine over Obama assassination sign", "http://digg.com/users/MixMastaMetal/history/diggs", "digg / MixMastaMetal / history / diggs"); links[1] = new Link("/images/favicons/digg.gif", "http://digg.com/comedy/7_Retarded_Food_Myths_the_Internet_Thinks_Are_True", "7 Retarded Food Myths the Internet Thinks Are True", "http://digg.com/users/MixMastaMetal/history/diggs", "digg / MixMastaMetal / history / diggs"); links[2] = new Link("/images/favicons/digg.gif", "http://digg.com/comedy/This_is_Why_You_Don_t_Steal_from_Cracked", "This is Why You Don't Steal from Cracked", "http://digg.com/users/MixMastaMetal/history/diggs", "digg / MixMastaMetal / history / diggs"); links[3] = new Link("/images/favicons/digg.gif", "http://digg.com/pets_animals/The_Bald_eagle_who_likes_to_swim", "The Bald eagle who likes to swim", "http://digg.com/users/MixMastaMetal/history/diggs", "digg / MixMastaMetal / history / diggs"); links[4] = new Link("/images/favicons/digg.gif", "http://digg.com/television/Lost_Season_5_Poster_Uber_Cool", "Lost Season 5 Poster! Uber Cool.", "http://digg.com/users/MixMastaMetal/history/diggs", "digg / MixMastaMetal / history / diggs"); links[5] = new Link("/images/favicons/digg.gif", "http://digg.com/pets_animals/I_see_what_I_did_there", "I see what I did there", "http://digg.com/users/MixMastaMetal/history/diggs", "digg / MixMastaMetal / history / diggs"); links[6] = new Link("/images/favicons/digg.gif", "http://digg.com/comics_animation/Final_Fantasy_Futurama_Style", "Final Fantasy - Futurama Style", "http://digg.com/users/MixMastaMetal/history/diggs", "digg / MixMastaMetal / history / diggs"); links[7] = new Link("/images/favicons/digg.gif", "http://digg.com/movies/Best_Princess_Leia_costume_Ever", "Best Princess Leia costume. Ever.", "http://digg.com/users/MixMastaMetal/history/diggs", "digg / MixMastaMetal / history / diggs"); return links; }