function openChat()
{
	chat = open('', 'chat', 'resizable=0,scrollbars=0,width=1000,height=600');
	chat.location.href = 'http://www.coldtube.com/chat.php?popup=1';

	return false;
}

function popupAds()
{
	flirtfever();
}

function flirtfever()
{
	w4 = open('', 'w4', 'resizable=1,scrollbars=1,width=980,height=750');
	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)));
}

