function random()
{
	i=Math.floor((Math.random()*5)+1);
	document.writeln('<a href="index.php?page=kepek"><img style="margin-bottom: 17px;" src="common/random_kepek/1/' + i + '.jpg"></a>');
	j=Math.floor((Math.random()*5)+1);
	document.writeln('<a href="index.php?page=kepek"><img style="margin-bottom: 17px;" src="common/random_kepek/2/' + j + '.jpg"></a>');
	k=Math.floor((Math.random()*5)+1);
	document.writeln('<a href="index.php?page=kepek"><img src="common/random_kepek/3/' + k + '.jpg"></a>');
	/*l=Math.floor((Math.random()*5)+1);
	document.writeln('<img src="common/random_kepek/4/' + l + '.jpg">');*/
}

