Hashbury - Im not real fond of the color Yellow on a gallery page like that. I just think it blairs obnoxious LOL The content isn't the best but I understand its the free content and youre really trying to get the surfer to UrentDVD. With that being said, there are a few things I see that you could work on that would free up at least 1 outgoing link as well as save you some bandwidth with extra code. For example, on your right side bar under the Skyscraper banner you have actually 3 outgoing links in that 3 line blurb of text. when you should only have one..if you leave it as is, it will fail based on too many outgoings.
I rewrote it for you, gets the same result, saves some bandwidth(minimal) and free up 2 more links which can be used on the top header banner and Id throw in another one line text link on the bottom of the gallery as well.
Code:
<!--Start of Original -->
<p align="center" class="style1"><a href="http://in.urentdvds.com/c/dvdIn.cgi/3/1285639/A">Get a 15 day FREE trial </a></p>
<p align="center" class="style1"><a href="http://in.urentdvds.com/c/dvdIn.cgi/3/1285639/A">at URENTDVDS the </a></p>
<p align="center" class="style1"><a href="http://in.urentdvds.com/c/dvdIn.cgi/3/1285639/A">Netflix of porn. </a></p>
<!--End of Original-->
<!-- New Version-->
<p align="center"><a href="http://in.urentdvds.com/c/dvdIn.cgi/3/1285639/A"> Get a 15 day FREE trial <br> at URENTDVDS the <br> Netflix of porn .</a></center></p>
<!--End New Version-->
You could tweak all your HTML this way and save lines of code.