var username = 'BarryLibert'; 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/wearesmarter"); subLinks[1] = new WtfmoLink("My subscriptions", "http://del.icio.us/subscriptions/wearesmarter"); wtfmo[0] = new WtfmoSite(new WtfmoLink("del.icio.us", "http://del.icio.us/wearesmarter"), subLinks, "/images/favicons/delicious.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=27933606124"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/barrylibert"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("My Blog", "http://www.mzinga.com/en/Community/Blogs/Barry-Libert/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog", "http://blog.myspace.com/wearesmarter"); subLinks[1] = new WtfmoLink("Pictures", "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=wearesmarter&albumId=0"); subLinks[2] = new WtfmoLink("Videos", "http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid=wearesmarter"); subLinks[3] = new WtfmoLink("Comments", "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=wearesmarter"); subLinks[4] = new WtfmoLink("Friends", "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends2&friendID=wearesmarter"); subLinks[5] = new WtfmoLink("Groups", "http://groups.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=wearesmarter"); wtfmo[4] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/wearesmarter"), subLinks, "/images/favicons/myspace.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=wearesmarter"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=wearesmarter"); wtfmo[5] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=wearesmarter"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }