Clear Request
<html> <head> <script language="JavaScript"> function function1() { navigator.userProfile.clearRequest(); } </script> </head> <body> <button onclick="function1();">Clear the read-requests queue</button> </body> </html>