var username = 'Elven6'; 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("Diggs", "http://digg.com/users/Elven6/history/diggs"); subLinks[1] = new WtfmoLink("Submissions", "http://digg.com/users/Elven6/history/submissions"); subLinks[2] = new WtfmoLink("Comments", "http://digg.com/users/Elven6/history/comments"); subLinks[3] = new WtfmoLink("My friends", "http://digg.com/users/Elven6/friends/list"); subLinks[4] = new WtfmoLink("Favorites", "http://digg.com/users/Elven6/history/favorites"); subLinks[5] = new WtfmoLink("Shouts", "http://digg.com/users/Elven6/history/shouts"); wtfmo[0] = new WtfmoSite(new WtfmoLink("digg", "http://digg.com/users/Elven6"), subLinks, "/images/favicons/digg.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=589055153"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog", "http://blog.myspace.com/MeharGill"); subLinks[1] = new WtfmoLink("Pictures", "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=MeharGill&albumId=0"); subLinks[2] = new WtfmoLink("Videos", "http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid=MeharGill"); subLinks[3] = new WtfmoLink("Comments", "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=MeharGill"); subLinks[4] = new WtfmoLink("Friends", "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends2&friendID=MeharGill"); subLinks[5] = new WtfmoLink("Groups", "http://groups.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=MeharGill"); wtfmo[2] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/MeharGill"), subLinks, "/images/favicons/myspace.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("TwitPic", "http://twitpic.com/photos/Mehar"), subLinks, "/images/favicons/twitpic.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/Mehar/friends"); wtfmo[4] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/Mehar"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=Elven6"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=Elven6"); wtfmo[5] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=Elven6"), subLinks, "/images/favicons/youtube.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("Zune.net", "http://social.zune.net/member/Mehar"), subLinks, "/images/favicons/zune.gif"); return wtfmo; }