OK==1) { $review->setTemplate("./movieTemplate.html"); // Page that should be used as the template $mainReview = $review->parseTemplate(); $commentsList = new CWReviewCommentsList($_GET['_CWR_RVID'], $mainReview); $commentsList->setListLength(10); $commentsList->buildCommentList(); $page = stripslashes($commentsList->addCommentsToPage()); echo stripslashes($page); die(); } else { include("reviewErrorTemplate.html"); die(); } } else { echo $review; include("reviewErrorTemplate.html"); die(); } ?>