var username = 'aavecma'; 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("Aprendiendo a ver el cielo más azul", "http://aprendiendoaverelcielomasazul.blogspot.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My photos", "http://www.flickr.com/photos/inblue21"); subLinks[1] = new WtfmoLink("My favorites", "http://www.flickr.com/photos/inblue21/favorites/"); subLinks[2] = new WtfmoLink("My contacts", "http://www.flickr.com/people/inblue21/contacts/"); wtfmo[1] = new WtfmoSite(new WtfmoLink("Flickr", "http://www.flickr.com/people/inblue21"), subLinks, "/images/favicons/flickr.gif"); subLinks = new Array(); wtfmo[2] = new WtfmoSite(new WtfmoLink("Mis relatos - Cuentos en un Charquito de Estrellas", "http://cuentos-en-un-charquito-de-estrellas.blogspot.com"), subLinks, "/images/favicons/default.gif"); subLinks = new Array(); wtfmo[3] = new WtfmoSite(new WtfmoLink("Plurk", "http://www.plurk.com/user/aavecma"), subLinks, "/images/favicons/plurk.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My favorites", "http://www.technorati.com/faves/maria19982?show=blogs"); wtfmo[4] = new WtfmoSite(new WtfmoLink("Technorati", "http://www.technorati.com/people/technorati/maria19982/"), subLinks, "/images/favicons/technorati.gif"); subLinks = new Array(); wtfmo[5] = new WtfmoSite(new WtfmoLink("tumblr", "http://aavecma.tumblr.com"), subLinks, "/images/favicons/tumblr.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My friends", "http://twitter.com/aavecma/friends"); wtfmo[6] = new WtfmoSite(new WtfmoLink("twitter", "http://twitter.com/aavecma"), subLinks, "/images/favicons/twitter.gif"); subLinks = new Array(); subLinks[0] = new WtfmoLink("My videos", "http://www.youtube.com/profile_videos?user=maria19982"); subLinks[1] = new WtfmoLink("My favorites", "http://www.youtube.com/profile_favorites?user=maria19982"); wtfmo[7] = new WtfmoSite(new WtfmoLink("YouTube", "http://www.youtube.com/profile?user=maria19982"), subLinks, "/images/favicons/youtube.gif"); return wtfmo; }