var username = '2004carlt'; 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("Friends", "http://www.bebo.com/FriendList.jsp?MemberId=CarlT357"); subLinks[1] = new WtfmoLink("Blog", "http://www.bebo.com/Blog.jsp?MemberId=CarlT357"); subLinks[2] = new WtfmoLink("Bands", "http://www.bebo.com/FanModOf.jsp?ProfileTypeCd=BD&MemberId=CarlT357"); subLinks[3] = new WtfmoLink("Photos", "http://www.bebo.com/PhotoAlbums.jsp?MemberId=CarlT357"); wtfmo[0] = new WtfmoSite(new WtfmoLink("Bebo", "http://CarlT357.bebo.com"), subLinks, "/images/favicons/bebo.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My network", "http://del.icio.us/network/2004carlt"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/2004carlt"); wtfmo[1] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/2004carlt"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("eBay My World", "http://myworld.ebay.com/2004carlt"), subLinks, "/images/favicons/ebay.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=1053944656"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Bookshelves", "http://www.goodreads.com/review/list/944147"); wtfmo[4] = new WtfmoSite(new WtfmoLink("goodreads", "http://www.goodreads.com/user/show/944147"), subLinks, "/images/favicons/goodreads.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("mEgo", "http://beta.mego.com/member/2004carlt/"), subLinks, "/images/favicons/mego.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog", "http://blog.myspace.com/2004carlt"); subLinks[1] = new WtfmoLink("Pictures", "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=2004carlt&albumId=0"); subLinks[2] = new WtfmoLink("Videos", "http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid=2004carlt"); subLinks[3] = new WtfmoLink("Comments", "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=2004carlt"); subLinks[4] = new WtfmoLink("Friends", "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends2&friendID=2004carlt"); subLinks[5] = new WtfmoLink("Groups", "http://groups.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=2004carlt"); wtfmo[6] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/2004carlt"), subLinks, "/images/favicons/myspace.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("Nuts Abut Sprouts", "http://www.nutsaboutsprouts.co.uk"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://2004carlt.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://2004carlt.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://2004carlt.stumbleupon.com/favorites/"); wtfmo[8] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://2004carlt.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); subLinks = new Array(); wtfmo[9] = new WtfmoSite(new WtfmoLink("Tweeterboard", "http://tweeterboard.com/user/2004carlt"), subLinks, "/images/favicons/tweeterboard.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/2004carlt/friends"); wtfmo[10] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/2004carlt"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=2004carlt"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=2004carlt"); wtfmo[11] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=2004carlt"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }