var username = 'lemongrass'; function WtfmoLink(name, url) { this.site_name = name; this.site_url = url; } function WtfmoSite(wtfmoLink, subLinks, siteImg) { this.wtfmo = wtfmoLink; this.sub_link = subLinks; this.avatar = siteImg; } function WtfmoSites() { wtfmo = new Array(); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog comments", "http://blog.lemongrass.org.uk/lemongrass"); wtfmo[0] = new WtfmoSite(new WtfmoLink("Blog", "http://blog.lemongrass.org.uk/lemongrass/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Diggs", "http://digg.com/users/lemongrass1/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/lemongrass1/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/lemongrass1/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/lemongrass1/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/lemongrass1/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/lemongrass1/history/shouts"); wtfmo[1] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/lemongrass1"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/lemon_grass"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/lemon_grass/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/lemon_grass/contacts/"); wtfmo[2] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/lemon_grass"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Products & Companies", "http://getsatisfaction.com/people/lemongrass/uses"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Get Satisfaction", "http://getsatisfaction.com/people/lemongrass"), subLinks, "/images/favicons/getsatisfaction.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/lemon-grass/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/lemon-grass/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/lemon-grass/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/lemon-grass/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/lemon-grass/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/lemon-grass/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/lemon-grass/tags/"); wtfmo[4] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/lemon-grass"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Recommendations", "http://www.librarything.com/recommendations/lemon-grass"); subLinks[1] = new WtfmoLink("Reviews", "http://www.librarything.com/profile_reviews.php?view=lemon-grass"); subLinks[2] = new WtfmoLink("Catalog", "http://www.librarything.com/catalog.php?view=lemon-grass"); subLinks[3] = new WtfmoLink("Tag cloud", "http://www.librarything.com/tagcloud.php?view=lemon-grass"); subLinks[4] = new WtfmoLink("Author cloud", "http://www.librarything.com/authorcloud.php?view=lemon-grass"); subLinks[5] = new WtfmoLink("Gallery", "http://www.librarything.com/authorgallery.php?view=lemon-grass"); subLinks[6] = new WtfmoLink("Stats", "http://www.librarything.com/profile_statistics.php?view=lemon-grass"); wtfmo[5] = new WtfmoSite(new WtfmoLink("Library Thing", "http://www.librarything.com/profile/lemon-grass"), subLinks, "/images/favicons/librarything.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("Ping.fm", ""), subLinks, "/images/favicons/pingfm.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("Plurk", "http://www.plurk.com/user/lemongrass"), subLinks, "/images/favicons/plurk.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://lemon-grass.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://lemon-grass.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://lemon-grass.stumbleupon.com/favorites/"); wtfmo[8] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://lemon-grass.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); return wtfmo; }