var username = 'cena'; 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("Things", "http://www.43things.com/person/cena"); subLinks[1] = new WtfmoLink("Cheers", "http://www.43things.com/person/cena?tab=cheers"); subLinks[2] = new WtfmoLink("Photos", "http://www.43things.com/person/cena?tab=photos"); subLinks[3] = new WtfmoLink("Entries", "http://www.43things.com/person/cena?tab=entries"); wtfmo[0] = new WtfmoSite(new WtfmoLink("43 Things", "http://www.43things.com/person/cena"), subLinks, "/images/favicons/43things.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Cena's blog", "http://www.bodygraffiti.blogspot.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/cena_1976"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/cena_1976/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/cena_1976/contacts/"); wtfmo[2] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/cena_1976"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog", "http://blog.myspace.com/cena76"); subLinks[1] = new WtfmoLink("Pictures", "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=cena76&albumId=0"); subLinks[2] = new WtfmoLink("Videos", "http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid=cena76"); subLinks[3] = new WtfmoLink("Comments", "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=cena76"); subLinks[4] = new WtfmoLink("Friends", "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends2&friendID=cena76"); subLinks[5] = new WtfmoLink("Groups", "http://groups.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=cena76"); wtfmo[3] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/cena76"), subLinks, "/images/favicons/myspace.gif"); return wtfmo; }