var common = new Array('<img src="images/speedster_01_blur.jpg" alt="Snakepit Automotive 1957 Speedster" width="700" height="225" />','<img src="images/speedster_02_blur.jpg" alt="Snakepit Automotive 1957 Speedster" width="700" height="225" />','<img src="images/gt40_01_blur.jpg" alt="Snakepit Automotive GT40" width="700" height="225" />','<img src="images/gt40_02_blur.jpg" alt="Snakepit Automotive GT40" width="700" height="225" />','<img src="images/gt40_03_blur.jpg" alt="Snakepit Automotive GT40" width="700" height="225" />','<img src="images/mk_01_blur.jpg" alt="Snakepit Automotive MKIII" width="700" height="225" />','<img src="images/mk_02_blur.jpg" alt="Snakepit Automotive MKIII" width="700" height="225" />','<img src="images/coupe_blur.jpg" alt="Snakepit Automotive Coupe" width="700" height="225" />','<img src="images/coupe_02_blur.jpg" alt="Snakepit Automotive Coupe" width="700" height="225" />','<img src="images/coupe_03_blur.jpg" alt="Snakepit Automotive Coupe" width="700" height="225" />','<img src="images/coupe_04_blur.jpg" alt="Snakepit Automotive Coupe" width="700" height="225" />','<img src="images/coupe_05_blur.jpg" alt="Snakepit Automotive Coupe" width="700" height="225" />');

var gt = new Array('<img src="images/gt40_01_blur.jpg" alt="Snakepit Automotive GT40" width="700" height="225" />','<img src="images/gt40_02_blur.jpg" alt="Snakepit Automotive GT40" width="700" height="225" />','<img src="images/gt40_03_blur.jpg" alt="Snakepit Automotive GT40" width="700" height="225" />');

var mk = new Array('<img src="images/mk_01_blur.jpg" alt="Snakepit Automotive MKIII" width="700" height="225" />','<img src="images/mk_02_blur.jpg" alt="Snakepit Automotive MKIII" width="700" height="225" />');

var coupe = new Array('<img src="images/coupe_blur.jpg" alt="Snakepit Automotive Coupe" width="700" height="225" />','<img src="images/coupe_02_blur.jpg" alt="Snakepit Automotive Coupe" width="700" height="225" />','<img src="images/coupe_03_blur.jpg" alt="Snakepit Automotive Coupe" width="700" height="225" />','<img src="images/coupe_04_blur.jpg" alt="Snakepit Automotive Coupe" width="700" height="225" />','<img src="images/coupe_05_blur.jpg" alt="Snakepit Automotive Coupe" width="700" height="225" />');

var speedster = new Array('<img src="images/speedster_01_blur.jpg" alt="Snakepit Automotive 1957 Speedster" width="700" height="225" />','<img src="images/speedster_02_blur.jpg" alt="Snakepit Automotive 1957 Speedster" width="700" height="225" />');

var commonl = common.length;
var gtl = gt.length;
var mkl = mk.length;
var coupel = coupe.length;
var speedsterl = speedster.length;

var commonnum = Math.floor((Math.random() * commonl));
var gtnum = Math.floor((Math.random() * gtl));
var mknum = Math.floor((Math.random() * mkl));
var coupenum = Math.floor((Math.random() * coupel));
var speedsternum = Math.floor((Math.random() * speedsterl));

                    