I want to show rating start and form in a custom coded script..

$factory = JPATH_ROOT .'/components/com_jlexreview/load.php';
if(! JFile::exists( $factory ))
return'';
require_once $factory;
echo JLexReviewLoad::quick_init ("community" , "" ,""); //THIS IS WORKING
echo JLexReviewLoad::init("community" , "" ,""); //NOT WORKING only copyright is displaying please suggest how to make it work and where am i wrong??