<!-- Hide this script from old browsers --
var imagenumberc = 3 ;
var randomnumberc = Math.random() ;
var rand4 = Math.round( (imagenumberc-1) * randomnumberc) + 1 ;
imagesc = new Array
imagesc[1] = "images/product_4a.gif"
imagesc[2] = "images/product_4b.gif"
imagesc[3] = "images/product_4c.gif"
var imagec = imagesc[rand4]

linksc = new Array
linksc[1] = "http://www.vehiclesafetymfg.com/products/_led_lamps/products_led_ap.htm"
linksc[2] = "http://www.vehiclesafetymfg.com/products/_led_lamps/products_led_stt.htm"
linksc[3] = "http://www.vehiclesafetymfg.com/products/_led_lamps/products_led_ms.htm"
var linkc = linksc[rand4]
// -- End Hiding Here -->
