var username = 'cultcase'; 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(); subLinks[0] = new WtfmoLink("My network", "http://del.icio.us/network/gilg"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/gilg"); wtfmo[0] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/gilg"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Diggs", "http://digg.com/users/gilg/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/gilg/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/gilg/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/gilg/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/gilg/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/gilg/history/shouts"); wtfmo[1] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/gilg"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("my updates", ""); wtfmo[2] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=gil.galanti@gmail.com"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/gilg"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/gilg/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/gilg/contacts/"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/gilg"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/gilgalanti"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Contacts", "http://www.mybloglog.com/buzz/members/individual/contacts"); subLinks[1] = new WtfmoLink("Communities", "http://www.mybloglog.com/buzz/members/individual/communities"); subLinks[2] = new WtfmoLink("Messages", "http://www.mybloglog.com/buzz/members/individual/messages"); wtfmo[5] = new WtfmoSite(new WtfmoLink("MyBlogLog", "http://www.mybloglog.com/buzz/members/individual"), subLinks, "/images/favicons/mybloglog.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog", "http://blog.myspace.com/individualathome"); subLinks[1] = new WtfmoLink("Pictures", "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=individualathome&albumId=0"); subLinks[2] = new WtfmoLink("Videos", "http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid=individualathome"); subLinks[3] = new WtfmoLink("Comments", "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=individualathome"); subLinks[4] = new WtfmoLink("Friends", "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends2&friendID=individualathome"); subLinks[5] = new WtfmoLink("Groups", "http://groups.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=individualathome"); wtfmo[6] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/individualathome"), subLinks, "/images/favicons/myspace.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://www.pownce.com/individual/friends"); subLinks[1] = new WtfmoLink("notes", ""); wtfmo[7] = new WtfmoSite(new WtfmoLink("Pownce", "http://www.pownce.com/individual/public"), subLinks, "/images/favicons/pownce.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("Propeller", "http://www.propeller.com/member/individual/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("About", "http://individualathome.stumbleupon.com/about/"); subLinks[1] = new WtfmoLink("Friends", "http://individualathome.stumbleupon.com/friends/"); subLinks[2] = new WtfmoLink("Favorites", "http://individualathome.stumbleupon.com/favorites/"); wtfmo[9] = new WtfmoSite(new WtfmoLink("StumbleUpon", "http://individualathome.stumbleupon.com/"), subLinks, "/images/favicons/stumbleupon.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/individualathome?show=blogs"); wtfmo[10] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/individualathome/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/cultcase/friends"); wtfmo[11] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/cultcase"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=gilgalanti"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=gilgalanti"); wtfmo[12] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=gilgalanti"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }