var username = 'missbossy'; 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("A Restless Mind", "http://blog.stickyrice.net/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Bookmooch", "http://www.bookmooch.com/m/bio/missbossy"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My network", "http://del.icio.us/network/missbossy"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/missbossy"); wtfmo[2] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/missbossy"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My trips", "http://www.dopplr.com/traveller/missbossy"); subLinks[1] = new WtfmoLink("My trip map", "http://www.dopplr.com/traveller/missbossy/map"); subLinks[2] = new WtfmoLink("Fellow travellers", "http://www.dopplr.com/traveller/missbossy/fellows"); subLinks[3] = new WtfmoLink("Fellow travellers map", "http://www.dopplr.com/traveller/missbossy/fellows_map/"); subLinks[4] = new WtfmoLink("My journal", "http://www.dopplr.com/traveller/missbossy/journal"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Dopplr", "http://www.dopplr.com/traveller/missbossy"), subLinks, "/images/favicons/dopplr.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("eBay My World", "http://myworld.ebay.com/missbossy.sg"), subLinks, "/images/favicons/ebay.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=697580751"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/missbossy"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/missbossy/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/missbossy/contacts/"); wtfmo[6] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/missbossy"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("Harpoon", "http://bodywords.wordpress.com/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("HungryGoWhere - Food Reviews", "http://www.hungrygowhere.com/reviewer/missbossy/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Recommendations", "http://www.librarything.com/recommendations/missbossy"); subLinks[1] = new WtfmoLink("Reviews", "http://www.librarything.com/profile_reviews.php?view=missbossy"); subLinks[2] = new WtfmoLink("Catalog", "http://www.librarything.com/catalog.php?view=missbossy"); subLinks[3] = new WtfmoLink("Tag cloud", "http://www.librarything.com/tagcloud.php?view=missbossy"); subLinks[4] = new WtfmoLink("Author cloud", "http://www.librarything.com/authorcloud.php?view=missbossy"); subLinks[5] = new WtfmoLink("Gallery", "http://www.librarything.com/authorgallery.php?view=missbossy"); subLinks[6] = new WtfmoLink("Stats", "http://www.librarything.com/profile_statistics.php?view=missbossy"); wtfmo[9] = new WtfmoSite(new WtfmoLink("Library Thing", "http://www.librarything.com/profile/missbossy"), subLinks, "/images/favicons/librarything.gif"); subLinks = new Array(); wtfmo[10] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/rrrrr"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); wtfmo[11] = new WtfmoSite(new WtfmoLink("Psychic Tribbles", "http://psychictribbles.wordpress.com/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://missbossy.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://missbossy.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://missbossy.stumbleupon.com/favorites/"); wtfmo[12] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://missbossy.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/missbossy?show=blogs"); wtfmo[13] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/missbossy/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=missbossy1"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=missbossy1"); wtfmo[14] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=missbossy1"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }