var username = 'dissolveinthelove'; 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("Clapham Media Blog", "http://www.claphammedia.com/blog"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Diggs", "http://digg.com/users/dssolveinthlove/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/dssolveinthlove/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/dssolveinthlove/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/dssolveinthlove/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/dssolveinthlove/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/dssolveinthlove/history/shouts"); wtfmo[1] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/dssolveinthlove"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=152400002"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/claphammedia"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/claphammedia/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/claphammedia/contacts/"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/claphammedia"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("hulu", "http://www.hulu.com/users/profile/76790"), subLinks, "/images/favicons/hulu.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("JPG Magazine", "http://jpgmag.com/people/JonD25"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/dssolveinlove/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/dssolveinlove/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/dssolveinlove/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/dssolveinlove/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/dssolveinlove/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/dssolveinlove/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/dssolveinlove/tags/"); wtfmo[6] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/dssolveinlove"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/jonduenas"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog", "http://blog.myspace.com/343927095"); subLinks[1] = new WtfmoLink("Pictures", "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=343927095&albumId=0"); subLinks[2] = new WtfmoLink("Videos", "http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid=343927095"); subLinks[3] = new WtfmoLink("Comments", "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=343927095"); subLinks[4] = new WtfmoLink("Friends", "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends2&friendID=343927095"); subLinks[5] = new WtfmoLink("Groups", "http://groups.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=343927095"); wtfmo[8] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/343927095"), subLinks, "/images/favicons/myspace.gif"); subLinks = new Array(); wtfmo[9] = new WtfmoSite(new WtfmoLink("Skitch", "http://skitch.com/jonduenas/"), subLinks, "/images/favicons/skitch.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/jonduenas/friends"); wtfmo[10] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/jonduenas"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); wtfmo[11] = new WtfmoSite(new WtfmoLink("Virb", "http://www.virb.com/jonduenas"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=dissolveinthelove"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=dissolveinthelove"); wtfmo[12] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=dissolveinthelove"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }