var username = 'streetmouse'; 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/SonjaFoust/statuses/2460746942", "SonjaFoust: Just ate at Nantucket Grill for the first time. WHY didn't we try it befor", "http://twitter.com/SonjaFoust", "Twitter / SonjaFoust"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SonjaFoust/statuses/2457876108", "SonjaFoust: @having homemade vanilla ice cream", "http://twitter.com/SonjaFoust", "Twitter / SonjaFoust"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SonjaFoust/statuses/2454802898", "SonjaFoust: http://ping.fm/p/vc1tZ - It's empty in Allen & Sons. Smells good though.", "http://twitter.com/SonjaFoust", "Twitter / SonjaFoust"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SonjaFoust/statuses/2454156233", "SonjaFoust: Anyone have a hair stylist you really like in the Southpoint (Durham) area? Thinking of getting my hairs cut.", "http://twitter.com/SonjaFoust", "Twitter / SonjaFoust"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SonjaFoust/statuses/2445701787", "SonjaFoust: http://ping.fm/p/81Zxa - Om nom, the salsa is spicy tonight at Bandido's.", "http://twitter.com/SonjaFoust", "Twitter / SonjaFoust"); links[5] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SonjaFoust/statuses/2444357325", "SonjaFoust: http://ping.fm/p/DyeN3 - At the track, watching @rfoust ride around in circles.", "http://twitter.com/SonjaFoust", "Twitter / SonjaFoust"); links[6] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SonjaFoust/statuses/2442966678", "SonjaFoust: @jamieklee77 @nicklala 's \"I can make a sandwich disappear\" trick is a little worn out. ;)", "http://twitter.com/SonjaFoust", "Twitter / SonjaFoust"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/SonjaFoust/statuses/2442450695", "SonjaFoust: Success! My desk, she is clean; my inbox, she is zero. http://ping.fm/2nO5u", "http://twitter.com/SonjaFoust", "Twitter / SonjaFoust"); return links; }