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/hulu.gif", "http://www.hulu.com/", "This feed is private", "http://www.hulu.com/feed", "Hulu - History for div_conspiracy"); links[1] = new Link("/images/favicons/twitter.gif", "http://twitter.com/div_conspiracy/statuses/2476556885", "div_conspiracy: R.I.P. Compuserve, that's how I began my online life in 1992 lots of memories http://bit.ly/Tvcr6 (via @loic)", "http://twitter.com/div_conspiracy", "Twitter / div_conspiracy"); links[2] = new Link("/images/favicons/twitter.gif", "http://twitter.com/div_conspiracy/statuses/2476535565", "div_conspiracy: switcheasy.com makes such nice cases for the iPhone 3G S it makes me almost want to get one just so I can get one of their cases! :) Sick.", "http://twitter.com/div_conspiracy", "Twitter / div_conspiracy"); links[3] = new Link("/images/favicons/twitter.gif", "http://twitter.com/div_conspiracy/statuses/2475474078", "div_conspiracy: @geekmom :) Just think, you'll be one adapter ahead when you get Wii Sports Resort... can you say, head to head table tennis? LOL", "http://twitter.com/div_conspiracy", "Twitter / div_conspiracy"); links[4] = new Link("/images/favicons/twitter.gif", "http://twitter.com/div_conspiracy/statuses/2474944192", "div_conspiracy: Stir fry pork and cucumber with cold broccoli and cauliflower soup http://post.ly/16H5", "http://twitter.com/div_conspiracy", "Twitter / div_conspiracy"); links[5] = new Link("/images/favicons/flickr.gif", "http://www.flickr.com/photos/inthelight7/3687802545/", "Stir fry pork and cucumber with cold broccoli and cauliflower soup", "http://www.flickr.com/photos/inthelight7/", "Uploads from eugenehuo"); links[6] = new Link("/images/favicons/tumblr.gif", "http://divconspiracy.tumblr.com/post/135526091", "Stir fry pork and cucumber with cold broccoli and cauliflower soup", "http://divconspiracy.tumblr.com/", "what is the divine conspiracy?"); links[7] = new Link("/images/favicons/twitter.gif", "http://twitter.com/div_conspiracy/statuses/2474868720", "div_conspiracy: @SheilaS me too! Annie Lennox has the awesomest voice.", "http://twitter.com/div_conspiracy", "Twitter / div_conspiracy"); return links; }