var username = 'sleep-er'; 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("Halo 3 Service Record", "http://www.bungie.net/Stats/Halo3/Default.aspx?player=pwned sleeper"); subLinks[1] = new WtfmoLink("Halo 3 Game History", "http://www.bungie.net/stats/PlayerStatsHalo3.aspx?player=pwned sleeper"); subLinks[2] = new WtfmoLink("Hi-Res Screenshots", "http://www.bungie.net/stats/Halo3/Screenshots.aspx?gamertag=pwned sleeper"); subLinks[3] = new WtfmoLink("File Share", "http://www.bungie.net/stats/Halo3/FileShare.aspx?gamertag=pwned sleeper"); subLinks[4] = new WtfmoLink("Career Stats", "http://www.bungie.net/stats/Halo3/CareerStats.aspx?player=pwned sleeper"); subLinks[5] = new WtfmoLink("Halo 2 Game History", "http://www.bungie.net/Stats/PlayerStatsHalo2.aspx?player=pwned sleeper"); wtfmo[0] = new WtfmoSite(new WtfmoLink("Bungie.net", "http://www.bungie.net/Account/Profile.aspx?player=pwned sleeper"), subLinks, "/images/favicons/bungie.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My network", "http://del.icio.us/network/djb6"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/djb6"); wtfmo[1] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/djb6"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=691210565"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Bookshelves", "http://www.goodreads.com/review/list/1961662"); wtfmo[3] = new WtfmoSite(new WtfmoLink("goodreads", "http://www.goodreads.com/user/show/1961662"), subLinks, "/images/favicons/goodreads.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/sleep-er/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/sleep-er/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/sleep-er/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/sleep-er/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/sleep-er/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/sleep-er/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/sleep-er/tags/"); wtfmo[4] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/sleep-er"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My blog", "http://sleep_er.livejournal.com"); wtfmo[5] = new WtfmoSite(new WtfmoLink("LiveJournal", "http://sleep_er.livejournal.com/profile"), subLinks, "/images/favicons/livejournal.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("My XBOX 360's blog", "http://www.360voice.com/blog.asp?tag=pwned sleeper"), subLinks, "/images/favicons/360voice.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("MyGamerCard", "http://profile.mygamercard.net/pwned sleeper"), subLinks, "/images/favicons/mgc.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("Picasa Web Albums", "http://picasaweb.google.com/baggaley"), subLinks, "/images/favicons/picasa.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/pwnedsleeper/friends"); wtfmo[9] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/pwnedsleeper"), subLinks, "/images/favicons/twitter.gif"); return wtfmo; }