var username = 'div_conspiracy'; 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/div_conspiracy/statuses/1017732712", "div_conspiracy: You Genius! new post How I made Front Row my main media center http://tinyurl.com/5nbnzb", "http://twitter.com/div_conspiracy", "Twitter / div_conspiracy"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/div_conspiracy/statuses/1017723127", "div_conspiracy: @drthomasho I bought it on Tuesday at Best Buy... it's always a special on the first day. Plus, I just blindly buy everything from Pixar. :)", "http://twitter.com/div_conspiracy", "Twitter / div_conspiracy"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/div_conspiracy/statuses/1017641498", "div_conspiracy: Just watched WALL ? E with the fam (watched half with DW and youngest till she got tired and sleepy, and finished it with oldest). Its cute.", "http://twitter.com/div_conspiracy", "Twitter / div_conspiracy"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/div_conspiracy/statuses/1017639936", "div_conspiracy: @kbushling aw bless you for reading it. I'm still working on it. Don't think I'll make it to 50,000 words for #nanowrimo, but still ok.", "http://twitter.com/div_conspiracy", "Twitter / div_conspiracy"); links[4] = new Link("/images/favicons/default.gif", "http://www.furl.net/item/40026801/forward", "30 Beautiful Photoshop Text Effect Tutorials - Six Revisions", "http://www.furl.net/member/overdosis.rss", "Furl - The overdosis Archive"); links[5] = new Link("/images/favicons/default.gif", "http://www.furl.net/item/40026792/forward", "SitePoint » 10 Must Have Tools for Communicating with Clients", "http://www.furl.net/member/overdosis.rss", "Furl - The overdosis Archive"); links[6] = new Link("/images/favicons/default.gif", "http://www.furl.net/item/40026774/forward", "30 Awesome Photoshop Text Effects Tutorials", "http://www.furl.net/member/overdosis.rss", "Furl - The overdosis Archive"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/div_conspiracy/statuses/1016514307", "div_conspiracy: @kbushling good to hear. the novel is coming verrry slowly, but that's ok. I posted an excerpt, did you check it out? http://poprl.com/5mR", "http://twitter.com/div_conspiracy", "Twitter / div_conspiracy"); return links; }