var username = 'moonloh'; 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("BlogCatalog", "http://www.blogcatalog.com//user/ivoiremoon"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=627513883"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Friendster", "http://profiles.friendster.com/moonloh"), subLinks, "/images/favicons/friendster.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Konnects", "http://www.konnects.com/profiles.jsp?MemberId=477807"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/moonloh"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("MoonLoh.com", "http://MoonLoh.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("Mummy & BabyMoon", "http://CoolestBabyMoon.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Contacts", "http://www.mybloglog.com/buzz/members/ivoiremoon/contacts"); subLinks[1] = new WtfmoLink("Communities", "http://www.mybloglog.com/buzz/members/ivoiremoon/communities"); subLinks[2] = new WtfmoLink("Messages", "http://www.mybloglog.com/buzz/members/ivoiremoon/messages"); wtfmo[7] = new WtfmoSite(new WtfmoLink("MyBlogLog", "http://www.mybloglog.com/buzz/members/ivoiremoon"), subLinks, "/images/favicons/mybloglog.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("Naymz", "http://moon.loh.name"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[9] = new WtfmoSite(new WtfmoLink("Plaxo", "http://moonloh.myplaxo.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/moonloh?show=blogs"); wtfmo[10] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/moonloh/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/moonloh/friends"); wtfmo[11] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/moonloh"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=coolestbabymoon"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=coolestbabymoon"); wtfmo[12] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=coolestbabymoon"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }