var username = 'TheMacJedi'; 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("Halo 3 Service Record", "http://www.bungie.net/Stats/Halo3/Default.aspx?player=TheMacJedi"); subLinks[1] = new WtfmoLink("Halo 3 Game History", "http://www.bungie.net/stats/PlayerStatsHalo3.aspx?player=TheMacJedi"); subLinks[2] = new WtfmoLink("Hi-Res Screenshots", "http://www.bungie.net/stats/Halo3/Screenshots.aspx?gamertag=TheMacJedi"); subLinks[3] = new WtfmoLink("File Share", "http://www.bungie.net/stats/Halo3/FileShare.aspx?gamertag=TheMacJedi"); subLinks[4] = new WtfmoLink("Career Stats", "http://www.bungie.net/stats/Halo3/CareerStats.aspx?player=TheMacJedi"); subLinks[5] = new WtfmoLink("Halo 2 Game History", "http://www.bungie.net/Stats/PlayerStatsHalo2.aspx?player=TheMacJedi"); wtfmo[0] = new WtfmoSite(new WtfmoLink("Bungie.net", "http://www.bungie.net/Account/Profile.aspx?player=TheMacJedi"), subLinks, "/images/favicons/bungie.gif"); subLinks = new Array(); wtfmo[1] = new WtfmoSite(new WtfmoLink("Facebook", "http://www.facebook.com/profile.php?id=707955872"), subLinks, "/images/favicons/facebook.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/30374526@N00"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/30374526@N00/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/30374526@N00/contacts/"); wtfmo[2] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/30374526@N00"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("Products & Companies", "http://getsatisfaction.com/people/TheMacJedi/uses"); wtfmo[3] = new WtfmoSite(new WtfmoLink("Get Satisfaction", "http://getsatisfaction.com/people/TheMacJedi"), subLinks, "/images/favicons/getsatisfaction.gif"); subLinks = new Array(); wtfmo[4] = new WtfmoSite(new WtfmoLink("LinkedIn", "http://www.linkedin.com/in/TheMacJedi"), subLinks, "/images/favicons/linkedin.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("My First Website 1997", "http://themacjedi.com/myfirstwebsite/"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[6] = new WtfmoSite(new WtfmoLink("MyGamerCard", "http://profile.mygamercard.net/TheMacJedi"), subLinks, "/images/favicons/mgc.gif"); subLinks = new Array(); wtfmo[7] = new WtfmoSite(new WtfmoLink("Skitch", "http://skitch.com/TheMacJedi/"), subLinks, "/images/favicons/skitch.gif"); subLinks = new Array(); wtfmo[8] = new WtfmoSite(new WtfmoLink("TheMacJedi", "http://themacjedi.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[9] = new WtfmoSite(new WtfmoLink("TwitPic", "http://twitpic.com/photos/TheMacJedi"), subLinks, "/images/favicons/twitpic.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/TheMacJedi/friends"); wtfmo[10] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/TheMacJedi"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=TheMacJedi"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=TheMacJedi"); wtfmo[11] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=TheMacJedi"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }