var username = 'beccamorte'; 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("Facebook", "http://www.facebook.com/profile.php?id=3222527"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/beccamorte"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/beccamorte/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/beccamorte/contacts/"); wtfmo[1] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/beccamorte"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Google Reader", "http://www.google.com/reader/shared/11488912476449916492"), subLinks, "/images/favicons/greader.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/caffeinatedjedi/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/caffeinatedjedi/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/caffeinatedjedi/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/caffeinatedjedi/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/caffeinatedjedi/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/caffeinatedjedi/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/caffeinatedjedi/tags/"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/caffeinatedjedi"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("MetaFilter", "http://www.metafilter.com/user/61028"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog", "http://blog.myspace.com/beccamorte"); subLinks[1] = new WtfmoLink("Pictures", "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=beccamorte&albumId=0"); subLinks[2] = new WtfmoLink("Videos", "http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid=beccamorte"); subLinks[3] = new WtfmoLink("Comments", "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=beccamorte"); subLinks[4] = new WtfmoLink("Friends", "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends2&friendID=beccamorte"); subLinks[5] = new WtfmoLink("Groups", "http://groups.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=beccamorte"); wtfmo[5] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/beccamorte"), subLinks, "/images/favicons/myspace.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/beccamorte/friends"); wtfmo[6] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/beccamorte"), subLinks, "/images/favicons/twitter.gif"); return wtfmo; }