var username = 'teendoc'; 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(); wtfmo[0] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=1095407378"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/71855049@N00"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/71855049@N00/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/71855049@N00/contacts/"); wtfmo[1] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/71855049@N00"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/teendoc"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Contacts", "http://www.mybloglog.com/buzz/members/teendoc/contacts"); subLinks[1] = new WtfmoLink("Communities", "http://www.mybloglog.com/buzz/members/teendoc/communities"); subLinks[2] = new WtfmoLink("Messages", "http://www.mybloglog.com/buzz/members/teendoc/messages"); wtfmo[3] = new WtfmoSite(new WtfmoLink("MyBlogLog", "http://www.mybloglog.com/buzz/members/teendoc"), subLinks, "/images/favicons/mybloglog.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Stations", ""); subLinks[1] = new WtfmoLink("Favorites", ""); subLinks[2] = new WtfmoLink("Artists", ""); wtfmo[4] = new WtfmoSite(new WtfmoLink("Pandora", "http://www.pandora.com/people/teendoctor"), subLinks, "/images/favicons/pandora.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My shelf", "http://www.shelfari.com/teendoc/shelf"); subLinks[1] = new WtfmoLink("My friends", "http://www.shelfari.com/teendoc/friends"); subLinks[2] = new WtfmoLink("My groups", "http://www.shelfari.com/teendoc/groups"); wtfmo[5] = new WtfmoSite(new WtfmoLink("Shelfari", "http://www.shelfari.com/teendoc"), subLinks, "/images/favicons/shelfari.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/teendoc/friends"); wtfmo[6] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/teendoc"), subLinks, "/images/favicons/twitter.gif"); return wtfmo; }