File: /home/httpd/html/gaysploshing.com/wp-content/themes/tubethemev1/sidebar.php
<div id="sidebar">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Index Sidebar') ) : ?>
<?php include (TEMPLATEPATH . '/simple_recent_comments.php'); ?>
<!--advertisement section 300 width-->
<div id="block">
<h3>Advertisements:</h3>
<div id="sideadvert">
<img src="<?php bloginfo('template_directory'); ?>/images/ad2.jpg" alt="ads" width="300" height="250" border="0" />
</div>
</div>
<!--advertisement section 300 width ends-->
<div id="commentsblock">
<?php src_simple_recent_comments('8', '180', '<h3>Recent Comments:</h3>', '') ?>
</div>
<div id="ratingsblock">
<h3>Highest Rated Videos:</h3>
<?php if (function_exists('get_highest_rated')): ?>
<ul>
<?php get_highest_rated(); ?>
</ul>
<?php endif; ?>
</div>
<?php endif; ?>
</div>