var username = 'deongordon'; 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/deongordon"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/deongordon"); wtfmo[0] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/deongordon"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Diggs", "http://digg.com/users/deongordon/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/deongordon/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/deongordon/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/deongordon/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/deongordon/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/deongordon/history/shouts"); wtfmo[1] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/deongordon"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=7010163"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/deongordon"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/deongordon/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/deongordon/contacts/"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/deongordon"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/deongordon/subscriptions"); wtfmo[4] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/deongordon"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/deongordon/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/deongordon/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/deongordon/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/deongordon/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/deongordon/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/deongordon/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/deongordon/tags/"); wtfmo[5] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/deongordon"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/deongordon"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Contacts", "http://www.mybloglog.com/buzz/members/deongordon/contacts"); subLinks[1] = new WtfmoLink("Communities", "http://www.mybloglog.com/buzz/members/deongordon/communities"); subLinks[2] = new WtfmoLink("Messages", "http://www.mybloglog.com/buzz/members/deongordon/messages"); wtfmo[7] = new WtfmoSite(new WtfmoLink("MyBlogLog", "http://www.mybloglog.com/buzz/members/deongordon"), subLinks, "/images/favicons/mybloglog.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://deongordon.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://deongordon.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://deongordon.stumbleupon.com/favorites/"); wtfmo[8] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://deongordon.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); subLinks = new Array(); wtfmo[9] = new WtfmoSite(new WtfmoLink("TwitPic", "http://twitpic.com/photos/deongordon"), subLinks, "/images/favicons/twitpic.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/deongordon/friends"); wtfmo[10] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/deongordon"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My recorded shows", "http://www.ustream.tv/deongordon/videos"); subLinks[1] = new WtfmoLink("My pictures", "http://www.ustream.tv/deongordon/pictures"); subLinks[2] = new WtfmoLink("My friends", "http://www.ustream.tv/deongordon/friends"); wtfmo[11] = new WtfmoSite(new WtfmoLink("Ustream.tv", "http://www.ustream.tv/deongordon"), subLinks, "/images/favicons/ustream.gif"); return wtfmo; }