function randInt(min,max)
{
     var div = (max - min) + 1
     var randNum = Math.random()
     for (var i = 0; i <= div - 1; i++)
     {
          if (randNum >= i / div && randNum < (i+1) / div)
          {return i + min}
     }
}


var abc = randInt(1,2);

if (abc == 1) {

     document.write("<!-- www.tothtrans2000kft.hu banner kezdete --><a href=\"http://tothtrans2000kft.hu\" target=\"_blank\"><img src=\" http://tothtrans.w3h.hu/banner/tothtrans02_468x60.gif\" width=\"468\" height=\"60\" border=\"0\" alt=\"Tóth Trans 2000 Kft.\"></a><!-- www.tothtrans2000kft.hu banner vege -->");

}

if (abc == 2) {

     document.write("<www.toth-szallitas.hu banner kezdete><a href=\"http://www.toth-szallitas.hu\" target=\"_blank\"><img src=\"http://tothtrans.w3h.hu/banner/tothtrans13_468x60.gif\" width=\"468\" height=\"60\" border=\"0\" alt=\"Tóth Trans 2000 Kft.\"></a><www.toth-szallitas.hu banner vege>");

}

if (abc == 3) {

     document.write("<\"Your 3. HTML-Banner-Code\">");

}

if (abc == 4) {

     document.write("<\"Your 4. HTML-Banner-Code\">");

}

if (abc == 5) {

     document.write("<\"Your 5. HTML-Banner-Code\">");

}