<?php
require_once "../maincore.php";
require_once "classes.php";
if(!iADMIN) exit;
$tomb = new TombolaClass;
$merg = array('table' => "Tombola",
			  'column' => "nick",
			  'fetch' => false);
$start = 43;
for ($i=1; $i < 5; $i++) 
{ 
	$tomb->tombolaWin($start, $tomb->countdb($merg['table'], $merg['column']));
}
?>