
// Define advertising tags
var bottom_ads = [
   [ '<a href="http://www.milenkyamilenci.cz/erotika"><img src="/images/nvp/banners/mm_cokolada_20060323.gif" border="0" width="468" height="60"></a>' ],
   [ '<a href="http://www.milenkyamilenci.cz/erotika"><img src="/images/nvp/banners/mm_sirka_20060323.gif" border="0" width="468" height="60"></a>' ]
];

// Choose random adv tag
var bottom_adindex = Math.round( Math.random() * (bottom_ads.length-1) );

// Write it to document
document.write(bottom_ads[bottom_adindex]);

