var username = 'cultcase'; 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/arts_culture/Contemplating_Kate_Moss_Rolls_in_as_a_21st_Century_Muse", "Contemplating Kate: Moss Rolls in as a 21st Century Muse", "http://digg.com/users/gilg/history/favorites", "digg / gilg / history / favorites"); links[1] = new Link("/images/favicons/digg.gif", "http://digg.com/environment/15_Epic_Water_and_Ice_Formations_and_Phenomena_50_PICS", "15 Epic Water and Ice Formations and Phenomena [50+ PICS]", "http://digg.com/users/gilg/history/favorites", "digg / gilg / history / favorites"); links[2] = new Link("/images/favicons/default.gif", "http://www.facebook.com/n/?photo.php&pid=34540193&id=19706815", "Kayla Freidt also commented on Brian Reeder's photo.", "http://www.facebook.com/notifications.php", "Gil Galanti's Facebook Notifications"); links[3] = new Link("/images/favicons/default.gif", "http://www.facebook.com/n/?event.php&eid=50640349664", "Lev Alma invited you to the event \"????? ?? ???????.\"", "http://www.facebook.com/notifications.php", "Gil Galanti's Facebook Notifications"); links[4] = new Link("/images/favicons/default.gif", "http://www.facebook.com/n/?minifeed.php&story_fbid=42048711194&id=28122145", "Katie Tam also commented on her status.", "http://www.facebook.com/notifications.php", "Gil Galanti's Facebook Notifications"); links[5] = new Link("/images/favicons/default.gif", "http://www.facebook.com/n/?photo.php&pid=835582&id=786542747", "Betsie Branch Bush also commented on her photo.", "http://www.facebook.com/notifications.php", "Gil Galanti's Facebook Notifications"); links[6] = new Link("/images/favicons/default.gif", "http://www.facebook.com/n/?reqs.php", "Michael Wong added you as a friend.", "http://www.facebook.com/notifications.php", "Gil Galanti's Facebook Notifications"); links[7] = new Link("/images/favicons/default.gif", "http://www.facebook.com/notifications.php", "Alex Badalic sent you a Shana tova dove using Rosh Hashana Cards. Click here to accept it or send a gift in return!", "http://www.facebook.com/notifications.php", "Gil Galanti's Facebook Notifications"); return links; }