var username = 'handipets'; 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("Blogger", "http://handipets.blogspot.com/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=579522087"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/handipets/subscriptions"); wtfmo[2] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/handipets"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Handipets Posterous", "http://handipets.posterous.com/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My blog", "http://handipets.livejournal.com"); wtfmo[4] = new WtfmoSite(new WtfmoLink("LiveJournal", "http://handipets.livejournal.com/profile"), subLinks, "/images/favicons/livejournal.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog", "http://blog.myspace.com/handipets"); subLinks[1] = new WtfmoLink("Pictures", "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=handipets&albumId=0"); subLinks[2] = new WtfmoLink("Videos", "http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid=handipets"); subLinks[3] = new WtfmoLink("Comments", "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=handipets"); subLinks[4] = new WtfmoLink("Friends", "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends2&friendID=handipets"); subLinks[5] = new WtfmoLink("Groups", "http://groups.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=handipets"); wtfmo[5] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/handipets"), subLinks, "/images/favicons/myspace.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/handipets?show=blogs"); wtfmo[6] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/handipets/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/handipets/friends"); wtfmo[7] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/handipets"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("Wordpress", "http://handipets.wordpress.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[9] = new WtfmoSite(new WtfmoLink("Yahoo! 360", "http://360.yahoo.com/handipets"), subLinks, "/images/favicons/yahoo360.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=handipets"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=handipets"); wtfmo[10] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=handipets"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }