// Select random logo picture
sPicNames = new Array(16);
sLnkPages = new Array(16);
nWidths = new Array(16);
nHeights = new Array(16);
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]  = "mp4hsml2"; sLnkPages[5]  = "mp4hwy";
sPicNames[6]  = "mp4gsml2"; sLnkPages[6]  = "mp4names";
sPicNames[7]  = "mp4isml2"; sLnkPages[7]  = "mp4names";
sPicNames[8]  = "mp4ssml2"; sLnkPages[8]  = "mp4names";
sPicNames[9]  = "alfatsml"; sLnkPages[9]  = "alfatown";
sPicNames[10] = "alfazsml"; sLnkPages[10] = "alfazulu";
sPicNames[11] = "lawtrsml"; sLnkPages[11] = "lawtrick";
sPicNames[12] = "wn1small"; sLnkPages[12] = "worldnet";
sPicNames[13] = "ws1small"; sLnkPages[13] = "website1";
sPicNames[14] = "mpivsml";  sLnkPages[14] = "mpiv";
sPicNames[15] = "sasmall";  sLnkPages[15] = "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]  = 294; nHeights[5]  = 90;
nWidths[6]  = 308; nHeights[6]  = 95;
nWidths[7]  = 308; nHeights[7]  = 95;
nWidths[8]  = 308; nHeights[8]  = 95;
nWidths[9]  = 272; nHeights[9]  = 87;
nWidths[10] = 279; nHeights[10] = 86;
nWidths[11] = 365; nHeights[11] = 95;
nWidths[12] = 278; nHeights[12] = 93;
nWidths[13] = 304; nHeights[13] = 92;
nWidths[14] = 186; nHeights[14] = 88;
nWidths[15] = 296; nHeights[15] = 88;
nTime = new Date();
nRndNo = nTime.getSeconds();
nRndNo = nRndNo%16;
sPic = "'"+sPicNames[nRndNo]+".gif'";
sLnk = "'dn/"+sLnkPages[nRndNo]+".htm'";
