var username = 'biverson'; 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("(iverson's) currentbuzz.org", "http://currentbuzz.org"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Chicago Bloggers Meetup", "http://blog.meetup.com/351/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Clips", "http://www.clipmarks.com/clipper/biverson/sort/newest-clips/"); subLinks[1] = new WtfmoLink("Pops", "http://www.clipmarks.com/clipper/biverson/pops/"); subLinks[2] = new WtfmoLink("Comments", "http://www.clipmarks.com/clipper/biverson/comments/"); subLinks[3] = new WtfmoLink("Tags", "http://www.clipmarks.com/tag_cloud.aspx?u=biverson"); wtfmo[2] = new WtfmoSite(new WtfmoLink("Clipmarks", "http://www.clipmarks.com/clipper/biverson/"), subLinks, "/images/favicons/clipmarks.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=USER_NAME"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/biverson"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/biverson/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/biverson/contacts/"); wtfmo[4] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/biverson"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/drbarb/subscriptions"); wtfmo[5] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/drbarb"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/biverson"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/biverson?show=blogs"); wtfmo[7] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/biverson/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("tumblr", "http://biverson.tumblr.com"), subLinks, "/images/favicons/tumblr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/drbarb/friends"); wtfmo[9] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/drbarb"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Posts", "http://biverson.vox.com"); subLinks[1] = new WtfmoLink("Photos", "http://biverson.vox.com"); subLinks[2] = new WtfmoLink("Collections", "http://biverson.vox.com"); wtfmo[10] = new WtfmoSite(new WtfmoLink("Vox", "http://biverson.vox.com"), subLinks, "/images/favicons/vox.gif"); return wtfmo; }