function popupImage(imagename,imagewidth,imageheight) {
   apopup=window.open(imagename,'jsppopupimage','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,copyhistory=no,width='+(imagewidth+20)+',height='+(imageheight+30));}
var quote = new Array(8);
quote[0] = "<td width='158'><a href=\"javascript:popupImage('../images/kep_1_nagy.jpg',300,400);\"><img border='0' src='../images/kep_1_kicsi.jpg'></a></td>";
quote[1] = "<td width='158'><a href=\"javascript:popupImage('../images/kep_2_nagy.jpg',400,300);\"><img border='0' src='../images/kep_2_kicsi.jpg'></a></td>";
quote[2] = "<td width='158'><a href=\"javascript:popupImage('../images/kep_3_nagy.jpg',400,300);\"><img border='0' src='../images/kep_3_kicsi.jpg'></a></td>";
quote[3] = "<td width='158'><a href=\"javascript:popupImage('../images/kep_4_nagy.jpg',400,300);\"><img border='0' src='../images/kep_4_kicsi.jpg'></a></td>";
quote[4] = "<td width='158'><a href=\"javascript:popupImage('../images/kep_5_nagy.jpg',400,300);\"><img border='0' src='../images/kep_5_kicsi.jpg'></a></td>";
quote[5] = "<td width='158'><a href=\"javascript:popupImage('../images/kep_6_nagy.jpg',400,300);\"><img border='0' src='../images/kep_6_kicsi.jpg'></a></td>";
quote[6] = "<td width='158'><a href=\"javascript:popupImage('../images/kep_7_nagy.jpg',300,400);\"><img border='0' src='../images/kep_7_kicsi.jpg'></a></td>";
quote[7] = "<td width='158'><a href=\"javascript:popupImage('../images/kep_8_nagy.jpg',400,300);\"><img border='0' src='../images/kep_8_kicsi.jpg'></a></td>";
now=new Date()
num=(now.getSeconds())%8
document.write(quote[num])


