<div id="singleright_bar">

	<div class="related-contacts">
		<?php wp23_related_posts(); ?>
	</div>	
	<div class="related-contacts">
	        <?php if (function_exists('get_recent_trackbacks')) { ?>
        <h3><?php _e('Incoming Links'); ?></h3>
              <ul><li>
              <?php get_recent_trackbacks(); ?></li>
              </ul>
        <?php } ?>
	</div>
	
	<div id="user-notes">
		<?php comments_template(); ?>
	</div>
	<div id="user-notes">
	<h2>Embed <?php echo get_post_meta($post->ID, "Company", true); ?>'s Profile</h2>
	<p><textarea name="comment" id="comment" cols="32" rows="15" tabindex="4" style="font-size:1.2em;">
&lt;!-- begin Afridex embed code --&gt;
&lt;style&gt;
#afridex { font-family:helvetica; font-size:1em; border:1px solid #ccc; padding:5px 5px 5px 5px; margin:5px 5px 5px 5px: color:#333; line-height:1.1em; display:block; width:350px; }
#afridex img { border:3px solid #333; }
#afridex h1 { font-size:1.35em; font-weight:strong; }
#afridex a { color:#71000; }
#afridex a:active { color:#71000; text-decoration:underline; }
#afridex p { text-align:justify; font-size:75%; }
&lt;/style&gt;
&lt;div id="afridex"&gt;
&lt;img src="<?php print get_post_meta($post->ID, "Image", true); ?>" style="width:75px;" /&gt;

&lt;h1&gt;&lt;a href="<?php print the_permalink(); ?>"&gt;<?php echo get_post_meta($post->ID, "Company", true); ?>&lt;/a&gt;&lt;/h1&gt;&lt;sup&gt;&lt;a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q=<?php echo get_post_meta($post->ID, "City1", true); ?>,<?php echo get_post_meta($post->ID, "Country1", true); ?>"&gt;[Map]&lt;/a&gt;&lt;/sup&gt;&lt;br /&gt;
URL - &lt;a href="<?php echo get_post_meta($post->ID, "Website1", true); ?>"><?php echo get_post_meta($post->ID, "Website1", true); ?>&lt;/a&gt;&lt;br /&gt;
Email - &lt;a href="mailto:<?php echo get_post_meta($post->ID, "Email1", true); ?>"&gt;<?php echo get_post_meta($post->ID, "Email1", true); ?>&lt;/a&gt;&lt;br /&gt;
&lt;a href="<?php print get_post_meta($post->ID, "Hcard1", true); ?>"&gt;&lt;img src="http://appfrica.net/afridex/img/hcard.gif"&gt;&lt;/a&gt;
&lt;p&gt;<?php print the_excerpt(); ?>&lt;/p&gt;

Information Provided by the <a href="http://afridex.net">Afridex</a>
&lt;/div&gt;

&lt;!-- end Afridex embed code --&gt;
	</textarea></p><p style="color:#ccc;">Instructions: Copy and past the above text into the web page or blog post you'd like it to appear on.</p></div>
