setTimeout("rss_client_a('http://twitter.com/statuses/user_timeline/16887428.rss','twitter_rss',3);",30); function rss_client_a(b,c,d){if(typeof jQuery == 'undefined' || typeof $ == 'undefined' || typeof $.xmlToJSON == 'undefined' || typeof RSSClient=='undefined'){setTimeout("rss_client_a('"+b+"','"+c+"','"+d+"');",30); return;} RSSClient.Proxy = "http://sfarchive.org/api/proxy.php?_type=jsonp";RSSClient.RSS=b; var e='rss_'+Math.floor(Math.random()*9999); eval("function "+e+"(f){try{var items = f['channel'][0]['item'];var g=items.length;if("+d+">0 && "+d+" < g){g="+d+";}if(g==0)return;var h='';$(\"#"+c+"\")[0].innerHTML = h;$(\"#"+c+"\").hide();$(\"#"+c+"\").slideDown('slow');}catch(e){}}"); RSSClient.SendRequest(eval(e)); }