var username = 'seanelavelle'; 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/winter204"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/winter204"); wtfmo[0] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/winter204"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=1308865116"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/seanl1"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/seanl1/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/seanl1/contacts/"); wtfmo[2] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/seanl1"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Google Reader", "http://www.google.com/reader/shared/07079422529825096367"), subLinks, "/images/favicons/greader.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/seanelavelle/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/seanelavelle/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/seanelavelle/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/seanelavelle/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/seanelavelle/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/seanelavelle/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/seanelavelle/tags/"); wtfmo[4] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/seanelavelle"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Recommendations", "http://www.librarything.com/recommendations/seanelavelle"); subLinks[1] = new WtfmoLink("Reviews", "http://www.librarything.com/profile_reviews.php?view=seanelavelle"); subLinks[2] = new WtfmoLink("Catalog", "http://www.librarything.com/catalog.php?view=seanelavelle"); subLinks[3] = new WtfmoLink("Tag cloud", "http://www.librarything.com/tagcloud.php?view=seanelavelle"); subLinks[4] = new WtfmoLink("Author cloud", "http://www.librarything.com/authorcloud.php?view=seanelavelle"); subLinks[5] = new WtfmoLink("Gallery", "http://www.librarything.com/authorgallery.php?view=seanelavelle"); subLinks[6] = new WtfmoLink("Stats", "http://www.librarything.com/profile_statistics.php?view=seanelavelle"); wtfmo[5] = new WtfmoSite(new WtfmoLink("Library Thing", "http://www.librarything.com/profile/seanelavelle"), subLinks, "/images/favicons/librarything.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/seanelavelle"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("sean {e} lavelle.com", "http://www.seanelavelle.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("TwitPic", "http://twitpic.com/photos/seanelavelle"), subLinks, "/images/favicons/twitpic.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/seanelavelle/friends"); wtfmo[9] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/seanelavelle"), subLinks, "/images/favicons/twitter.gif"); return wtfmo; }