<!-- Hide this script from old browsers --
var imagenumbera = 3 ;
var randomnumbera = Math.random() ;
var rand2 = Math.round( (imagenumbera-1) * randomnumbera) + 1 ;
imagesa = new Array
imagesa[1] = "images/product_2a.gif"
imagesa[2] = "images/product_2b.gif"
imagesa[3] = "images/product_2c.gif"
var imagea = imagesa[rand2]

linksa = new Array
linksa[1] = "http://www.vehiclesafetymfg.com/products/_led_lamps/products_led_cm.htm"
linksa[2] = "http://www.vehiclesafetymfg.com/products/_led_lamps/products_led_cap.htm"
linksa[3] = "http://www.vehiclesafetymfg.com/products/_led_lamps/products_led_stt.htm"
var linka = linksa[rand2]
// -- End Hiding Here -->
