var username = 'DustinB'; 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/twitter.gif", "http://twitter.com/Dustin_Bow/statuses/6908869404", "Dustin_Bow: Hello world!: Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! http://bit.ly/4Y3Elo", "http://twitter.com/Dustin_Bow", "Twitter / Dustin_Bow"); return links; }