function popupAds()
{
	if (getRandom(0,1) == 0) {
		flirtfever();
	}
	else {
		supondo();
	}
}

function flirtfever()
{
	w4 = open('', 'w4', 'resizable=1,scrollbars=1,width=790,height=592');
	w4.location.href = 'http://partners.webmasterplan.com/click.asp?site=3237&ref=478358&type=html&subid=&hnb=4&diurl=http://www.flirt-fever.de/ol.php5?g=w&pid=2';

	if (w4.opener == null) {
		w4.opener = self;
	}
	w4.blur();
	self.focus();

	return true;
}

function supondo()
{
	supondo = open('', 'supondo', 'resizable=1,scrollbars=1,width=790,height=592');
	supondo.location.href = 'http://www.supondo.com/';

	if (supondo.opener == null) {
		supondo.opener = self;
	}

	supondo.blur()
	self.focus();

	return true;
}

function getRandom(min, max)
{
	if (min > max) {
		return -1;
	}

	if ( min == max ) {
		return min;
	}

	return (min+parseInt(Math.random()*(max-min+1)));
}
