var username = 'lkoudal'; 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://candid.dk/byens-bedste-tilbud-pa-hurtigt-bredband-og-telefon-godt-tilbud.html#?ref=zh5wi0g", "Byens bedste tilbud på hurtigt bredbånd og telefon – Godt tilbud", "http://delicious.com/lkoudal", "Delicious/lkoudal"); return links; }