// RoSD(TM) Banners Service
// Version 1.16
// Copyright (C) 2002 by Co.S.Ra.RoSD. All rights reserved.
var total = 10;
var rn = Math.random();
var ch = Math.floor(rn * total);
rn = Math.floor(rn * 10000000);
document.write("<center><a target=\"_blank\" href=\"http://rosd.org.ru/\" onMouseOver=\"window.status='http://rosd.org.ru/cgi-bin/rotate.cgi?" + rn + "'; return true;\" onMouseOut=\"window.status=''\"><img src=\"http://rosd.org.ru/banners/b" + ch + ".gif\" alt=\"RoSD(TM) Eurasian Order\" width=468 height=60 border=\"0\"></a><br><a href=\"http://rosd.org.ru/dRoSD_banners.html\" target=\"_blank\"><small>RoSD(TM) Banners Service</small></a></center>");
