var username = 'susanreynolds'; 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/friendfeed.gif", "http://www.flickr.com/photos/wmacphail/3678960847/", "Storm Over Hamilton", "http://friendfeed.com/susanreynolds", "FriendFeed - susanreynolds"); links[1] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/susanreynolds/statuses/2450962115", "Send some of the warmest waves from your hands and hearts for noon to 9pm so I dont fold before day's end", "http://friendfeed.com/susanreynolds", "FriendFeed - susanreynolds"); links[2] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/susanreynolds/statuses/2450821964", "Laughed at this in which the words \"dang\" and \"Ron Paul\" \"crazy old man\" were used. But he's got a point about the FED http://is.gd/1maiw", "http://friendfeed.com/susanreynolds", "FriendFeed - susanreynolds"); links[3] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/susanreynolds/statuses/2450737396", "@SocialTNT Fascinating. I find Austin so weird & wonderful, Does native think that Austin is getting any less liberal/ more like rest of TX?", "http://friendfeed.com/susanreynolds", "FriendFeed - susanreynolds"); links[4] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/susanreynolds/statuses/2450307906", "@jannagae I can't advise but I've never been sorry I did the mastectomy. In fact, if I have one more issue with boob #2 I'm going to toss it", "http://friendfeed.com/susanreynolds", "FriendFeed - susanreynolds"); links[5] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/susanreynolds/statuses/2450279433", "ROFL @moonstruckmania I volunteer to help write a book entitled \"Dear adult kid,\" It would be a best seller . . with parents :)", "http://friendfeed.com/susanreynolds", "FriendFeed - susanreynolds"); links[6] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/susanreynolds/statuses/2449954421", "@whitehouse govt-run one-size-fits-all is does NOT fit me, Health & wellness needs can't be pigeonholed #handsoff plz RT http://tr.im/qw8r", "http://friendfeed.com/susanreynolds", "FriendFeed - susanreynolds"); links[7] = new Link("/images/favicons/friendfeed.gif", "http://twitter.com/susanreynolds/statuses/2449849287", "@jannagae Yow, have you done radiation? They keep doing lumpectomies not mastectomy?", "http://friendfeed.com/susanreynolds", "FriendFeed - susanreynolds"); return links; }