function get_random()
{

var ranNum= Math.floor(Math.random()*23);
return ranNum;
}
var whichImg=get_random();

function show_image() {

var img=new Array(23)
img[0]="<a href='product.php?xProd=376'><img src='images/freshener-cam.gif' border='0' /></a> ";
img[1]="<a href='product.php?xProd=61'><img src='images/pocket-counter-survelliance.gif' border='0' /></a>";
img[2]="<a href='product.php?xProd=3'><img src='images/spector-pro.gif' border='0' /></a>";
img[3]="<a href='product.php?xProd=5'><img src='images/eblaster.gif' border='0' /></a>";
img[4]="<a href='product.php?xProd=63'><img src='images/textspy-detective.gif' border='0' /></a>";
img[5]="<a href='product.php?xProd=215'><img src='images/covertpen.gif' border='0' /></a>";
img[6]="<a href='product.php?xProd=197'><img src='images/gsm-boom2.gif' border='0' /></a>";
img[7]="<a href='product.php?xProd=349'><img src='images/motion-detector.gif' border='0' /></a>";
img[8]="<a href='product.php?xProd=212'><img src='images/laptop-pci.gif' border='0' /></a>";
img[9]="<a href='product.php?xProd=371'><img src='images/sniperbox.gif' border='0' /></a>";
img[10]="<a href='product.php?xProd=155'><img src='images/gsm-adaptor.gif' border='0' /></a>";
img[11]="<a href='product.php?xProd=224'><img src='images/audio-spy.gif' border='0' /></a>";
img[12]="<a href='product.php?xProd=256'><img src='images/3g-camera.gif' border='0' /></a>";
img[13]="<a href='product.php?xProd=207'><img src='images/digital-recorder.gif' border='0' /></a>";
img[14]="<a href='product.php?xProd=449'><img src='images/nightsnipe.gif' border='0' /></a>";
img[15]="<a href='product.php?xProd=418'><img src='images/ironkey.gif' border='0' /></a>";
img[16]="<a href='product.php?xProd=378'><img src='images/dvr-mobile.gif' border='0' /></a>";
img[17]="<a href='product.php?xProd=382'><img src='images/oled-voice-recorder.gif' border='0' /></a>";
img[18]="<a href='product.php?xProd=453'><img src='images/3g-dab.gif' border='0' /></a>";
img[19]="<a href='product.php?xProd=404'><img src='images/maptracker.gif' border='0' /></a>";
img[20]="<a href='product.php?xProd=514'><img src='images/gps-rex5.gif' border='0' /></a>";
img[21]="<a href='product.php?xProd=428'><img src='images/flashstick.gif' border='0' /></a>";
img[22]="<a href='product.php?xProd=513'><img src='images/dab-radio-camera.gif' border='0' /></a>";

document.write(img[whichImg]);
}