<!--    var ltct = 1;     // Number of images    var image = new Array(ltct);            image[0] = "11summer.jpg";image[1] = "10xmas.gif";function pickRandom(range) {if (Math.random)return Math.round(Math.random() * (range-1));else {var now = new Date();return (now.getTime() / 1000) % range; 	}}var choice = pickRandom(ltct);document.writeln('<img src="images/tiles/lt_'+image[choice]+'" width="200" height="140" border="0" alt=""></td><td><img src="images/trans.gif" width="4" height="4" alt=""></td><td><img src="images/tiles/ct_'+image[choice]+'" width="200" height="140" border="0" alt="">');// -->
