// Select random logo picture
sPicNames = new Array(12);
sLnkPages = new Array(12);
nWidths = new Array(12);
nHeights = new Array(12);
sPicNames[0]  = "1st3gsml"; sLnkPages[0]  = "3gnames";
sPicNames[1]  = "3g4yosml"; sLnkPages[1]  = "3gnames";
sPicNames[2]  = "3ggursml"; sLnkPages[2]  = "3gnames";
sPicNames[3]  = "3ghwsml";  sLnkPages[3]  = "3ghw";
sPicNames[4]  = "3gswsml";  sLnkPages[4]  = "3gsw";
sPicNames[5]  = "alfatsml"; sLnkPages[5]  = "alfatown";
sPicNames[6]  = "lawtrsml"; sLnkPages[6]  = "lawtrick";
sPicNames[7]  = "wn1small"; sLnkPages[7]  = "worldnet";
sPicNames[8]  = "ws1small"; sLnkPages[8]  = "website1";
sPicNames[9]  = "mpivsml";  sLnkPages[9]  = "mpiv";
sPicNames[10] = "sasmall";  sLnkPages[10] = "sitealfa";
nWidths[0]  = 184; nHeights[0]  = 93;
nWidths[1]  = 257; nHeights[1]  = 92;
nWidths[2]  = 252; nHeights[2]  = 93;
nWidths[3]  = 188; nHeights[3]  = 92;
nWidths[4]  = 188; nHeights[4]  = 93;
nWidths[5]  = 272; nHeights[5]  = 87;
nWidths[6]  = 365; nHeights[6]  = 95;
nWidths[7]  = 278; nHeights[7]  = 93;
nWidths[8]  = 304; nHeights[8]  = 92;
nWidths[9]  = 186; nHeights[9]  = 88;
nWidths[10] = 296; nHeights[10] = 88;
nTime = new Date();
nRndNo = nTime.getSeconds();
nRndNo = nRndNo%11;
sPic = "'"+sPicNames[nRndNo]+".gif'";
sLnk = "'dn/"+sLnkPages[nRndNo]+".htm'";

