var username = 'gozdeberberoglu'; 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("My network", "http://del.icio.us/network/morzrompet"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/morzrompet"); wtfmo[0] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/morzrompet"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/gozdeberberoglu/subscriptions"); wtfmo[1] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/gozdeberberoglu"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/morzrompet/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/morzrompet/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/morzrompet/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/morzrompet/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/morzrompet/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/morzrompet/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/morzrompet/tags/"); wtfmo[2] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/morzrompet"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/morzrompet/friends"); wtfmo[3] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/morzrompet"), subLinks, "/images/favicons/twitter.gif"); return wtfmo; }