
myTopBanners = new Array(
"/banners/cool-creative-bundle-468x60.jpg",
"/banners/swisschauffeurlogo.jpg",
"/banners/curvy3d.jpg",
"/banners/postworkshop468x60.jpg",
"/banners/animestudio5-6.jpg",
"/banners/promo1.gif",
"/banners/archipelisBanner.gif",
"/banners/Gertrudis_468x60.gif",
"/banners/dogwaffle-anim.gif",
"/banners/pdprobanner.jpg",
"/banners/havefunwillpixel.gif",
"/banners/xtivity_648_60_banner_1.jpg",
"/banners/youcanfly1.jpg",
"/banners/youcanfly2.jpg",
"/banners/pdartist-banner1anim.gif",
"/banners/pdparticles.gif",
"/banners/waylabanner468x60_0000.gif",
"/banners/dfm_468x60v2_0405.gif",
"/banners/poser6-468x60.jpg",
"/banners/3dtools.gif",
"/banners/purplus1.gif",
"/banners/purplus1.gif",
"/banners/soec-468x60.jpg",
"/banners/promo1.gif",
"/banners/promo1.gif"
 ) ;


myTopLinks = new Array(
"http://www.coolcreativebundle.com",
"http://www.swisschauffeur.com",
"/curvy/index.html",
"/postworkshop/index.html",
"/animestudio/index.html",
"/carrara/index.html",
"/archipelis/index.html",
"/gertrudis/index.html",
"/dogwaffle/index.html",
"/pdpro/index.html",
"/pdpro/index.html",
"/tivity/index.html",
"/pda/index.html",
"/pdp/index.html",
"/pda/index.html",
"/pdp/index.html",
"/dogwaffle/index.html",
"/parallels/index.html",
"/poser/index.html",
"/3d/index.html",
"/purplus/index.html",
"http://store.yahoo.com/cgi-bin/clink?purplus+ekjTH5+animation.html+",
"http://www.securingourecity.org",
"/carrara/index.html",
"/carrara/index.html"
) ;

thisone = 0 ;
wndwid = 0 ;
 
function gotoMyTopLink() {
    thislink = myTopLinks[thisone];
    wndwid = wndwid + 1;
    thiswin = "TB3D" + wndwid ;
    window.open( thislink, thiswin );
}

function randomTopBanner() {
   thisone = Math.floor( (Math.random() * myTopBanners.length ) ) ;
   document.myTopBanner.src = myTopBanners[thisone] ;
}

function showMyTopBanner() {
  if (document.images) {
    randomTopBanner();
    window.setInterval("randomTopBanner()",15000);
  }
}
