var username = 'CathyVon'; 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("Places", "http://brightkite.com/people/CathyVon/places"); subLinks[1] = new WtfmoLink("Friends", "http://brightkite.com/people/CathyVon/friends"); wtfmo[0] = new WtfmoSite(new WtfmoLink("brightkite", "http://brightkite.com/people/CathyVon"), subLinks, "/images/favicons/brightkite.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=1458205199"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/craftyncer"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/craftyncer/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/craftyncer/contacts/"); wtfmo[2] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/craftyncer"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/catnc/subscriptions"); wtfmo[3] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/catnc"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/cathytruthfulpolitics"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Videos", "http://www.politicalbase.com/profile/CathyVon/videos"); subLinks[1] = new WtfmoLink("Blogs", "http://www.politicalbase.com/profile/CathyVon/blogs"); subLinks[2] = new WtfmoLink("Photos", "http://www.politicalbase.com/profile/CathyVon/photos"); subLinks[3] = new WtfmoLink("Friends", "http://www.politicalbase.com/profile/CathyVon/friends"); subLinks[4] = new WtfmoLink("Submissions", "http://www.politicalbase.com/profile/CathyVon/submissions"); wtfmo[5] = new WtfmoSite(new WtfmoLink("Political Base", "http://www.politicalbase.com/profile/CathyVon/"), subLinks, "/images/favicons/politicalbase.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://CathyVon.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://CathyVon.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://CathyVon.stumbleupon.com/favorites/"); wtfmo[6] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://CathyVon.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("Truthful Politics", "http://truthfulpolitics.us"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("TwitPic", "http://twitpic.com/photos/Catnc"), subLinks, "/images/favicons/twitpic.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/CathyVon/friends"); wtfmo[9] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/CathyVon"), subLinks, "/images/favicons/twitter.gif"); return wtfmo; }