<?php get_header(); ?>

<div id="content">

<div class="postsbody">
<?
global $options;
foreach ($options as $value) {
	if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
}
?>
<div class="featured2">
<h2><?php the_title(); ?></h2>
<div style="padding:0px 0 10px 0px;">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

<div class="fpost">

<div class="embed">
<?php echo get_post_meta($post->ID, "embed", true); ?>
</div>

<img src="<?php bloginfo('stylesheet_directory'); ?>/images/off1.png">


				<?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>

				<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>


</div>

<div class="pviews">
<div class="pratings">Ratings: <?php if(function_exists('the_ratings')) { the_ratings(Ratings); } ?></div> 
<div style="text-align:right;"><?php if(function_exists('the_views')) { the_views(); } ?></div>
</div>

<div align="center">
<?php if (function_exists('sociable_html')) {
    echo sociable_html();
} ?> 
</div>



<div class="ads3">
<?php include (TEMPLATEPATH . '/adsense/adsense468-60.php'); ?>
</div>


<!-- This is a hidden link to show you where this theme come from, remove or leave it is Optional. up 2 u -->
<noscript></noscript>
<!-- END -->


<?php comments_template(); ?>
<?php endwhile; endif; ?>
</div>
</div>


</div>

<?php include (TEMPLATEPATH . '/sidebar_right_2.php'); ?>

</div>

<center>
<!-- Sayyac counter START v4.3 -->
<script type="text/javascript">
<!--
document.write(unescape("%3Cscript src='" + (("https:" == document.location.protocol) ? "https://" : "http://")
 + "srv.sayyac.net/sa.js?_salogin=golvideoo&_sav=4.3' type='text/javascript'%3E%3C/script%3E"));
//-->
</script>
<script type="text/javascript">
<!--
sayyac.track('golvideoo','srv.sayyac.net');
//-->
</script>
<noscript><a href="http://www.sayyac.com/" title=""><img src="http://srv.sayyac.net/sa.gif?_salogin=golvideoo&amp;_sav=4.3" border="0" alt="" /></a></noscript>
<!-- Sayyac counter END v4.3 -->
</center>
<?php get_footer(); ?>