I figured out that this is the code i need:
<?php if (function_exists('get_most_rated')): ?>
<ul>
<?php get_most_rated(‘both’, 0, 10); ?>
</ul>
<?php endif; ?>
How do i add this to a specific page on my site? Sorry not very familiar how to embed this.