var username = 'imjustcreative'; 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/imjustcreative/statuses/10781833718", "imjustcreative: 5oup | for emerging artists and designers http://post.ly/UBEt", "http://twitter.com/imjustcreative", "Twitter / imjustcreative"); links[1] = new Link("/images/favicons/tumblr.gif", "http://imjustcreative.tumblr.com/post/461307515", "5oup | for emerging artists and designers", "http://imjustcreative.tumblr.com/", "ImJustCreative"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/imjustcreative/statuses/10772362132", "imjustcreative: @mattallenphoto every side is a good side...", "http://twitter.com/imjustcreative", "Twitter / imjustcreative"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/imjustcreative/statuses/10771010282", "imjustcreative: Design by Keller Maurer Design http://post.ly/U8OM", "http://twitter.com/imjustcreative", "Twitter / imjustcreative"); links[4] = new Link("/images/favicons/tumblr.gif", "http://imjustcreative.tumblr.com/post/460888517", "Design by Keller Maurer Design", "http://imjustcreative.tumblr.com/", "ImJustCreative"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/imjustcreative/statuses/10770956135", "imjustcreative: Vintage Logos from World of Logotypes http://post.ly/U8Nd", "http://twitter.com/imjustcreative", "Twitter / imjustcreative"); links[6] = new Link("/images/favicons/tumblr.gif", "http://imjustcreative.tumblr.com/post/460886430", "Vintage Logos from World of Logotypes", "http://imjustcreative.tumblr.com/", "ImJustCreative"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/imjustcreative/statuses/10770797237", "imjustcreative: Rubiks Cube For The Blind by Konstantin Datz http://post.ly/U8Kr", "http://twitter.com/imjustcreative", "Twitter / imjustcreative"); return links; }