ÿþ<html> <head> <link rel="stylesheet" href="style.css"> <script language="javascript"> function right(e) { var msg = "This image is copyright of Laurie Rhodes. All rights reserved."; if (navigator.appName == 'Netscape' && e.which == 3) { alert(msg); return false; } if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) { alert(msg); return false; } else return true; } function trap() { if(document.images) { for(i=0;i<document.images.length;i++) { document.images[i].onmousedown = right; document.images[i].onmouseup = right; } } } function doPreload(){ var the_images = new Array('images/editorial1/e0101.jpg', 'images/editorial1/e0102.jpg', 'images/editorial1/e0103.jpg', 'images/editorial1/e0104.jpg', 'images/editorial1/e0105.jpg', 'images/editorial1/e0106.jpg', 'images/editorial1/e0107.jpg', 'images/editorial1/e0108.jpg', 'images/editorial1/e0109.jpg', 'images/editorial1/e0110.jpg'); preloadImages(the_images); } function preloadImages(the_images_array) { for(var loop = 0; loop < the_images_array.length; loop++) { var an_image = new Image(); an_image.src = the_images_array[loop]; } } </script> </head> <body topmargin="0" topmargin="0" leftmargin="0" rightmargin="0" onLoad="doPreload();trap();"> <table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0" class="bg2"> <tr height="380" valign="middle"> <td width="200" align="Center"> <img src="images/spacer.gif" height="16" width="1"><br> <img src="images/editorial1/e0101t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial1/e0101.jpg';">&nbsp; <img src="images/editorial1/e0102t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial1/e0102.jpg';"><br><img src="images/spacer.gif" height="4" width="1"><br> <img src="images/editorial1/e0103t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial1/e0103.jpg';">&nbsp; <img src="images/editorial1/e0104t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial1/e0104.jpg';"><br><img src="images/spacer.gif" height="4" width="1"><br> <img src="images/editorial1/e0105t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial1/e0105.jpg';">&nbsp; <img src="images/editorial1/e0106t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial1/e0106.jpg';"><br><img src="images/spacer.gif" height="4" width="1"><br> <img src="images/editorial1/e0107t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial1/e0107.jpg';">&nbsp; <img src="images/editorial1/e0108t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial1/e0108.jpg';"><br><img src="images/spacer.gif" height="4" width="1"><br> <img src="images/editorial1/e0109t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial1/e0109.jpg';">&nbsp; <img src="images/editorial1/e0110t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial1/e0110.jpg';"><br> <a href="editorial2.htm"><img src="images/down.gif" border="0"></a> </td> <td width="550" align="center"> <img src="images/editorial1/e0101.jpg" name="gallerypic" height="320" border="0"> </td> </tr> </table> </body> </div> </html>