function topleft()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<div align="center"><font size="2" face="Arial, Helvetica, sans-serif"><a href="http://www.solveyourproblem.com/learn/mensecrets" target="_blank">The      Secrets To<br>    Understanding Men.<br>    <strong>Learn Exactly<br>    What Men Want<br>    From Women.</strong></a></font></div>'); } // mensecrets1
if (ranNum == 1){document.write('<div align="center"><font size="2" face="Arial, Helvetica, sans-serif"><a href="http://www.solveyourproblem.com/learn/mensecrets" target="_blank">The      Secrets To<br>    Understanding Men.<br>    <strong>Learn Exactly<br>    What Men Want<br>    From Women.</strong></a></font></div>'); } // mensecrets2
if (ranNum == 2){document.write('<div align="center"><font size="2" face="Arial, Helvetica, sans-serif"><a href="http://www.solveyourproblem.com/think/thinkrightnow.html"><strong>Are        You In A Rut?</strong><br>      Learn How To<br>      Overcome The Pain,<br>      Frustration &amp; Fear.<br>    Try It. It Works.</a></font></div>'); } // trn1
if (ranNum == 3){document.write('<div align="center">   <font size="2" face="Arial, Helvetica, sans-serif"><a href="http://www.solveyourproblem.com/learn/bliss" target="_blank">Learn  The Secrets<strong> </strong>&amp;<strong><br>  Magic Ingredients</strong><br>To Long-Lasting<br>Relationships and<br>Marriages.</a></font></div>'); } // webbbooks
}