function SundukBan()
{
	var s, d = Math.random();
	s = "<center><a target=_top href=";
	if(d<0.3){
		s += "/index.html><img src=/images/emosban.gif";}
	else if(d<0.5){
		s += "/index.html><img src=/images/emosban5.gif";}
	else if(d<0.8){
		s += "/index.html><img src=/images/emosban3.gif";}
	else if(d<0.9){
		s += "/receipts/index.html><img src=/images/recban1.gif";}
	else {
		s += "/receipts/index.html><img src=/images/recban2.gif";}
	s += " border=0 height=60 width=468></a></center>";
    document.writeln(s);
}

