Hey Eswara,
Richfaces uses it's own version of jQuery (which is automatically included in your page if you use a richfaces component that depends on it).
If you want to make sure that jQuery is loaded, use a4j:loadScript to load the richfaces version:
<a4j:loadScript src="resource:///org/richfaces/renderkit/html/scripts/jquery/jquery.js" />