var username = 'melp57'; 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/melp57"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/melp57"); wtfmo[0] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/melp57"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=melp57"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Furl", "http://furl.net/members/melp57"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Instructables", "http://www.instructables.com/member/melp57/"), subLinks, "/images/favicons/instructables.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog", "http://blog.myspace.com/vamel57"); subLinks[1] = new WtfmoLink("Pictures", "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=vamel57&albumId=0"); subLinks[2] = new WtfmoLink("Videos", "http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid=vamel57"); subLinks[3] = new WtfmoLink("Comments", "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=vamel57"); subLinks[4] = new WtfmoLink("Friends", "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends2&friendID=vamel57"); subLinks[5] = new WtfmoLink("Groups", "http://groups.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=vamel57"); wtfmo[4] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/vamel57"), subLinks, "/images/favicons/myspace.gif"); return wtfmo; }