var username = 'ayabun'; 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("2manji", "http://2manji.jp/ayabun"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("b-hatena", "http://b.hatena.ne.jp/aya-bun/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My network", "http://del.icio.us/network/ayabun"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/ayabun"); wtfmo[2] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/ayabun"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Disqus", "http://www.disqus.com/people/ayabun/"), subLinks, "/images/favicons/disqus.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/ayabun/subscriptions"); wtfmo[4] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/ayabun"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("tumblr", "http://ayabun.tumblr.com"), subLinks, "/images/favicons/tumblr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/ayabun/friends"); wtfmo[6] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/ayabun"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("Twitxr", "http://www.twitxr.com/ayabun"), subLinks, "/images/favicons/twitxr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=ayabuninthesky"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=ayabuninthesky"); wtfmo[8] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=ayabuninthesky"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }