//<!--src="bans.js"
var sqb = 6; //?????????? ????????
var nb = sqb - 1;
var bb = Math.round(Math.random() * nb);

//????? ???????? ????????
pics = new Array(
//"ny468x60_01.gif", //?????? ? ????? ?????!
"picotel/b01.gif", //?????? ???????? ??????? ? Bluetooth
"picotel/b02_1.gif", //?????? ?????????? ?????????? - Bluetooth
"picotel/b01.gif", //?????? ???????? ??????? ? Bluetooth
"picotel/b02_1.gif", //?????? ?????????? ?????????? - Bluetooth
"sale3.gif", //??????? ??????
"sale3.gif" //??????? ??????
);

//?????? ???????
lins = new Array(
//"http://www.stopka.ru/toast/nyear01.shtml",
"http://www.picotel.ru/",
"http://www.picotel.ru/",
"http://www.picotel.ru/",
"http://www.picotel.ru/",
"mailto:admin.stopka@mail.ru?Subject=??????? ??????",
"mailto:admin.stopka@mail.ru?Subject=??????? ??????"
);


//Alt ???????
alts = new Array(
//"? ????? ?????, ?????",
"???????? ??????? ? Bluetooth",
"?????????? ?????????? - Bluetooth",
"???????? ??????? ? Bluetooth",
"?????????? ?????????? - Bluetooth",
"?? ??????? ???????????? ????? WWW.STOPKA.RU ?????????? ?? admin@stopka.ru. ????????? ????.",
"?? ??????? ???????????? ????? WWW.STOPKA.RU ?????????? ?? admin@stopka.ru. ????????? ????."
);

document.write ('<a href="' + lins[bb] +'"><img src="http://www.stopka.ru/baners/' + pics[bb] + '" alt="' + alts[bb] + '" border=0 height=60 width=468 vspace=4 hspace=0 ></a>');
//-->
