function rand( min, max ) {
    if( max ) {
        return Math.floor(Math.random() * (max - min + 1)) + min;
    } else {
        return Math.floor(Math.random() * (min + 1));
    }
}

function showAd(num)
{
	if (num == 1)
	{
		document.write('<br>');
		document.write('<a href="https://paydotcom.com/r/40997/logicvortex/20382966/" target="_blank">Click For Details<br><img src="/ads/k9book.jpg" border="0"><br>Click For Details</a>');
	}
	else if (num==2)
	{
		document.write('<br>');
		document.write('<a href="http://www.ParvoBusterAffiliates.com/230-0-1-11.html" target="_blank">Click For Details<br><img border="0" src="http://www.ParvoBusterAffiliates.com/idevaffiliate/banners/ParvoBuster120x240-01.jpg" width="120" height="240" border=0><br>Click For Details</a>');
	}
}

showAd(rand(1,2));