var username = 'cpunitt'; 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("Chris Unitt", "http://www.chrisunitt.co.uk"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Culturedeluxe", "http://www.culturedeluxe.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=526095392"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/cunitt/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/cunitt/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/cunitt/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/cunitt/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/cunitt/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/cunitt/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/cunitt/tags/"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/cunitt"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/chrisunitt"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog", "http://blog.myspace.com/cunitt"); subLinks[1] = new WtfmoLink("Pictures", "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=cunitt&albumId=0"); subLinks[2] = new WtfmoLink("Videos", "http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid=cunitt"); subLinks[3] = new WtfmoLink("Comments", "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=cunitt"); subLinks[4] = new WtfmoLink("Friends", "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends2&friendID=cunitt"); subLinks[5] = new WtfmoLink("Groups", "http://groups.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=cunitt"); wtfmo[5] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/cunitt"), subLinks, "/images/favicons/myspace.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My shelf", "http://www.shelfari.com/chrisunitt/shelf"); subLinks[1] = new WtfmoLink("My friends", "http://www.shelfari.com/chrisunitt/friends"); subLinks[2] = new WtfmoLink("My groups", "http://www.shelfari.com/chrisunitt/groups"); wtfmo[6] = new WtfmoSite(new WtfmoLink("Shelfari", "http://www.shelfari.com/chrisunitt"), subLinks, "/images/favicons/shelfari.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/chrisunitt/friends"); wtfmo[7] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/chrisunitt"), subLinks, "/images/favicons/twitter.gif"); return wtfmo; }