var theImages = new Array()
var theProducts = new Array()
var theProductsID= new Array();
var theProductsDescrp=new Array();
var theProductPrice= new Array();

var prt=(("https:" == document.location.protocol) ? "https" : "http");

theImages[0] = prt+'://www.ictcompany.com/store/images/banner/[3CR17181].png'
theProducts[0] = '3COM 3CR17181-91 Switch 5500-EI 28-Port FX.'
theProductsID[0] = 1754
theProductsDescrp[0]="<b>3COM</b> 3CR17181-91 Switch 5500-EI 28-Port FX.";
theProductPrice[0]='\$1389.00';

theImages[1] = prt+'://www.ictcompany.com/store/images/banner/[3CR17343-91].png'
theProducts[1] = '3COM 3CR17343-91 Switch 4210 PWR 26-Port.'
theProductsID[1] = 2739;
theProductsDescrp[1]="<b>3COM</b> 3CR17343-91 Switch 4210 PWR 26-Port.";
theProductPrice[1]='\$750.00';

theImages[2] = prt+'://www.ictcompany.com/store/images/banner/[3CR17402-91].png'
theProducts[2] = '3COM 3CR17402-91 SuperStack 3 Switch 3848.'
theProductsID[2] = 524;
theProductsDescrp[2]="<b>3COM</b> 3CR17402-91 SuperStack 3 Switch 3848.";
theProductPrice[2]='\$579.00';

theImages[3] = prt+'://www.ictcompany.com/store/images/banner/[3CR17451-91].png'
theProducts[3] = '3COM 3CR17451-91 SuperStack 3 Switch 3870, 48-Port.'
theProductsID[3] = 526;
theProductsDescrp[3]="<b>3COM</b> 3CR17451-91 SuperStack 3 Switch 3870, 48-Port.";
theProductPrice[3]='\$2200.00';

theImages[4] = prt+'://www.ictcompany.com/store/images/banner/[3C16980A].png'
theProducts[4] = '3COM 3C16980A SuperStack 3 Switch 3300 24-Port.'
theProductsID[4] = 242;
theProductsDescrp[4]="<b>3COM</b> 3C16980A SuperStack 3 Switch 3300 24-Port.";
theProductPrice[4]='\$140.00';

theImages[5] = prt+'://www.ictcompany.com/store/images/banner/[USR5686E].png'
theProducts[5] = 'U.S. Robotics USR5686E V.92 External Faxmodem.'
theProductsID[5] = 1655;
theProductsDescrp[5]="<b>U.S. Robotics</b> USR5686E V.92 External Faxmodem.";
theProductPrice[5]='\$60.00';

theImages[6] = prt+'://www.ictcompany.com/store/images/banner/[WS-C2950G-24-EI-DC].png';
theProducts[6] = 'CISCO WS-C2950G-24-EI-DC Catalyst 2950 24pt 10/100 2Gbic Port Switch, DC Power Supply.';
theProductsID[6] = 5048;
theProductsDescrp[6]="<b>CISCO</b> WS-C2950G-24-EI-DC Catalyst 2950 24pt 10/100 2Gbic Port Switch, DC Power Supply.";
theProductPrice[6]='\$549.00';

theImages[7] = prt+'://www.ictcompany.com/store/images/banner/[SUN-NETRA-210].png';
theProducts[7] = 'SUN NETRA-210 Server 1.4GHz Ultrasparc III Processor , 4x1GB Memory, 2x72GB HDD, DC Model.';
theProductsID[7] = 4997;
theProductsDescrp[7]="<b>SUN</b> NETRA-210 Server 1.4GHz Ultrasparc III Processor , 4x1GB Memory, 2x72GB HDD, DC Model.";
theProductPrice[7]='\$2350.00';

theImages[8] = prt+'://www.ictcompany.com/store/images/banner/[SUN-NETRA-440].png';
theProducts[8] = 'SUN NETRA-440 Server,4x 1.66Ghz Ultrasparc III CPU, 4x 4GB Memory, 2x73GB HDD, DC Power Supply .';
theProductsID[8] = 5049
theProductsDescrp[8]="<b>SUN</b> NETRA-440 Server,4x 1.66Ghz Ultrasparc III CPU, 4x 4GB Memory, 2x73GB HDD, DC Power Supply .";
theProductPrice[8]='\$4999.00';

theImages[9] = prt+'://www.ictcompany.com/store/images/banner/[3C10403B].png';
theProducts[9] = '3COM 3C10403B 3103 Manager Phone.';
theProductsID[9] = 2098;
theProductsDescrp[9]="<b>3COM</b> 3C10403B 3103 Manager Phone.";
theProductPrice[9]='$199.00';

theImages[10] = prt+'://www.ictcompany.com/store/images/banner/[3C10401B].png';
theProducts[10] = '3COM 3C10401B 3101 Basic Phone.';
theProductsID[10] = 2097;
theProductsDescrp[10]="<b>3COM</b> 3C10401B 3101 Basic Phone. General Conference Call Capability.";
theProductPrice[10]='\$75.00';

theImages[11] = prt+'://www.ictcompany.com/store/images/banner/[3C10402A].png';
theProducts[11] = '3COM 3C10402A NBX 3102 Business IP Phone.';
theProductsID[11] = 68;
theProductsDescrp[11]="<b>3COM</b> 3C10402A NBX 3102 Business IP Phone.";
theProductPrice[11]='\$105.00';


var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}


function getNumbers() {
    temp = 0
    newnumber = 0
    lottery = new Array(12)
    var img_w=160;
    var img_h=105;
    var ww=screen.width;
        if (ww>1280) {
        img_w=145;
        img_h=95;
        
    } else {
        if (ww<1280 && ww>=1152) {
            img_w=120;
            img_h=79;
        } else {
            if (ww<1152 && ww>=1088) {
                img_w=105;
                img_h=69;
            } else {
                if (ww>1088 && ww>=1024) {
                    img_w=100;
                    img_h=66                   
                } else {       
                    img_w=90;
                    img_h=59;                
                }            
            }
        }
    }
    
        
    for (i = 1; i < 13; i++) {
        lottery[i] = i
    }

    for (i = 1; i < 13; i++) {
        newnumber = (Math.random() * 12) + 1
        newnumber = parseInt(newnumber, 10)
        temp = lottery[i]
        lottery[i] = lottery[newnumber]
        lottery[newnumber] = temp
    }
    
    document.getElementById("bnr1").innerHTML='<a href="http://www.ictcompany.com/store/products.php?pt=1&amp;id='+theProductsID[lottery[1]-1]+'" title="'+theProducts[lottery[1]-1]+'"><img id="bnr_img1" src="'+theImages[lottery[1]-1]+'" border="0" width="'+img_w+'" height="'+img_h+'" style="padding-left:7px;" class="banner_image" alt="'+theProducts[lottery[1]-1]+'" /><span class="banner_price">'+theProductPrice[lottery[1]-1]+'</span></a><span class="banner_description"><a href="http://www.ictcompany.com/store/products.php?pt=1&amp;id='+theProductsID[lottery[1]-1]+'" title="'+theProducts[lottery[1]-1]+'"  style="color:white;">'+theProductsDescrp[lottery[1]-1]+'</a></span>';
    
    document.getElementById("bnr2").innerHTML='<a href="http://www.ictcompany.com/store/products.php?pt=1&amp;id='+theProductsID[lottery[2]-1]+'" title="'+theProducts[lottery[1]-1]+'"><img  id="bnr_img2" src="'+theImages[lottery[2]-1]+'" border="0" width="'+img_w+'" height="'+img_h+'" style="padding-left:7px;" class="banner_image" alt="'+theProducts[lottery[2]-1]+'" /><span class="banner_price">'+theProductPrice[lottery[2]-1]+'</span></a><span class="banner_description"><a href="http://www.ictcompany.com/store/products.php?pt=1&amp;id='+theProductsID[lottery[2]-1]+'" title="'+theProducts[lottery[2]-1]+'"  style="color:white;">'+theProductsDescrp[lottery[2]-1]+'</a></span>';
    
    document.getElementById("bnr3").innerHTML='<a href="http://www.ictcompany.com/store/products.php?pt=1&amp;id='+theProductsID[lottery[3]-1]+'" title="'+theProducts[lottery[3]-1]+'"><img  id="bnr_img3" src="'+theImages[lottery[3]-1]+'" border="0" width="'+img_w+'" height="'+img_h+'" style="padding-left:7px;" class="banner_image" alt="'+theProducts[lottery[3]-1]+'" /><span class="banner_price">'+theProductPrice[lottery[3]-1]+'</span></a><span class="banner_description"><a href="http://www.ictcompany.com/store/products.php?pt=1&amp;id='+theProductsID[lottery[3]-1]+'" title="'+theProducts[lottery[3]-1]+'"  style="color:white;">'+theProductsDescrp[lottery[3]-1]+'</a></span>';
    
    
    
}


