var username = 'internetjoe'; 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("Gallery", "http://internetjoe.deviantart.com/gallery"); subLinks[1] = new WtfmoLink("Prints", "http://internetjoe.deviantart.com/prints/"); subLinks[2] = new WtfmoLink("Favourites", "http://internetjoe.deviantart.com/favourites/"); subLinks[3] = new WtfmoLink("Journal", "http://internetjoe.deviantart.com/journal/"); wtfmo[0] = new WtfmoSite(new WtfmoLink("deviantART", "http://internetjoe.deviantart.com/"), subLinks, "/images/favicons/deviantart.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Diggs", "http://digg.com/users/internetjoe/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/internetjoe/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/internetjoe/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/internetjoe/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/internetjoe/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/internetjoe/history/shouts"); wtfmo[1] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/internetjoe"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=543028227"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/internetjoe/subscriptions"); wtfmo[3] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/internetjoe"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("Google Reader", "http://www.google.com/reader/shared/12242648842348099906"), subLinks, "/images/favicons/greader.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/internetjoe"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("MalkinSucks", "http://malkinsucks.blogspot.com/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("Stor-E-Tella", "http://stor-e-tella.blogspot.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://joeinternet.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://joeinternet.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://joeinternet.stumbleupon.com/favorites/"); wtfmo[8] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://joeinternet.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/internetjoe?show=blogs"); wtfmo[9] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/internetjoe/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Usage", "http://wakoopa.com/inj/usage"); subLinks[1] = new WtfmoLink("Reviews", "http://wakoopa.com/inj/reviews"); subLinks[2] = new WtfmoLink("Contacts", "http://wakoopa.com/inj/contacts"); subLinks[3] = new WtfmoLink("Teams", "http://wakoopa.com/inj/teams"); wtfmo[10] = new WtfmoSite(new WtfmoLink("Wakoopa", "http://www.wakoopa.com/inj"), subLinks, "/images/favicons/wakoopa.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=circusjerks"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=circusjerks"); wtfmo[11] = new WtfmoSite(new WtfmoLink("YouTube/circusjerks", "http://www.youtube.com/profile?user=circusjerks"), subLinks, "/images/favicons/youtube.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=internetjoe"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=internetjoe"); wtfmo[12] = new WtfmoSite(new WtfmoLink("YouTube/internetjoe", "http://www.youtube.com/profile?user=internetjoe"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }