var username = 'choochootheband'; 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=choochootheband"); subLinks[1] = new WtfmoLink("Blog", "http://www.bebo.com/Blog.jsp?MemberId=choochootheband"); subLinks[2] = new WtfmoLink("Bands", "http://www.bebo.com/FanModOf.jsp?ProfileTypeCd=BD&MemberId=choochootheband"); subLinks[3] = new WtfmoLink("Photos", "http://www.bebo.com/PhotoAlbums.jsp?MemberId=choochootheband"); wtfmo[0] = new WtfmoSite(new WtfmoLink("Bebo", "http://choochootheband.bebo.com"), subLinks, "/images/favicons/bebo.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Facebook Group", "http://www.facebook.com/home.php#/group.php?gid=38900460730"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Facebook Page", "http://www.facebook.com/pages/Choo-Choo/13500256142?ref=s"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/choochootheband"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/choochootheband/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/choochootheband/contacts/"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/choochootheband"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/choochoo/subscriptions"); wtfmo[4] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/choochoo"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("iLike", "http://ilike.com/artist/Choo+Choo"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("Kyte", "http://www.kyte.tv/choochootheband"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.lastfm.de/music/Choo+Choo"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog", "http://blog.myspace.com/choochootheband"); subLinks[1] = new WtfmoLink("Pictures", "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=choochootheband&albumId=0"); subLinks[2] = new WtfmoLink("Videos", "http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid=choochootheband"); subLinks[3] = new WtfmoLink("Comments", "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=choochootheband"); subLinks[4] = new WtfmoLink("Friends", "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends2&friendID=choochootheband"); subLinks[5] = new WtfmoLink("Groups", "http://groups.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=choochootheband"); wtfmo[8] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/choochootheband"), subLinks, "/images/favicons/myspace.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/choochootheband/friends"); wtfmo[9] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/choochootheband"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=choochootheband"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=choochootheband"); wtfmo[10] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=choochootheband"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }