Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
144 lines (134 sloc)
5.8 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Art Award Slide Show</title> | |
| <script language="javascript"> | |
| <!-- | |
| swapping = "no" | |
| // --> | |
| </script> | |
| <script language="javascript1.1"> | |
| <!-- | |
| swapping = "yes" | |
| // --> | |
| </script> | |
| <script | |
| language="javascript"> | |
| <!-- This script was written by Craig Corvin for Cut-N-Paste JavaScript (7/97). | |
| if (swapping == "yes") { | |
| pict1 = new Image() | |
| pict1.src = "/images/tpPic2.jpg" | |
| pict2 = new Image() | |
| pict2.src = "/images/tpPic3.jpg" | |
| pict3 = new Image() | |
| pict3.src = "/images/tpPic4.jpg" | |
| pict4 = new Image() | |
| pict4.src = "/images/tpPic12.jpg" | |
| pict5 = new Image() | |
| pict5.src = "/images/tpPic13.jpg" | |
| pict6 = new Image() | |
| pict6.src = "/images/tpPic14.jpg" | |
| } | |
| slides = 6 | |
| rotations = 100 | |
| speed = 7000 | |
| //document.theform.thefield.value | |
| function runit() { | |
| if (swapping == "yes") { | |
| for (x=1, y=0 ; x < (slides*rotations); x=x+slides, y=0) { | |
| setTimeout("document.slideshow.src = '/images/tpPic3.jpg';document.display.T1.value='\"Nike\"';document.display.T2.value='Sarah Colo';document.display.T3.value='Chalk & Charcoal';",((x + y) * speed)) | |
| y++; setTimeout("document.slideshow.src = '/images/tpPic4.jpg';document.display.T1.value='\"Symbols of Ancient Cultures\"';document.display.T2.value='Dwyane St. John';document.display.T3.value='Copper Repousse';",((x + y) * speed)) | |
| y++; setTimeout("document.slideshow.src = '/images/tpPic12.jpg';document.display.T1.value='\"Swimming\"';document.display.T2.value='Sarah Swan';document.display.T3.value='Ink Wash';",((x + y) * speed)) | |
| y++; setTimeout("document.slideshow.src = '/images/tpPic13.jpg';document.display.T1.value='\"Antucci\"';document.display.T2.value='Michael Adams & Andrea Hutchinson';document.display.T3.value='Mixed Media Sculpter';",((x + y) * speed)) | |
| y++; setTimeout("document.slideshow.src = '/images/tpPic14.jpg';document.display.T1.value='\"Polka Dots\"';document.display.T2.value='Chris Milusich';document.display.T3.value='Watercolor & Ink';",((x + y) * speed)) | |
| y++; setTimeout("document.slideshow.src = '/images/tpPic2.jpg';document.display.T1.value='\"Turkey\"';document.display.T2.value='Owen Kiely';document.display.T3.value='Tempera Paint';",((x + y) * speed)) | |
| } | |
| } | |
| } | |
| function openWindow() { | |
| var currentpic = document.slideshow.src | |
| if (currentpic.indexOf("2faces.jpg") != -1) { | |
| var picurl = "images/2faces.html" | |
| } | |
| if (currentpic.indexOf("4snow.jpg") != -1) { | |
| var picurl = "images/4snow.html" | |
| } | |
| if (currentpic.indexOf("5clay.jpg") != -1) { | |
| var picurl = "images/5clay.html" | |
| } | |
| if (currentpic.indexOf("9pie.jpg") != -1) { | |
| var picurl = "images/9pie.html" | |
| } | |
| if (currentpic.indexOf("3soccer.jpg") != -1) { | |
| var picurl = "images/3soccer.html" | |
| } | |
| popupWin = window.open(picurl, 'remote', 'width=250,height=230') | |
| if (window.focus) { | |
| popupWin.focus(); | |
| } | |
| } | |
| // --> | |
| </script> | |
| </head> | |
| <body BGCOLOR="#000000" BACKGROUND="redblack.gif" text="#FFFFFF" vlink="#FFFFFF" | |
| link="#FFFFFF" alink="#000000" onload="runit()"> | |
| <table CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="608"> | |
| <tr> | |
| <td WIDTH="116" VALIGN="TOP"><p align="center"><br> | |
| <a href="index.html"><strong><u>Home Page</u></strong></a></p> | |
| <hr noshade color="#000000"> | |
| <p align="center"><a href="calendar.html"><strong><u>Calendar</u></strong></a></p> | |
| <hr noshade color="#000000"> | |
| <p align="center"><a href="sports.html"><strong><u>Sports Schedule</u></strong></a></p> | |
| <hr noshade color="#000000"> | |
| <p align="center"><a href="menu.html"><strong><u>Lunch Menu</u></strong></a></p> | |
| <hr noshade color="#000000"> | |
| <p align="center"><a href="homework.html"><strong><u>Homework Listings</u></strong></a></p> | |
| <hr noshade color="#000000"> | |
| <p align="center"><a href="news.html"><strong><u>School Newsletter</u></strong></a></p> | |
| <hr noshade color="#000000"> | |
| <p align="center"><a href="tour.html"><strong><u>Virtual Tour</u></strong></a></p> | |
| <hr noshade color="#000000"> | |
| <p align="center"><a href="links.html"><strong>Academic Links</strong></a></p> | |
| <hr noshade color="#000000"> | |
| <font color="#000000" size="4"><em><a href="mailto:question@arrsd.mec.edu"><p | |
| align="center"></a><img src="email.jpg" alt="email.jpg (870 bytes)" WIDTH="36" HEIGHT="15"><br> | |
| </em></font><font size="3"><strong><a href="mailto:question@arrsd.mec.edu">Email Questions | |
| Comments?</a></strong></font></td> | |
| <td WIDTH="20"></td> | |
| <td WIDTH="472" VALIGN="top"><p align="center"><img src="banner.gif" alt="Welcome To AHS" | |
| WIDTH="462" HEIGHT="59"><br> | |
| <br> | |
| <font face="Arial" size="4" color="#FF0000"><strong><em>Athol-Mahar High Schools<br> | |
| Student Art Exhibit Preview</em></strong></font></p> | |
| <p align="center"><!--<a href="javascript:onclick=openWindow()">--><img name="slideshow" src="images/tpPic2.jpg" border="0" WIDTH="194" | |
| HEIGHT="250"><!--</a>--> </p> | |
| <form name="display"> | |
| <div align="center"><center><table border="0" width="35%"> | |
| <tr> | |
| <td width="19%"><font face="Courier">Title: </font></td> | |
| <td width="81%"><input type="text" name="T1" size="31" value=""Turkey""></td> | |
| </tr> | |
| <tr> | |
| <td width="19%"><font face="Courier">Artist:</font></td> | |
| <td width="81%"><input type="text" name="T2" size="31" value="Owen Kiely"></td> | |
| </tr> | |
| <tr> | |
| <td width="19%"><font face="Courier">Medium:</font></td> | |
| <td width="81%"><input type="text" name="T3" size="31" value="Tempera Paint"></td> | |
| </tr> | |
| <tr> | |
| <td width="19%"></td> | |
| <td width="81%"></td> | |
| </tr> | |
| </table> | |
| </center></div> | |
| </form> | |
| <p><font face="Courier" color="#000000">.....</font>This slideshow contains six selections | |
| from the Athol-Mahar High Schools Student Art Exhibit at Halley's Antiques. The exhibit | |
| was open to the public through May 27.</p> | |
| <p>Related links: <a href="artshow3.html">Athol-Mahar Preview #1</a>, <a | |
| href="artshow5.html">Athol-Mahar Preview #3</a></td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |