File: /home/httpd/html/mybarebacktube.com/wp-content/themes/tubethemev1/sidebar_single.php
<div id="sidebar">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Post Sidebar') ) : ?>
<div id="tagsblock">
<h3>Content Tags:</h3>
<div id="tags"><p><?php wp_tag_cloud('smallest=8&largest=14&orderby=name'); ?></p></div>
</div>
<!--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="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>