var username = 'gr8edchz'; 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/kentachoo"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/kentachoo"); wtfmo[0] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/kentachoo"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Diggs", "http://digg.com/users/gr8edchz/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/gr8edchz/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/gr8edchz/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/gr8edchz/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/gr8edchz/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/gr8edchz/history/shouts"); wtfmo[1] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/gr8edchz"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Digg - Commented On", "http://digg.com/users/gr8edchz/commented"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Google Reader", "http://www.google.com/reader/shared/02638031710597384808"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("gr8edchz", "http://gr8edchz.blogspot.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/kent.langley@gmail.com"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("ProductionScale", "http://www.productionscale.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("Twitter", "http://twitter.com/gr8edchz"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/gr8edchz/friends"); wtfmo[8] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/gr8edchz"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); wtfmo[9] = new WtfmoSite(new WtfmoLink("Yelp!", "http://www.yelp.com/user_details?userid=PCeKKDN8jDbeFmEL6O0rmA"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=gr8edchz"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=gr8edchz"); wtfmo[10] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=gr8edchz"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }