home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>Happy Halloween</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript"> <!-- function MM_timelinePlay(tmLnName, myID) { //v1.2 //Copyright 1997 Macromedia, Inc. All rights reserved. var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false; if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time tmLn = document.MM_Time[tmLnName]; if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID if (myID == tmLn.ID) { //if Im newest setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay); fNew = ++tmLn.curFrame; for (i=0; i<tmLn.length; i++) { sprite = tmLn[i]; if (sprite.charAt(0) == 's') { if (sprite.obj) { numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0]; if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range keyFrm=1; for (j=0; j<sprite.values.length; j++) { props = sprite.values[j]; if (numKeyFr != props.length) { if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr]; else sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr]; } else { while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++; if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) { if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1]; else sprite.obj[props.prop2][props.prop] = props[keyFrm-1]; } } } } } } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value); if (fNew > tmLn.lastFrame) tmLn.ID = 0; } } } function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0 //Copyright 1997 Macromedia, Inc. All rights reserved. var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj; if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time tmLn = document.MM_Time[tmLnName]; if (numGotos != null) if (tmLn.gotoCount == null) tmLn.gotoCount = 1; else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return} jmpFwd = (fNew > tmLn.curFrame); for (i = 0; i < tmLn.length; i++) { sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back if (sprite.charAt(0) == "s") { numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0]; lastKeyFr = sprite.keyFrames[numKeyFr - 1]; if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++); for (j=0; j<sprite.values.length; j++) { props = sprite.values[j]; if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range if (sprite.obj != null) { if (props.prop2 == null) sprite.obj[props.prop] = props[propNum]; else sprite.obj[props.prop2][props.prop] = props[propNum]; } } } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value); } tmLn.curFrame = fNew; if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)'); } function MM_swapImgRestore() { //v2.0 if (document.MM_swapImgData != null) for (var i=0; i<(document.MM_swapImgData.length-1); i+=2) document.MM_swapImgData[i].src = document.MM_swapImgData[i+1]; } function MM_preloadImages() { //v2.0 if (document.images) { var imgFiles = MM_preloadImages.arguments; if (document.preloadArray==null) document.preloadArray = new Array(); var i = document.preloadArray.length; with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){ preloadArray[i] = new Image; preloadArray[i++].src = imgFiles[j]; } } } function MM_swapImage() { //v2.0 var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData; for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) { objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1]; if ((objStr.indexOf('document.layers[')==0 && document.layers==null) || (objStr.indexOf('document.all[') ==0 && document.all ==null)) objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length); obj = eval(objStr); if (obj != null) { swapArray[j++] = obj; swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j]; obj.src = MM_swapImage.arguments[i+2]; } } document.MM_swapImgData = swapArray; //used for restore } function MM_initTimelines() { //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved. var ns = navigator.appName == "Netscape"; document.MM_Time = new Array(2); document.MM_Time[0] = new Array(2); document.MM_Time["Timeline1"] = document.MM_Time[0]; document.MM_Time[0].MM_Name = "Timeline1"; document.MM_Time[0].fps = 15; document.MM_Time[0][0] = new String("behavior"); document.MM_Time[0][0].frame = 98; document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')"; document.MM_Time[0][1] = new String("sprite"); document.MM_Time[0][1].slot = 1; if (ns) document.MM_Time[0][1].obj = document["Layer3"]; else document.MM_Time[0][1].obj = document.all ? document.all["Layer3"] : null; document.MM_Time[0][1].keyFrames = new Array(1, 6, 9, 14, 18, 22, 24, 26, 31, 38, 44, 48, 54, 59, 61, 62, 68, 71, 76, 79, 87, 94, 95, 97); document.MM_Time[0][1].values = new Array(2); document.MM_Time[0][1].values[0] = new Array(667,659,651,644,636,630,622,616,610,606,602,598,594,588,579,570,560,550,541,532,524,517,510,506,499,490,487,486,484,482,477,472,466,459,452,445,438,433,429,427,425,424,422,418,410,401,393,383,375,367,359,351,342,334,325,318,312,308,304,302,303,293,289,284,279,274,269,265,261,259,255,250,244,238,232,227,225,224,219,214,209,202,195,188,180,173,165,156,146,137,128,120,113,107,103,97,90); document.MM_Time[0][1].values[0].prop = "left"; document.MM_Time[0][1].values[1] = new Array(26,27,28,29,31,32,34,37,42,46,52,58,63,68,72,76,78,80,81,80,80,78,72,66,62,64,70,76,84,92,100,106,111,116,121,126,132,138,146,154,163,171,179,185,190,192,191,191,190,188,185,183,182,182,186,193,199,206,211,218,224,230,226,221,215,208,202,196,187,179,170,164,158,152,147,141,133,126,118,114,109,105,100,95,91,87,83,80,77,75,74,73,71,70,64,64,65); document.MM_Time[0][1].values[1].prop = "top"; if (!ns) { document.MM_Time[0][1].values[0].prop2 = "style"; document.MM_Time[0][1].values[1].prop2 = "style"; } document.MM_Time[0].lastFrame = 98; document.MM_Time[1] = new Array(0); document.MM_Time["Timeline2"] = document.MM_Time[1]; document.MM_Time[1].MM_Name = "Timeline2"; document.MM_Time[1].fps = 15; document.MM_Time[1].lastFrame = 0; for (i=0; i<document.MM_Time.length; i++) { document.MM_Time[i].ID = null; document.MM_Time[i].curFrame = 0; document.MM_Time[i].delay = 1000/document.MM_Time[i].fps; } } //--> </script> <style type="text/css"> <!-- .AlbumTitleStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 24pt; color: #FF3333} .ThumbTitleStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt; color: #FFFFFF} .Fixed01 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #FFFF99} .SignStyle { font-family: "Times New Roman", "Times", "serif"; font-size: 10pt; font-style: italic; font-weight: bold; color: #FFCC66} --> </style></head> <body bgcolor="#000000" onLoad="MM_timelinePlay('Timeline1');MM_preloadImages('../image/riarw-2.jpg','#922168382549');MM_preloadImages('../image/skll-2.jpg','#922168382777');MM_preloadImages('../image/learw-2.jpg','#924769449840')" link="#ffff99" vlink="#ffff99" alink="#ffff99"> <div id="Layer8" style="position:absolute; left:494px; top:289px; width:175px; height:117px; z-index:35"><a href="link2.htm"><img src="../Image/photo2-S.jpg" width="173" height="118" border="0" name="uThumb002"></a></div> <div id="Layer11" style="position:absolute; left:4px; top:14px; width:744px; height:31px; z-index:47" class="AlbumTitleStyle"> <div align="center"> <p id= "uAlbumTitle" class="AlbumTitleStyle">Happy Halloween</p> </div> </div> <div id="Layer13" style="position:absolute; left:468px; top:421px; width:233px; height:18px; z-index:45"> <div align="center"> <p id= "uThumbTitle002" class="ThumbTitleStyle">Katherine In Her Spooky Costume.</p> </div> </div> <div id="Layer15" style="position:absolute; left:466px; top:235px; width:231px; height:22px; z-index:46"> <div align="center"> <p id= "uThumbTitle001" class="ThumbTitleStyle">It's a Ghoulish Night.</p> </div> </div> <div id="Layer17" style="position:absolute; left:-6px; top:45px; width:157px; height:66px; z-index:19"><img src="../image/hse-1.jpg" width="344" height="413"></div> <div id="Layer1" style="position:absolute; left:373px; top:401px; width:39px; height:41px; z-index:29"><img src="../image/jkltrn-1.gif" width="57" height="43"></div> <div id="Layer12" style="position:absolute; left:458px; top:70px; width:16px; height:35px; z-index:31"><img src="../image/bv-S.jpg" width="240" height="170" name ="uThumb001Dec01"></div> <div id="Layer13" style="position:absolute; left:459px; top:257px; width:35px; height:17px; z-index:34"><img src="../image/bv-S.jpg" width="240" height="170" name="uThumb002Dec01"></div> <div id="Layer4" style="position:absolute; left:304px; top:260px; width:34px; height:30px; z-index:1"><img src="../image/ar00.jpg" width="103" height="184"></div> <div id="Layer16" style="position:absolute; left:-1px; top:1px; width:26px; height:28px; z-index:20"><img src="../image/spdrwb-1.jpg" width="90" height="91"></div> <div id="Layer19" style="position:absolute; left:691px; top:243px; width:23px; height:28px; z-index:40"><img src="../image/bleys.gif" width="49" height="33"></div> <div id="Layer19" style="position:absolute; left:411px; top:159px; width:23px; height:28px; z-index:40"><img src="../image/bleys.gif" width="33" height="22"></div> <div id="Layer19" style="position:absolute; left:366px; top:83px; width:23px; height:28px; z-index:40"><img src="../image/bleys.gif" width="35" height="23"></div> <div id="Layer19" style="position:absolute; left:279px; top:416px; width:23px; height:28px; z-index:40"><img src="../image/bleys.gif" width="40" height="24"></div> <div id="Layer2" style="position:absolute; width:29px; height:29px; z-index:41; left: 492px; top: 105px"><a href="link1.htm"><img src="../Image/photo1-S.jpg" width="170" height="111" border="0" name="uThumb001"></a></div> <div id="Layer3" style="position:absolute; width:45px; height:37px; z-index:42; left: 667px; top: 26px"><img src="../image/flynwch.gif" width="73" height="50"></div> <div id="Layer5" style="position:absolute; left:328px; top:240px; width:39px; height:33px; z-index:36"><a href="hallowee.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer5\'].document.uHomeButton','document.uHomeButton','../image/skll-2.jpg','#922168382777')"><img name="uHomeButton" border="0" src="../image/skll-1.jpg" width="45" height="65" alt="Home"></a></div> <div id="Layer10" style="position:absolute; left:326px; top:312px; width:29px; height:20px; z-index:37"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer10\'].document.uNextButton','document.uNextButton','../image/riarw-2.jpg','#922168382549')"><img name="uNextButton" border="0" src="../image/riarw-1.jpg" width="74" height="40" alt="Next"></a></div> <div id="Layer14" style="position:absolute; left:311px; top:358px; width:15px; height:13px; z-index:38"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer14\'].document.uPreviousButton','document.uPreviousButton','../image/learw-2.jpg','#924769449840')"><img name="uPreviousButton" border="0" src="../image/learw-1.jpg" width="72" height="37" alt="Back"></a></div> <div id="Layer20" style="position:absolute; width:290px; height:25px; z-index:44; left: 2px; top: 437px"> <div align="center"> <p id="uUleadLogo" class="Fixed01" align="left"><a href="http://www.novadevelopment.com"> </a></p> </div> </div> <div id="Layer6" style="position:absolute; left:0; top:480; width:760; height:100; z-index:43; visibility: hidden"> <p id="uSignature" align="left" class="SignStyle">Input signature here!</p> </div> </body> </html>