var username = 'brandnewatheist'; 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(); wtfmo[0] = new WtfmoSite(new WtfmoLink("BrandNewAtheist.com", "http://brandnewatheist.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Diggs", "http://digg.com/users/brandnewatheist/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/brandnewatheist/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/brandnewatheist/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/brandnewatheist/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/brandnewatheist/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/brandnewatheist/history/shouts"); wtfmo[1] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/brandnewatheist"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/brandnewatheist/friends"); wtfmo[2] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/brandnewatheist"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=brandnewatheist"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=brandnewatheist"); wtfmo[3] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=brandnewatheist"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }