var username = 'nickayre'; 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("My photos", "http://www.flickr.com/photos/nickayre"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/nickayre/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/nickayre/contacts/"); wtfmo[0] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/nickayre"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Want to watch", "http://www.imdb.com/mymovies/list?l=44152114"); subLinks[1] = new WtfmoLink("Watched Movies", "http://www.imdb.com/mymovies/list?l=44152126"); wtfmo[1] = new WtfmoSite(new WtfmoLink("Imdb", "http://www.imdb.com/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("IMDB Seen", "http://imdb.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/nickayre/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/nickayre/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/nickayre/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/nickayre/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/nickayre/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/nickayre/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/nickayre/tags/"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/nickayre"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Most recent", "http://qik.com/nickayre/date"); subLinks[1] = new WtfmoLink("Most viewed", "http://qik.com/nickayre/views"); subLinks[2] = new WtfmoLink("Comments", "http://qik.com/nickayre/comments"); wtfmo[4] = new WtfmoSite(new WtfmoLink("QIK", "http://qik.com/nickayre"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("TwitPic", "http://twitpic.com/photos/nickayre"), subLinks, "/images/favicons/twitpic.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/nickayre/friends"); wtfmo[6] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/nickayre"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Videos", "http://www.viddler.com/explore/nickayre/videos/"); subLinks[1] = new WtfmoLink("Favorites", "http://www.viddler.com/explore/nickayre/favorites/"); subLinks[2] = new WtfmoLink("Friends", "http://www.viddler.com/explore/nickayre/friends/"); subLinks[3] = new WtfmoLink("Video tags", "http://www.viddler.com/explore/nickayre/tags/"); wtfmo[7] = new WtfmoSite(new WtfmoLink("Viddler", "http://www.viddler.com/explore/nickayre/"), subLinks, "/images/favicons/viddler.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Usage", "http://wakoopa.com/nickayre/usage"); subLinks[1] = new WtfmoLink("Reviews", "http://wakoopa.com/nickayre/reviews"); subLinks[2] = new WtfmoLink("Contacts", "http://wakoopa.com/nickayre/contacts"); subLinks[3] = new WtfmoLink("Teams", "http://wakoopa.com/nickayre/teams"); wtfmo[8] = new WtfmoSite(new WtfmoLink("Wakoopa", "http://www.wakoopa.com/nickayre"), subLinks, "/images/favicons/wakoopa.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=marzy2423"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=marzy2423"); wtfmo[9] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=marzy2423"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }