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/default.gif", "http://pickylist.com/show/business/c35d917", "I'm looking for a Tree Service company on the North East side of Indy - Any suggestions? #service [business / ]", "", "brandoncorbin Latest Listings on Pickylist"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brandoncorbin/statuses/2462043174", "brandoncorbin: It's official, I returned the palm pre, if u are on sprint it's the best one by far, but It's just not an iPhone killer.", "http://twitter.com/brandoncorbin", "Twitter / brandoncorbin"); links[2] = new Link("/images/favicons/default.gif", "http://pickylist.com/show/entertainment/23fbcfc", "One of the greatest Video Game marketing campaigns of all time. #video #gow [entertainment / ]", "", "brandoncorbin Latest Listings on Pickylist"); links[3] = new Link("/images/favicons/default.gif", "http://pickylist.com/show/entertainment/dcd7d2d", "Huge Fireworks mistake! #video [entertainment / ]", "", "brandoncorbin Latest Listings on Pickylist"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brandoncorbin/statuses/2448016187", "brandoncorbin: The non digital keyboard is the Pre' biggest shortcoming IMHO.", "http://twitter.com/brandoncorbin", "Twitter / brandoncorbin"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brandoncorbin/statuses/2447383949", "brandoncorbin: One of the greatest Video Game marketing campaigns of all time. #video #gow http://pickylist.com/23fbcfc", "http://twitter.com/brandoncorbin", "Twitter / brandoncorbin"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brandoncorbin/statuses/2447038919", "brandoncorbin: @mattkonkle Bing is actually a decent search engine - I actually like the image and video search better than google.", "http://twitter.com/brandoncorbin", "Twitter / brandoncorbin"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/brandoncorbin/statuses/2447025478", "brandoncorbin: Disorder - How Chaos drives the Brain #video http://bit.ly/Kqyha", "http://twitter.com/brandoncorbin", "Twitter / brandoncorbin"); return links; }