/*
 +---------------------------------------------------------+
 | 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">Disclaimer</a>&nbsp; | &nbsp;<a href="../../content/misc/privacy.html" class="bot">Privacy Policy</a>&nbsp; | &nbsp;<a href="../../content/contact/contac.php" class="bot">Contact Us</a>&nbsp; | &nbsp;<a href="../../content/about/about.php" class="bot">About Us</a>&nbsp; | &nbsp;<a href="../../content/misc/donate.html" class="bot">Donate</a>';

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

