var username = 'paulofeh'; 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 network", "http://del.icio.us/network/narua"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/narua"); wtfmo[0] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/narua"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=603656058"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/streetlife"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/streetlife/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/streetlife/contacts/"); wtfmo[2] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/streetlife"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/paulofeh/subscriptions"); wtfmo[3] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/paulofeh"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/paulofeh/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/paulofeh/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/paulofeh/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/paulofeh/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/paulofeh/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/paulofeh/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/paulofeh/tags/"); wtfmo[4] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/paulofeh"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog", "http://blog.myspace.com/paulonarua"); subLinks[1] = new WtfmoLink("Pictures", "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=paulonarua&albumId=0"); subLinks[2] = new WtfmoLink("Videos", "http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid=paulonarua"); subLinks[3] = new WtfmoLink("Comments", "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=paulonarua"); subLinks[4] = new WtfmoLink("Friends", "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends2&friendID=paulonarua"); subLinks[5] = new WtfmoLink("Groups", "http://groups.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=paulonarua"); wtfmo[5] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/paulonarua"), subLinks, "/images/favicons/myspace.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Scraps", "http://www.orkut.com/Scrapbook.aspx?uid=7704556071957617952"); subLinks[1] = new WtfmoLink("Photos", "http://www.orkut.com/Album.aspx?uid=7704556071957617952"); subLinks[2] = new WtfmoLink("Videos", "http://www.orkut.com/FavoriteVideos.aspx?uid=7704556071957617952"); subLinks[3] = new WtfmoLink("Fans", "http://www.orkut.com/ProfileF.aspx?uid=7704556071957617952"); subLinks[4] = new WtfmoLink("Friends", "http://www.orkut.com/FriendsList.aspx?uid=7704556071957617952"); subLinks[5] = new WtfmoLink("Communities", "http://www.orkut.com/ProfileC.aspx?uid=7704556071957617952"); wtfmo[6] = new WtfmoSite(new WtfmoLink("Orkut", "http://www.orkut.com/Profile.aspx?uid=7704556071957617952"), subLinks, "/images/favicons/orkut.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/fehlauer/friends"); wtfmo[7] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/fehlauer"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=paulofeh"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=paulofeh"); wtfmo[8] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=paulofeh"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }