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/2473528536", "imjustcreative: @designsnake If more of my friends were using it, I would use it more than Twitter, so thats the only reason it plays 2nd fiddle", "http://twitter.com/imjustcreative", "Twitter / imjustcreative"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/imjustcreative/statuses/2473491945", "imjustcreative: 50 Ways to Get Your Site Noticed http://bit.ly/ZP1Ez | Via RT @angbowen @iamkhayyam @wpstudios @buysellads", "http://twitter.com/imjustcreative", "Twitter / imjustcreative"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/imjustcreative/statuses/2473417130", "imjustcreative: @modbird Im not sure I understand the statement, You wouldnt be saying that IM bonkers are you?", "http://twitter.com/imjustcreative", "Twitter / imjustcreative"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/imjustcreative/statuses/2473412464", "imjustcreative: Im spending more time on FriendFeed, so if you want to hook up, heres where http://www.friendfeed.com/imjustcreative", "http://twitter.com/imjustcreative", "Twitter / imjustcreative"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/imjustcreative/statuses/2473397246", "imjustcreative: @Drew_kav Need to wait till next giveaway. There are no rules, other than leave ac omment with Twitter ID... no hoops to jump thru. Easy.", "http://twitter.com/imjustcreative", "Twitter / imjustcreative"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/imjustcreative/statuses/2473387633", "imjustcreative: @dblencowe As quick as i was deleteing, WP was reposting to Twitter... it was the new StumbleUpm plugin, thats the culprit :)", "http://twitter.com/imjustcreative", "Twitter / imjustcreative"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/imjustcreative/statuses/2473378680", "imjustcreative: Seriously, some of you are just nuts. Complaining im spamming ur stream because Im having a mare with WP. Frickin chill out or get lost", "http://twitter.com/imjustcreative", "Twitter / imjustcreative"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/imjustcreative/statuses/2473367756", "imjustcreative: Well, the next Giveaway is for the 'TDR' Typographic Desk Reference' book, an essential addition for any type nut", "http://twitter.com/imjustcreative", "Twitter / imjustcreative"); return links; }