var username = 'brokenxbeauty'; 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/deviantart.gif", "http://lilbrokenangel.deviantart.com/art/Purple-yourself-110916526", "Purple yourself", "http://browse.deviantart.com/?order=5&q=favby%3Abr3ak-reality", "br3ak-reality's favourites"); links[1] = new Link("/images/favicons/deviantart.gif", "http://PhoeC.deviantart.com/art/Hair-Tut-for-Pixel-Tool-Dolls-110802495", "Hair Tut for Pixel-Tool Dolls", "http://browse.deviantart.com/?order=5&q=favby%3Abr3ak-reality", "br3ak-reality's favourites"); links[2] = new Link("/images/favicons/deviantart.gif", "http://Sugargrl14.deviantart.com/art/Goodbye-II-110492052", "Goodbye II", "http://browse.deviantart.com/?order=5&q=favby%3Abr3ak-reality", "br3ak-reality's favourites"); links[3] = new Link("/images/favicons/deviantart.gif", "http://allthatmaz.deviantart.com/art/Multicoloured-Emoticon-Smilies-110335588", "Multicoloured Emoticon Smilies", "http://browse.deviantart.com/?order=5&q=favby%3Abr3ak-reality", "br3ak-reality's favourites"); return links; }