var username = 'girlarsonist'; 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("Facebook", "http://www.facebook.com/profile.php?id=madisonmcgraw"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Girl Arsonist Blog", "http://www.girlarsonist.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Bookshelves", "http://www.goodreads.com/review/list/http://www.goodreads.com/user/show/1171692"); wtfmo[2] = new WtfmoSite(new WtfmoLink("goodreads", "http://www.goodreads.com/user/show/http://www.goodreads.com/user/show/1171692"), subLinks, "/images/favicons/goodreads.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Recommendations", "http://www.librarything.com/recommendations/madisonmcgraw"); subLinks[1] = new WtfmoLink("Reviews", "http://www.librarything.com/profile_reviews.php?view=madisonmcgraw"); subLinks[2] = new WtfmoLink("Catalog", "http://www.librarything.com/catalog.php?view=madisonmcgraw"); subLinks[3] = new WtfmoLink("Tag cloud", "http://www.librarything.com/tagcloud.php?view=madisonmcgraw"); subLinks[4] = new WtfmoLink("Author cloud", "http://www.librarything.com/authorcloud.php?view=madisonmcgraw"); subLinks[5] = new WtfmoLink("Gallery", "http://www.librarything.com/authorgallery.php?view=madisonmcgraw"); subLinks[6] = new WtfmoLink("Stats", "http://www.librarything.com/profile_statistics.php?view=madisonmcgraw"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Library Thing", "http://www.librarything.com/profile/madisonmcgraw"), subLinks, "/images/favicons/librarything.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/MadisonMcGraw"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog", "http://blog.myspace.com/chicksdigbooks"); subLinks[1] = new WtfmoLink("Pictures", "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=chicksdigbooks&albumId=0"); subLinks[2] = new WtfmoLink("Videos", "http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid=chicksdigbooks"); subLinks[3] = new WtfmoLink("Comments", "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=chicksdigbooks"); subLinks[4] = new WtfmoLink("Friends", "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends2&friendID=chicksdigbooks"); subLinks[5] = new WtfmoLink("Groups", "http://groups.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=chicksdigbooks"); wtfmo[5] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/chicksdigbooks"), subLinks, "/images/favicons/myspace.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My shelf", "http://www.shelfari.com/madisonmcgraw/shelf"); subLinks[1] = new WtfmoLink("My friends", "http://www.shelfari.com/madisonmcgraw/friends"); subLinks[2] = new WtfmoLink("My groups", "http://www.shelfari.com/madisonmcgraw/groups"); wtfmo[6] = new WtfmoSite(new WtfmoLink("Shelfari", "http://www.shelfari.com/madisonmcgraw"), subLinks, "/images/favicons/shelfari.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/girlarsonist/friends"); wtfmo[7] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/girlarsonist"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("You Really Made My Day", "http://www.youreallymademyday.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=madisonmcgraw"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=madisonmcgraw"); wtfmo[9] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=madisonmcgraw"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }