/*
 +---------------------------------------------------------+
 | Ad Simple                 Copyright www.YugDesign.com   |
 +---------------------------------------------------------+
 | This program may be used and hosted free of charge by   |
 |anyone for personal purpose as long as this copyright    |
 |notice remains intact.                                   |
 +---------------------------------------------------------+
*/

var ad=new Array()
ad[0]='<a href="../../../" class="bot">Frontpage</a>&nbsp; | &nbsp;<a href="../../../content/misc/disclaimer.html" class="bot" rel="nofollow">Disclaimer</a>&nbsp; | &nbsp;<a href="../../../content/misc/privacy.html" class="bot" rel="nofollow">Privacy Policy</a>&nbsp; | &nbsp;<a href="../../../content/contact/contac.php" class="bot" rel="nofollow">Contact Us</a>&nbsp; | &nbsp;<a href="../../../content/about/about.php" class="bot" rel="nofollow">About Us</a>&nbsp; | &nbsp;<a href="../../../content/misc/donate.html" class="bot" rel="nofollow">Contribute</a>';

var xy=Math.floor(Math.random()*ad.length);
document.write(ad[xy]);

