var username = 'mherzber'; function Link(favico, link, title, sourceUrl, source) { this.favico = favico; this.link = link; this.title = title; this.sourceUrl = sourceUrl; this.source = source; } function Mashups() { links = new Array(); links[0] = new Link("/images/favicons/delicious.gif", "http://www.nickfinck.com/blog/entry/the_right_way_to_wireframe_videos/", "The Right Way to Wireframe videos | Blog | Nick Finck | UX/IA Pro, Speaker, and Community Cultivator.", "http://delicious.com/mherzber", "Delicious/mherzber"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/mherzber/statuses/8766617067", "mherzber: @roder @brianbreslin @orical @jewgonewild @davidedicillo works for me. U doing anything for the game tonight?", "http://twitter.com/mherzber", "Twitter / mherzber"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/mherzber/statuses/8728984300", "mherzber: @emerille no have on my list to fl though", "http://twitter.com/mherzber", "Twitter / mherzber"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/mherzber/statuses/8677059052", "mherzber: @mStonerblog like Michael Scot says \"Should I just send it by dinosaur\"", "http://twitter.com/mherzber", "Twitter / mherzber"); links[4] = new Link("/images/favicons/delicious.gif", "http://feedproxy.google.com/~r/Welchmanpierpoint-WebOperationsManagement/~3/RwS-Xmv6sno/open-government-and-web", "Open Government and the Web", "http://delicious.com/mherzber", "Delicious/mherzber"); links[5] = new Link("/images/favicons/delicious.gif", "http://medallia.com/", "Medallia - Enterprise Feedback Management", "http://delicious.com/mherzber", "Delicious/mherzber"); links[6] = new Link("/images/favicons/delicious.gif", "http://www.adlucent.com/", "Adlucent: Online Retail Internet Marketing ? Home", "http://delicious.com/mherzber", "Delicious/mherzber"); links[7] = new Link("/images/favicons/delicious.gif", "http://trentcruising.com/", "Trent River Cruises Nottingham - Phone: 0115 9100 507", "http://delicious.com/mherzber", "Delicious/mherzber"); return links; }