var username = 'miss_izzah'; 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("Facebook", "http://www.facebook.com/profile.php?id=nahdatulizah"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/80941921@N00"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/80941921@N00/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/80941921@N00/contacts/"); wtfmo[1] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/80941921@N00"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Subscriptions", "http://friendfeed.com/nahdatulizah/subscriptions"); wtfmo[2] = new WtfmoSite(new WtfmoLink("FriendFeed", "http://friendfeed.com/nahdatulizah"), subLinks, "/images/favicons/friendfeed.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Friendster", "http://profiles.friendster.com/nahdatul"), subLinks, "/images/favicons/friendster.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("Hikayat NahdatuLizaH", "http://nahdatulizah.blogspot.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Contacts", "http://www.mybloglog.com/buzz/members/NahdatuLizaH/contacts"); subLinks[1] = new WtfmoLink("Communities", "http://www.mybloglog.com/buzz/members/NahdatuLizaH/communities"); subLinks[2] = new WtfmoLink("Messages", "http://www.mybloglog.com/buzz/members/NahdatuLizaH/messages"); wtfmo[5] = new WtfmoSite(new WtfmoLink("MyBlogLog", "http://www.mybloglog.com/buzz/members/NahdatuLizaH"), subLinks, "/images/favicons/mybloglog.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Blog", "http://blog.myspace.com/Nahdatul"); subLinks[1] = new WtfmoLink("Pictures", "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=Nahdatul&albumId=0"); subLinks[2] = new WtfmoLink("Videos", "http://vids.myspace.com/index.cfm?fuseaction=vids.channel&channelid=Nahdatul"); subLinks[3] = new WtfmoLink("Comments", "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=Nahdatul"); subLinks[4] = new WtfmoLink("Friends", "http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends2&friendID=Nahdatul"); subLinks[5] = new WtfmoLink("Groups", "http://groups.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=Nahdatul"); wtfmo[6] = new WtfmoSite(new WtfmoLink("MySpace", "http://www.myspace.com/Nahdatul"), subLinks, "/images/favicons/myspace.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/miss_izzah/friends"); wtfmo[7] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/miss_izzah"), subLinks, "/images/favicons/twitter.gif"); return wtfmo; }