var username = 'photoredde'; 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("claimID", "http://claimid.com/redde"), subLinks, "/images/favicons/claimid.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My network", "http://del.icio.us/network/photoredde"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/photoredde"); wtfmo[1] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/photoredde"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=48609011"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/redde"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/redde/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/redde/contacts/"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/redde"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/photoredde/subscriptions"); wtfmo[4] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/photoredde"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Bookshelves", "http://www.goodreads.com/review/list/150905"); wtfmo[5] = new WtfmoSite(new WtfmoLink("goodreads", "http://www.goodreads.com/user/show/150905"), subLinks, "/images/favicons/goodreads.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("Google Reader", "http://www.google.com/reader/shared/08111058732330390584"), subLinks, "/images/favicons/greader.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/reneedde"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("Photoblog", "http://www.reddephotography.com/pixel"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[9] = new WtfmoSite(new WtfmoLink("Redde's Ramblings", "http://www.reddephotography.com/blog"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/redde?show=blogs"); wtfmo[10] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/redde/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/redde/friends"); wtfmo[11] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/redde"), subLinks, "/images/favicons/twitter.gif"); return wtfmo; }