var username = 'webhamm'; 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/webhamm/statuses/10695640283", "webhamm: My @cbssports bracket looking pretty nice.", "http://twitter.com/webhamm", "Twitter / webhamm"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/webhamm/statuses/8963087425", "webhamm: Kinda funny that even though the federal govt is closed for 4 days they accomplish just as much than when they were open.", "http://twitter.com/webhamm", "Twitter / webhamm"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/webhamm/statuses/8856099621", "webhamm: MPhoto: Multimedia message http://bit.ly/dd5bjg", "http://twitter.com/webhamm", "Twitter / webhamm"); links[3] = new Link("/images/favicons/flickr.gif", "http://www.flickr.com/photos/webhamm/4342855647/", "Multimedia message", "http://www.flickr.com/photos/webhamm/", "Uploads from cehamm01"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/webhamm/statuses/8792867905", "webhamm: Sad the Colts lost.", "http://twitter.com/webhamm", "Twitter / webhamm"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/webhamm/statuses/8791967290", "webhamm: Ya clean diesel, green police I dont think so.", "http://twitter.com/webhamm", "Twitter / webhamm"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/webhamm/statuses/8788170199", "webhamm: Worried the geezers performing at Super Bowl are gonna keel over.", "http://twitter.com/webhamm", "Twitter / webhamm"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/webhamm/statuses/8679250231", "webhamm: Cbsi-cnet idea. 'Techie Teens' a blog that can be a combo of our content and stuff by teens for teens.", "http://twitter.com/webhamm", "Twitter / webhamm"); return links; }