<!--
var bg_img_blk = new Array ();
bg_img_blk[0] = "<img src='/styles/images/black/backgrounds/BLK1.jpg' width='100%' height='100%' alt='' />";
bg_img_blk[1] = "<img src='/styles/images/black/backgrounds/BLK2.jpg' width='100%' height='100%' alt='' />";
bg_img_blk[2] = "<img src='/styles/images/black/backgrounds/BLK3.jpg' width='100%' height='100%' alt='' />";
bg_img_blk[3] = "<img src='/styles/images/black/backgrounds/BLK4.jpg' width='100%' height='100%' alt='' />";
bg_img_blk[4] = "<img src='/styles/images/black/backgrounds/BLK5.jpg' width='100%' height='100%' alt='' />";
bg_img_blk[5] = "<img src='/styles/images/black/backgrounds/BLK6.jpg' width='100%' height='100%' alt='' />";
bg_img_blk[6] = "<img src='/styles/images/black/backgrounds/BLK7.jpg' width='100%' height='100%' alt='' />";
bg_img_blk[7] = "<img src='/styles/images/black/backgrounds/BLK8.jpg' width='100%' height='100%' alt='' />";
var i = Math.round(7*Math.random());

var bg_img_wht = new Array ();
bg_img_wht[0] = "<img src='/styles/images/white/backgrounds/WHT1.jpg' width='100%' height='100%' alt='' />";
bg_img_wht[1] = "<img src='/styles/images/white/backgrounds/WHT2.jpg' width='100%' height='100%' alt='' />";
bg_img_wht[2] = "<img src='/styles/images/white/backgrounds/WHT3.jpg' width='100%' height='100%' alt='' />";
bg_img_wht[3] = "<img src='/styles/images/white/backgrounds/WHT4.jpg' width='100%' height='100%' alt='' />";
bg_img_wht[4] = "<img src='/styles/images/white/backgrounds/WHT5.jpg' width='100%' height='100%' alt='' />";
bg_img_wht[5] = "<img src='/styles/images/white/backgrounds/WHT6.jpg' width='100%' height='100%' alt='' />";
bg_img_wht[6] = "<img src='/styles/images/white/backgrounds/WHT7.jpg' width='100%' height='100%' alt='' />";
bg_img_wht[7] = "<img src='/styles/images/white/backgrounds/WHT8.jpg' width='100%' height='100%' alt='' />";
var j = Math.round(7*Math.random());
//-->