var username = 'mitchkeeler'; 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=MitchK71"); subLinks[1] = new WtfmoLink("Blog", "http://www.bebo.com/Blog.jsp?MemberId=MitchK71"); subLinks[2] = new WtfmoLink("Bands", "http://www.bebo.com/FanModOf.jsp?ProfileTypeCd=BD&MemberId=MitchK71"); subLinks[3] = new WtfmoLink("Photos", "http://www.bebo.com/PhotoAlbums.jsp?MemberId=MitchK71"); wtfmo[0] = new WtfmoSite(new WtfmoLink("Bebo", "http://MitchK71.bebo.com"), subLinks, "/images/favicons/bebo.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=573671711"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Firefox Facts", "http://www.firefoxfacts.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/mitchkeeler"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/mitchkeeler/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/mitchkeeler/contacts/"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/mitchkeeler"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("hi5", "http://mitch@mitchkeeler.com.hi5.com"), subLinks, "/images/favicons/hi5.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/mitchkeeler"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("Mitchelaneous", "http://www.mitchelaneous.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog", "http://blog.myspace.com/mitchkeeler"); subLinks[1] = new WtfmoLink("Pictures", "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=mitchkeeler&albumId=0"); subLinks[2] = new WtfmoLink("Videos", "http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid=mitchkeeler"); subLinks[3] = new WtfmoLink("Comments", "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=mitchkeeler"); subLinks[4] = new WtfmoLink("Friends", "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends2&friendID=mitchkeeler"); subLinks[5] = new WtfmoLink("Groups", "http://groups.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=mitchkeeler"); wtfmo[7] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/mitchkeeler"), subLinks, "/images/favicons/myspace.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("Ping.fm", ""), subLinks, "/images/favicons/pingfm.gif"); subLinks = new Array(); wtfmo[9] = new WtfmoSite(new WtfmoLink("Plurk", "http://www.plurk.com/user/mitchkeeler"), subLinks, "/images/favicons/plurk.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://www.pownce.com/mitchkeeler/friends"); wtfmo[10] = new WtfmoSite(new WtfmoLink("Pownce", "http://www.pownce.com/mitchkeeler/public"), subLinks, "/images/favicons/pownce.gif"); subLinks = new Array(); wtfmo[11] = new WtfmoSite(new WtfmoLink("Second Brain", "http://cheasym.secondbrain.com/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[12] = new WtfmoSite(new WtfmoLink("The Web Hosting Show", "http://www.webhostingshow.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/mitchkeeler/friends"); wtfmo[13] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/mitchkeeler"), subLinks, "/images/favicons/twitter.gif"); return wtfmo; }