//==========================================================================================
//  Pranczek Konyvelesi Irodaja KFT                                                         
//  2451 Ercsi Szent Istvan u. 29.                                                          
//                                                                                          
//  Webdesign:     Prancz Adam 2005.07.18                                                   
//  Tel:           06-20-466-5495                                                           
//  E-mail:        prancz_adam@fibermail.hu                                                 
//  Web:           http://www.pranczek.hu/webdesign.html                                    
//==========================================================================================
images = new Array(21);
images[0] = "<a href = 'Kepek/Somogyi-gumi_muhely.png'><img src='Kepek/Somogyi-gumi_muhely_kicsi.png' alt='' title='' /></a>";
images[1] = "<a href = 'Kepek/Somogyi-gumi_muhely1.png'><img src='Kepek/Somogyi-gumi_muhely1_kicsi.png' alt='' title='' /></a>";
images[2] = "<a href = 'Kepek/Somogyi-gumi_muhely2.png'><img src='Kepek/Somogyi-gumi_muhely2_kicsi.png' alt='' title='' /></a>";
images[3] = "<a href = 'Kepek/Somogyi-gumi_muhely3.png'><img src='Kepek/Somogyi-gumi_muhely3_kicsi.png' alt='' title='' /></a>";
images[4] = "<a href = 'Kepek/Somogyi-gumi_muhely4.png'><img src='Kepek/Somogyi-gumi_muhely4_kicsi.png' alt='' title='' /></a>";
images[5] = "<a href = 'Kepek/Somogyi-gumi_muhely5.png'><img src='Kepek/Somogyi-gumi_muhely5_kicsi.png' alt='' title='' /></a>";
images[6] = "<a href = 'Kepek/Somogyi-gumi_muhely6.png'><img src='Kepek/Somogyi-gumi_muhely6_kicsi.png' alt='' title='' /></a>";
images[7] = "<a href = 'Kepek/Somogyi-gumi_muhely7.png'><img src='Kepek/Somogyi-gumi_muhely7_kicsi.png' alt='' title='' /></a>";
images[8] = "<a href = 'Kepek/Somogyi-gumi_muhely8.png'><img src='Kepek/Somogyi-gumi_muhely8_kicsi.png' alt='' title='' /></a>";
images[9] = "<a href = 'Kepek/Somogyi-gumi_muhely9.png'><img src='Kepek/Somogyi-gumi_muhely9_kicsi.png' alt='' title='' /></a>";
images[10] = "<a href = 'Kepek/Somogyi-gumi_muhely10.png'><img src='Kepek/Somogyi-gumi_muhely10_kicsi.png' alt='' title='' /></a>";
images[11] = "<a href = 'Kepek/Somogyi-gumi_muhely11.png'><img src='Kepek/Somogyi-gumi_muhely11_kicsi.png' alt='' title='' /></a>";
images[12] = "<a href = 'Kepek/Somogyi-gumi_muhely12.png'><img src='Kepek/Somogyi-gumi_muhely12_kicsi.png' alt='' title='' /></a>";
images[13] = "<a href = 'Kepek/Somogyi-gumi_muhely13.png'><img src='Kepek/Somogyi-gumi_muhely13_kicsi.png' alt='' title='' /></a>";
images[14] = "<a href = 'Kepek/Somogyi-gumi_muhely14.png'><img src='Kepek/Somogyi-gumi_muhely14_kicsi.png' alt='' title='' /></a>";
images[15] = "<a href = 'Kepek/Somogyi-gumi_muhely15.png'><img src='Kepek/Somogyi-gumi_muhely15_kicsi.png' alt='' title='' /></a>";
images[16] = "<a href = 'Kepek/Somogyi-gumi_muhely16.png'><img src='Kepek/Somogyi-gumi_muhely16_kicsi.png' alt='' title='' /></a>";
images[17] = "<a href = 'Kepek/Somogyi-gumi_muhely17.png'><img src='Kepek/Somogyi-gumi_muhely17_kicsi.png' alt='' title='' /></a>";
images[18] = "<a href = 'Kepek/Somogyi-gumi_muhely18.png'><img src='Kepek/Somogyi-gumi_muhely18_kicsi.png' alt='' title='' /></a>";
images[19] = "<a href = 'Kepek/Somogyi-gumi_muhely19.png'><img src='Kepek/Somogyi-gumi_muhely19_kicsi.png' alt='' title='' /></a>";
images[20] = "<a href = 'Kepek/Somogyi-gumi_muhely20.png'><img src='Kepek/Somogyi-gumi_muhely20_kicsi.png' alt='' title='' /></a>";

document.write(images[randomindex(images)])

function randomindex(images){
    index = Math.floor(Math.random() * images.length);
    return index
}
