Iframe = no link juice = no SEO benefits
Suggestion.
Replace
Code:
<iframe src ="http://www.adultlinkexchange.com/code/17" scrolling="auto" width="324" height="750" frameborder="0"> </iframe>
with this;
PHP Code:
<? @include("http://www.adultlinkexchange.com/code/17"); ?>
OR
PHP Code:
<?=file_get_contents("http://www.adultlinkexchange.com/code/17")?>