var username = 'johnt'; 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("My network", "http://del.icio.us/network/johnt"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/johnt"); wtfmo[0] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/johnt"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=742815922"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/johnt/subscriptions"); wtfmo[2] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/johnt"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Google Reader", "http://www.google.com/reader/shared/09661688120350306127"), subLinks, "/images/favicons/greader.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("Library clips", "http://libraryclips.blogsome.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Recommendations", "http://www.librarything.com/recommendations/johnt"); subLinks[1] = new WtfmoLink("Reviews", "http://www.librarything.com/profile_reviews.php?view=johnt"); subLinks[2] = new WtfmoLink("Catalog", "http://www.librarything.com/catalog.php?view=johnt"); subLinks[3] = new WtfmoLink("Tag cloud", "http://www.librarything.com/tagcloud.php?view=johnt"); subLinks[4] = new WtfmoLink("Author cloud", "http://www.librarything.com/authorcloud.php?view=johnt"); subLinks[5] = new WtfmoLink("Gallery", "http://www.librarything.com/authorgallery.php?view=johnt"); subLinks[6] = new WtfmoLink("Stats", "http://www.librarything.com/profile_statistics.php?view=johnt"); wtfmo[5] = new WtfmoSite(new WtfmoLink("Library Thing", "http://www.librarything.com/profile/johnt"), subLinks, "/images/favicons/librarything.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My bookmarks", "http://ma.gnolia.com/people/johnt/bookmarks"); wtfmo[6] = new WtfmoSite(new WtfmoLink("ma.gnolia", "http://ma.gnolia.com/people/johnt"), subLinks, "/images/favicons/magnolia.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("My Comments Elsewhere", "http://del.icio.us/libraryclips/mycomments"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Slideshows", "http://www.slideshare.net/johnt/slideshows"); subLinks[1] = new WtfmoLink("Wall", "http://www.slideshare.net/johnt/wall"); subLinks[2] = new WtfmoLink("Comments", "http://www.slideshare.net/johnt/comments"); subLinks[3] = new WtfmoLink("Contacts", "http://www.slideshare.net/johnt/contacts"); subLinks[4] = new WtfmoLink("Groups", "http://www.slideshare.net/johnt/groups"); subLinks[5] = new WtfmoLink("Events", "http://www.slideshare.net/johnt/events"); wtfmo[8] = new WtfmoSite(new WtfmoLink("SlideShare", "http://www.slideshare.net/johnt"), subLinks, "/images/favicons/slideshare.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Feeds", "http://www.toluu.com/johnt/feeds"); subLinks[1] = new WtfmoLink("Contacts", "http://www.toluu.com/johnt/contacts"); subLinks[2] = new WtfmoLink("Matches", "http://www.toluu.com/johnt/matches"); wtfmo[9] = new WtfmoSite(new WtfmoLink("toluu", "http://www.toluu.com/johnt"), subLinks, "/images/favicons/toluu.gif"); subLinks = new Array(); wtfmo[10] = new WtfmoSite(new WtfmoLink("tumblr", "http://johntropea.tumblr.com"), subLinks, "/images/favicons/tumblr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/johnt/friends"); wtfmo[11] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/johnt"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); wtfmo[12] = new WtfmoSite(new WtfmoLink("Twitxr", "http://www.twitxr.com/johnt"), subLinks, "/images/favicons/twitxr.gif"); return wtfmo; }