var username = 'rustedrobot'; 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("Disqus", "http://www.disqus.com/people/rustedrobot/"), subLinks, "/images/favicons/disqus.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=673026979"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/rustedrobot"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/rustedrobot/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/rustedrobot/contacts/"); wtfmo[2] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/rustedrobot"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/rustedrobot/subscriptions"); wtfmo[3] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/rustedrobot"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Songs iLike", "http://www.ilike.com/user/rustedrobot/songs_ilike"); subLinks[1] = new WtfmoLink("Artists iLike", "http://www.ilike.com/user/rustedrobot/fan_of"); subLinks[2] = new WtfmoLink("Recently played", "http://www.ilike.com/user/rustedrobot/recently_played"); subLinks[3] = new WtfmoLink("Most played songs", "http://www.ilike.com/user/rustedrobot/library/most_played"); subLinks[4] = new WtfmoLink("Recently added", "http://www.ilike.com/user/rustedrobot/library/recently_added"); subLinks[5] = new WtfmoLink("My friends", "http://www.ilike.com/user/rustedrobot/friends"); wtfmo[4] = new WtfmoSite(new WtfmoLink("iLike", "http://www.ilike.com/user/rustedrobot/"), subLinks, "/images/favicons/ilike.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/rustedrobot/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/rustedrobot/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/rustedrobot/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/rustedrobot/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/rustedrobot/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/rustedrobot/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/rustedrobot/tags/"); wtfmo[5] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/rustedrobot"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/jeffcopetas"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog", "http://blog.myspace.com/jeffcopetas"); subLinks[1] = new WtfmoLink("Pictures", "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=jeffcopetas&albumId=0"); subLinks[2] = new WtfmoLink("Videos", "http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid=jeffcopetas"); subLinks[3] = new WtfmoLink("Comments", "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=jeffcopetas"); subLinks[4] = new WtfmoLink("Friends", "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends2&friendID=jeffcopetas"); subLinks[5] = new WtfmoLink("Groups", "http://groups.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=jeffcopetas"); wtfmo[7] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/jeffcopetas"), subLinks, "/images/favicons/myspace.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/rustedrobot/friends"); wtfmo[8] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/rustedrobot"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=rustedrobot"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=rustedrobot"); wtfmo[9] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=rustedrobot"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }