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/default.gif", "http://www.facebook.com/n/?photo.php&pid=3712573&id=516724207&aref=71450667", "Guy Mercier commented on Orli Yakuel's photo.", "http://www.facebook.com/notifications.php", "Gil Galanti's Facebook Notifications"); links[1] = new Link("/images/favicons/friendfeed.gif", "http://www.conceptispuzzles.com/index.aspx?uri=info/article/338", "Puzzle Geocaching in Okinawa: The Logical Way", "http://friendfeed.com/individual", "FriendFeed - individual"); links[2] = new Link("/images/favicons/default.gif", "http://www.facebook.com/n/?photo.php&pid=3712573&id=516724207&aref=71432416", "Pascal Bronstein commented on Orli Yakuel's photo.", "http://www.facebook.com/notifications.php", "Gil Galanti's Facebook Notifications"); links[3] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/Conceptis/statuses/10683054253", "Puzzle Geocaching in Okinawa: The Logical Way http://bit.ly/bLAr5a #games #geography #japan", "http://friendfeed.com/individual", "FriendFeed - individual"); links[4] = new Link("/images/favicons/friendfeed.gif", "http://www.conceptispuzzles.com/index.aspx?uri=info/article/338", "Puzzle Geocaching in Okinawa: The Logical Way", "http://friendfeed.com/individual", "FriendFeed - individual"); links[5] = new Link("/images/favicons/friendfeed.gif", "http://www.conceptispuzzles.com/index.aspx?uri=info/article/338", "Puzzle Geocaching in Okinawa: The Logical Way", "http://friendfeed.com/individual", "FriendFeed - individual"); links[6] = new Link("/images/favicons/friendfeed.gif", "http://www.youtube.com/watch?v=FSqd2uGGNTY&feature=youtube_gdata", "Ten Squared iPhone logic puzzle game", "http://friendfeed.com/individual", "FriendFeed - individual"); links[7] = new Link("/images/favicons/default.gif", "http://www.facebook.com/n/?photo.php&pid=3712573&id=516724207&aref=71425562", "Nicholas Francis commented on Orli Yakuel's photo.", "http://www.facebook.com/notifications.php", "Gil Galanti's Facebook Notifications"); return links; }