Summarizing content of web page

Right now i am doing my final project which is summarizing the content of web page.After summarize, the system can read aloud the summary text.Anyone have any idea how to summarize text?Can you give me some source code or reference?Please... HELP ME...
[280 byte] By [suhyea] at [2007-11-26 17:39:13]
# 1
> Anyone have any idea how to summarize text?No, and it won't be easy. I have never seen a program / application which is able to do that.Kaj
kajbja at 2007-7-9 0:07:23 > top of Java-index,Java Essentials,Java Programming...
# 2

You could try using the summary="" attribute of tables in HTML, but that will only work if the site is compliant with web accessibility (Section 508) requirements. Other than that, it's probably not an easy thing to do at all. Apple [url=http://docs.info.apple.com/article.html?artnum=61336]tried to do this[/url] with documents on OS X, but they failed miserably as well.

kevjavaa at 2007-7-9 0:07:23 > top of Java-index,Java Essentials,Java Programming...
# 3
If you're asked to summarize Proust, this might help: http://orangecow.org/pythonet/sketches/proust.htm
DrLaszloJamfa at 2007-7-9 0:07:23 > top of Java-index,Java Essentials,Java Programming...