var username = 'brandoncorbin'; 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/brandoncorbin/statuses/8859842805", "brandoncorbin: @cnavta Or better yet, only do one blog - and then find another blog that covers the topic you didn't pick that you can write for.", "http://twitter.com/brandoncorbin", "Twitter / brandoncorbin"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brandoncorbin/statuses/8859804315", "brandoncorbin: @cnavta I would do 2 different blogs - its harder to maintain, but easier to build a targeted reader base", "http://twitter.com/brandoncorbin", "Twitter / brandoncorbin"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brandoncorbin/statuses/8856471153", "brandoncorbin: Go live week is always so CALM, RELAXING and $#*&* FUN!", "http://twitter.com/brandoncorbin", "Twitter / brandoncorbin"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brandoncorbin/statuses/8840482936", "brandoncorbin: @nathanframpton here you go http://yfrog.com/auelelgj", "http://twitter.com/brandoncorbin", "Twitter / brandoncorbin"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brandoncorbin/statuses/8839176259", "brandoncorbin: It's amazing how much additional wifi signal you can get with tin foil. 50% signal to 80%.", "http://twitter.com/brandoncorbin", "Twitter / brandoncorbin"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brandoncorbin/statuses/8827739966", "brandoncorbin: Blog Post: : The man behind Apple's amazing products. Meet Jonathan Ive. http://icorbin.com/xb1322", "http://twitter.com/brandoncorbin", "Twitter / brandoncorbin"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brandoncorbin/statuses/8816369530", "brandoncorbin: RT @tan1337: Amazing HTML5 paint app! http://bit.ly/aWPJcb", "http://twitter.com/brandoncorbin", "Twitter / brandoncorbin"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brandoncorbin/statuses/8816088477", "brandoncorbin: @jamespaden Thats my thought too, but my client is SUPER SEO sensitive.", "http://twitter.com/brandoncorbin", "Twitter / brandoncorbin"); return links; }