var username = 'thinkjose'; 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("Blip.tv", "http://thinkjose.blip.tv"), subLinks, "/images/favicons/bliptv.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=681911762"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/thinkjose"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/thinkjose/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/thinkjose/contacts/"); wtfmo[2] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/thinkjose"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/thinkjose/subscriptions"); wtfmo[3] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/thinkjose"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/thinkjose"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("thinkjose.com", "http://thinkjose.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/thinkjose/friends"); wtfmo[6] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/thinkjose"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Past events", "http://upcoming.yahoo.com/user/91603/past"); wtfmo[7] = new WtfmoSite(new WtfmoLink("upcoming", "http://upcoming.yahoo.com/user/91603/"), subLinks, "/images/favicons/upcoming.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=thinkjose"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=thinkjose"); wtfmo[8] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=thinkjose"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }