var username = 'friendsofthestars'; 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("Camellotment", "http://camellotment.wordpress.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("claimID", "http://claimid.com/craighamilton"), subLinks, "/images/favicons/claimid.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Commercially Inviable Records", "http://www.cominrecords.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My network", "http://del.icio.us/network/craigfromda"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/craigfromda"); wtfmo[3] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/craigfromda"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=623662213"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/friendsofthestars"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/friendsofthestars/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/friendsofthestars/contacts/"); wtfmo[5] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/friendsofthestars"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("Friends of the Stars", "http://www.friendsofthestars.co.uk"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("Google Reader", "http://www.google.com/reader/shared/03171966905925865394"), subLinks, "/images/favicons/greader.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/cominrecords/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/cominrecords/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/cominrecords/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/cominrecords/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/cominrecords/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/cominrecords/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/cominrecords/tags/"); wtfmo[8] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/cominrecords"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); wtfmo[9] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/craighamilton"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/craigfromda?show=blogs"); wtfmo[10] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/craigfromda/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Loved Songs", "http://hypem.com/fots/loved"); subLinks[1] = new WtfmoLink("Lovefeed", "http://hypem.com/fots/lovefeed"); wtfmo[11] = new WtfmoSite(new WtfmoLink("The Hype Machine", "http://hypem.com/fots"), subLinks, "/images/favicons/hypem.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/craigfots/friends"); wtfmo[12] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/craigfots"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=FriendsoftheStars"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=FriendsoftheStars"); wtfmo[13] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=FriendsoftheStars"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }