ÿþ<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/editorial2/e0201.jpg', 'images/editorial2/e0202.jpg', 'images/editorial2/e0203.jpg', 'images/editorial2/e0204.jpg', 'images/editorial2/e0205.jpg', 'images/editorial2/e0206.jpg', 'images/editorial2/e0207.jpg', 'images/editorial2/e0208.jpg', 'images/editorial2/e0209.jpg', 'images/editorial2/e0210.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"> <a href="editorial1.htm"><img src="images/up.gif" border="0"></a> <img src="images/spacer.gif" height="3" width="1"><br> <img src="images/editorial2/e0201t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial2/e0201.jpg';">&nbsp; <img src="images/editorial2/e0202t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial2/e0202.jpg';"><br><img src="images/spacer.gif" height="4" width="1"><br> <img src="images/editorial2/e0203t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial2/e0203.jpg';">&nbsp; <img src="images/editorial2/e0204t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial2/e0204.jpg';"><br><img src="images/spacer.gif" height="4" width="1"><br> <img src="images/editorial2/e0205t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial2/e0205.jpg';">&nbsp; <img src="images/editorial2/e0206t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial2/e0206.jpg';"><br><img src="images/spacer.gif" height="4" width="1"><br> <img src="images/editorial2/e0207t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial2/e0207.jpg';">&nbsp; <img src="images/editorial2/e0208t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial2/e0208.jpg';"><br><img src="images/spacer.gif" height="4" width="1"><br> <img src="images/editorial2/e0209t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial2/e0209.jpg';">&nbsp; <img src="images/editorial2/e0210t.jpg" width="55" height="55" border="0" onMouseOver="document.gallerypic.src='images/editorial2/e0210.jpg';"><br> </td> <td width="550" align="center"> <img src="images/editorial2/e0201.jpg" name="gallerypic" height="320" border="0"> </td> </tr> </table> </body> </div> </html>