//<![CDATA[
<!-- 
 
//store the quotations in arrays 
 
images = new Array(1); 
 
images[0] = "<img src='../../ccp51/media/images/store/Woodturningimg.jpg' width='191' height='119' border='0' align='top' alt=''><\/a>"; 
 
images[1] = "<img src='../../ccp51/media/images/store/Woodturningimg2.jpg' width='191' height='171' border='0' align='top' alt=''><\/a>"; 
 
index = Math.floor(Math.random() * images.length); 
 
document.write("<DL>\n"); 
 
document.write("<DT>" + "" + images[index] + "\n"); 
 
document.write("<\/DL>\n"); 
 
//done 
 
// -->
//]]>

                    