function out(id)
{
	var url = 'http://bitz.tv/brank/out.php?id=' + id;
	window.open(url, 'outwin');
	return false;
}
