Watch Recent Tweet in ASPX page

In this blog  I am showing code to watch recent tweet's

If u want watch recent twetts in ur .aspx page so u put this script in aspx page then change Twitter id when watch Celberity Twitters. In this blog I am fetch Abhishek bachchan Twits .

This script add between <HEAD> tag.

And u also mention in this code how many twits fetch  in set  count=10

<div style="margin-right: 0px;color=black">
<div id="twitter_div">
<ul id="twitter_update_list"></ul>
<a href="http://twitter.com/@juniorbachchan" id="twitter-link" style="display: block; text-align: right;"></a></div>
<script src="http://twitter.com/javascripts/blogger.js" type="text/javascript">
</script>
<script src="http://twitter.com/statuses/user_timeline/@juniorbachchan.json?callback=twitterCallback2&amp;count=10" type="text/javascript">
</script></div>