var randomlinks=new Array()
     
    randomlinks[0]='<a href="/featured_products.html"><img src="/images/featured_abracon.jpg" alt="Featured Product: Abracon MEMSpeed Pro II Clock Oscillator Programmer" width="280" height="280" border="0" /></a>'
    randomlinks[1]='<a href="/images/featured_LowVf.jpg" target="_blank"><img src="/images/featured_schottky_diodes.jpg" alt="Featured Product: Comchip Super Low VF Schottky Diodes" width="280" height="280" border="0" /></a>'
    randomlinks[2]='<a href="/featured_products.html"><img src="/images/featured_vcc.jpg" alt="Featured Product: VCC OptoElectronics LED viewing and Mounting Products" width="280" height="280" border="0" /></a>'
     
    function randomlink(){
    var add = randomlinks[Math.floor(Math.random()*randomlinks.length)]
    return(add)
    }
     
    document.write( randomlink() );
