var username = 'layawhite'; 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("Can't Sit STill", "http://layadwhite.com/blog"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My network", "http://del.icio.us/network/layawhite"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/layawhite"); wtfmo[1] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/layawhite"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=617160569"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/goldenlady"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/goldenlady/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/goldenlady/contacts/"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/goldenlady"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Bookshelves", "http://www.goodreads.com/review/list/849078"); wtfmo[4] = new WtfmoSite(new WtfmoLink("goodreads", "http://www.goodreads.com/user/show/849078"), subLinks, "/images/favicons/goodreads.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("Google Reader", "http://www.google.com/reader/shared/02896467393596625354"), subLinks, "/images/favicons/greader.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Charts", "http://www.last.fm/user/golden_lady/charts/"); subLinks[1] = new WtfmoLink("Journal", "http://www.last.fm/user/golden_lady/journal/"); subLinks[2] = new WtfmoLink("Groups", "http://www.last.fm/user/golden_lady/groups/"); subLinks[3] = new WtfmoLink("Friends", "http://www.last.fm/user/golden_lady/friends/"); subLinks[4] = new WtfmoLink("Neighbours", "http://www.last.fm/user/golden_lady/neighbours/"); subLinks[5] = new WtfmoLink("Events", "http://www.last.fm/user/golden_lady/events/"); subLinks[6] = new WtfmoLink("Tags", "http://www.last.fm/user/golden_lady/tags/"); wtfmo[6] = new WtfmoSite(new WtfmoLink("Last.fm", "http://www.last.fm/user/golden_lady"), subLinks, "/images/favicons/lastfm.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Recommendations", "http://www.librarything.com/recommendations/golden_lady"); subLinks[1] = new WtfmoLink("Reviews", "http://www.librarything.com/profile_reviews.php?view=golden_lady"); subLinks[2] = new WtfmoLink("Catalog", "http://www.librarything.com/catalog.php?view=golden_lady"); subLinks[3] = new WtfmoLink("Tag cloud", "http://www.librarything.com/tagcloud.php?view=golden_lady"); subLinks[4] = new WtfmoLink("Author cloud", "http://www.librarything.com/authorcloud.php?view=golden_lady"); subLinks[5] = new WtfmoLink("Gallery", "http://www.librarything.com/authorgallery.php?view=golden_lady"); subLinks[6] = new WtfmoLink("Stats", "http://www.librarything.com/profile_statistics.php?view=golden_lady"); wtfmo[7] = new WtfmoSite(new WtfmoLink("Library Thing", "http://www.librarything.com/profile/golden_lady"), subLinks, "/images/favicons/librarything.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My blog", "http://golden_lady.livejournal.com"); wtfmo[8] = new WtfmoSite(new WtfmoLink("LiveJournal", "http://golden_lady.livejournal.com/profile"), subLinks, "/images/favicons/livejournal.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog", "http://blog.myspace.com/golden_lady"); subLinks[1] = new WtfmoLink("Pictures", "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=golden_lady&albumId=0"); subLinks[2] = new WtfmoLink("Videos", "http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid=golden_lady"); subLinks[3] = new WtfmoLink("Comments", "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=golden_lady"); subLinks[4] = new WtfmoLink("Friends", "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends2&friendID=golden_lady"); subLinks[5] = new WtfmoLink("Groups", "http://groups.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=golden_lady"); wtfmo[9] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/golden_lady"), subLinks, "/images/favicons/myspace.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://goldenlady79.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://goldenlady79.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://goldenlady79.stumbleupon.com/favorites/"); wtfmo[10] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://goldenlady79.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/goldenlady/friends"); wtfmo[11] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/goldenlady"), subLinks, "/images/favicons/twitter.gif"); return wtfmo; }