home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Come to My Party</title> <style> IMG { position:relative; } .TextHolder01{ cursor:hand; position:relative; font-family:"Arial", "Helvetica", "sans-serif"; font-size:24pt; font-weight:bold; text-align:left; color:#99FFFF; } .ParentLayer { border-style:groove; border-color:green; border-width:0px; } .ImageHolder { cursor:hand; } .VideoHolder { cursor:hand; } .Moveable01 { cursor:hand; position:relative; font-family:"Arial"; font-size:12pt; font-style:italic; font-weight:bold; text-align:left; color:#ffffff; } .Fixed01 { cursor:arrow; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #ffff99; text-align: center } .Fixed02 { cursor:arrow; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #ffff99; text-align: center } .Dynamic01 { cursor:arrow; position:relative; font-family:"Arial"; font-size:12pt; font-style:italic; font-weight:bold; text-align:left; color:#ffff00; } .TextHolder02 { cursor:hand; position:relative; font-family:"Arial", "Helvetica", "sans-serif"; font-size:12pt; font-weight:bold; text-align:left; color:#FFFF99; ; list-style-type: disc} .SoundClip { cursor:hand; position:relative; } .TextHolder03 { cursor:hand; position:relative; font-family:"Arial", "Helvetica", "sans-serif"; font-size:12pt; font-weight:bold; text-align:left; color:#FFFF99; ; list-style-type: disc } .TextHolder04 { cursor:hand; position:relative; font-family:"Arial", "Helvetica", "sans-serif"; font-size:12pt; font-weight:bold; text-align:left; color:#FFFF99; ; list-style-type: disc } .TextHolder05 { cursor:hand; position:relative; font-family:"Arial", "Helvetica", "sans-serif"; font-size:12pt; font-weight:bold; text-align:left; color:#FFFF99; ; list-style-type: disc } .TextHolder06 { cursor:hand; position:relative; font-family:"Arial", "Helvetica", "sans-serif"; font-size:12pt; font-weight:bold; text-align:left; color:#FFFF99; ; list-style-type: disc } </style> <script language="JavaScript"> <!-- function MM_showHideLayers() { //v2.0 var i, visStr, args, theObj; args = MM_showHideLayers.arguments; for (i=0; i<(args.length-2); i+=3) { //with arg triples (objNS,objIE,visStr) visStr = args[i+2]; if (navigator.appName == 'Netscape' && document.layers != null) { theObj = eval(args[i]); if (theObj) theObj.visibility = visStr; } else if (document.all != null) { //IE if (visStr == 'show') visStr = 'visible'; //convert vals if (visStr == 'hide') visStr = 'hidden'; theObj = eval(args[i+1]); if (theObj) theObj.style.visibility = visStr; } } } 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_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_initTimelines() { //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved. var ns = navigator.appName == "Netscape"; document.MM_Time = new Array(4); document.MM_Time[0] = new Array(7); 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 = 1; document.MM_Time[0][0].value = "MM_showHideLayers('document.layers[\\\'Layer21\\\']','document.all[\\\'Layer21\\\']','show','document.layers[\\\'Layer4\\\']','document.all[\\\'Layer4\\\']','hide')"; document.MM_Time[0][1] = new String("behavior"); document.MM_Time[0][1].frame = 20; document.MM_Time[0][1].value = "MM_showHideLayers('document.layers[\\\'Layer21\\\']','document.all[\\\'Layer21\\\']','hide','document.layers[\\\'Layer4\\\']','document.all[\\\'Layer4\\\']','show')"; document.MM_Time[0][2] = new String("behavior"); document.MM_Time[0][2].frame = 60; document.MM_Time[0][2].value = "MM_timelineGoto('Timeline1','1')"; document.MM_Time[0][3] = new String("sprite"); document.MM_Time[0][3].slot = 1; if (ns) document.MM_Time[0][3].obj = document["Layer5"]; else document.MM_Time[0][3].obj = document.all ? document.all["Layer5"] : null; document.MM_Time[0][3].keyFrames = new Array(7, 17, 34, 43, 50); document.MM_Time[0][3].values = new Array(3); document.MM_Time[0][3].values[0] = new Array(66,75,85,94,103,112,122,132,143,154,166,174,182,191,200,209,218,227,237,247,257,267,277,288,299,310,321,333,356,379,403,428,454,479,504,529,553,581,607,632,656,680,703,727); document.MM_Time[0][3].values[0].prop = "left"; document.MM_Time[0][3].values[1] = new Array(-63,-61,-58,-55,-53,-51,-48,-46,-43,-41,-39,-38,-36,-35,-33,-32,-30,-29,-28,-26,-25,-24,-22,-21,-20,-19,-19,-18,-17,-15,-13,-12,-11,-11,-13,-15,-20,-29,-42,-55,-70,-86,-102,-117); document.MM_Time[0][3].values[1].prop = "top"; if (!ns) { document.MM_Time[0][3].values[0].prop2 = "style"; document.MM_Time[0][3].values[1].prop2 = "style"; } document.MM_Time[0][3].values[2] = new Array("inherit","inherit","inherit","inherit","inherit"); document.MM_Time[0][3].values[2].prop = "visibility"; if (!ns) document.MM_Time[0][3].values[2].prop2 = "style"; document.MM_Time[0][4] = new String("behavior"); document.MM_Time[0][4].frame = 37; document.MM_Time[0][4].value = "MM_showHideLayers('document.layers[\\\'Layer21\\\']','document.all[\\\'Layer21\\\']','show','document.layers[\\\'Layer4\\\']','document.all[\\\'Layer4\\\']','hide')"; document.MM_Time[0][5] = new String("behavior"); document.MM_Time[0][5].frame = 51; document.MM_Time[0][5].value = "MM_showHideLayers('document.layers[\\\'Layer21\\\']','document.all[\\\'Layer21\\\']','hide','document.layers[\\\'Layer4\\\']','document.all[\\\'Layer4\\\']','show')"; document.MM_Time[0][6] = new String("behavior"); document.MM_Time[0][6].frame = 6; document.MM_Time[0][6].value = "MM_showHideLayers('document.layers[\\\'Layer5\\\']','document.all[\\\'Layer5\\\']','show')"; document.MM_Time[0].lastFrame = 60; document.MM_Time[1] = new Array(2); 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][0] = new String("sprite"); document.MM_Time[1][0].slot = 1; if (ns) document.MM_Time[1][0].obj = document["Layer2"]; else document.MM_Time[1][0].obj = document.all ? document.all["Layer2"] : null; document.MM_Time[1][0].keyFrames = new Array(16, 40); document.MM_Time[1][0].values = new Array(3); document.MM_Time[1][0].values[0] = new Array(628,625,621,618,615,611,608,604,601,598,594,591,588,584,581,577,574,571,567,564,561,557,554,550,547); document.MM_Time[1][0].values[0].prop = "left"; document.MM_Time[1][0].values[1] = new Array(396,387,377,368,359,350,340,331,322,312,303,294,285,275,266,257,247,238,229,219,210,201,192,182,173); document.MM_Time[1][0].values[1].prop = "top"; if (!ns) { document.MM_Time[1][0].values[0].prop2 = "style"; document.MM_Time[1][0].values[1].prop2 = "style"; } document.MM_Time[1][0].values[2] = new Array("inherit","inherit"); document.MM_Time[1][0].values[2].prop = "visibility"; if (!ns) document.MM_Time[1][0].values[2].prop2 = "style"; document.MM_Time[1][1] = new String("behavior"); document.MM_Time[1][1].frame = 15; document.MM_Time[1][1].value = "MM_showHideLayers('document.layers[\\\'Layer2\\\']','document.all[\\\'Layer2\\\']','show')"; document.MM_Time[1].lastFrame = 40; document.MM_Time[2] = new Array(7); document.MM_Time["Timeline3"] = document.MM_Time[2]; document.MM_Time[2].MM_Name = "Timeline3"; document.MM_Time[2].fps = 15; document.MM_Time[2][0] = new String("behavior"); document.MM_Time[2][0].frame = 20; document.MM_Time[2][0].value = "MM_showHideLayers('document.layers[\\\'toy\\\']','document.all[\\\'toy\\\']','show')"; document.MM_Time[2][1] = new String("sprite"); document.MM_Time[2][1].slot = 1; if (ns) document.MM_Time[2][1].obj = document["hat"]; else document.MM_Time[2][1].obj = document.all ? document.all["hat"] : null; document.MM_Time[2][1].keyFrames = new Array(2, 14); document.MM_Time[2][1].values = new Array(3); document.MM_Time[2][1].values[0] = new Array(329,352,375,398,420,443,466,489,512,535,557,580,603); document.MM_Time[2][1].values[0].prop = "left"; document.MM_Time[2][1].values[1] = new Array(88,116,144,171,199,227,254,282,310,338,365,393,421); document.MM_Time[2][1].values[1].prop = "top"; if (!ns) { document.MM_Time[2][1].values[0].prop2 = "style"; document.MM_Time[2][1].values[1].prop2 = "style"; } document.MM_Time[2][1].values[2] = new Array("inherit","hidden"); document.MM_Time[2][1].values[2].prop = "visibility"; if (!ns) document.MM_Time[2][1].values[2].prop2 = "style"; document.MM_Time[2][2] = new String("sprite"); document.MM_Time[2][2].slot = 2; if (ns) document.MM_Time[2][2].obj = document["gift"]; else document.MM_Time[2][2].obj = document.all ? document.all["gift"] : null; document.MM_Time[2][2].keyFrames = new Array(9, 19); document.MM_Time[2][2].values = new Array(2); document.MM_Time[2][2].values[0] = new Array(610,593,576,558,541,524,507,490,472,455,438); document.MM_Time[2][2].values[0].prop = "left"; document.MM_Time[2][2].values[1] = new Array(192,218,244,269,295,321,347,373,398,424,450); document.MM_Time[2][2].values[1].prop = "top"; if (!ns) { document.MM_Time[2][2].values[0].prop2 = "style"; document.MM_Time[2][2].values[1].prop2 = "style"; } document.MM_Time[2][3] = new String("behavior"); document.MM_Time[2][3].frame = 8; document.MM_Time[2][3].value = "MM_showHideLayers('document.layers[\\\'gift\\\']','document.all[\\\'gift\\\']','show')"; document.MM_Time[2][4] = new String("behavior"); document.MM_Time[2][4].frame = 1; document.MM_Time[2][4].value = "MM_showHideLayers('document.layers[\\\'hat\\\']','document.all[\\\'hat\\\']','show')"; document.MM_Time[2][5] = new String("behavior"); document.MM_Time[2][5].frame = 14; document.MM_Time[2][5].value = "MM_showHideLayers('document.layers[\\\'hat\\\']','document.all[\\\'hat\\\']','show')"; document.MM_Time[2][6] = new String("behavior"); document.MM_Time[2][6].frame = 19; document.MM_Time[2][6].value = "MM_showHideLayers('document.layers[\\\'gift\\\']','document.all[\\\'gift\\\']','show')"; document.MM_Time[2].lastFrame = 20; document.MM_Time[3] = new Array(4); document.MM_Time["Timeline4"] = document.MM_Time[3]; document.MM_Time[3].MM_Name = "Timeline4"; document.MM_Time[3].fps = 15; document.MM_Time[3][0] = new String("behavior"); document.MM_Time[3][0].frame = 4; document.MM_Time[3][0].value = "MM_showHideLayers('document.layers[\\\'dec1\\\']','document.all[\\\'dec1\\\']','show')"; document.MM_Time[3][1] = new String("behavior"); document.MM_Time[3][1].frame = 7; document.MM_Time[3][1].value = "MM_showHideLayers('document.layers[\\\'dec3\\\']','document.all[\\\'dec3\\\']','show')"; document.MM_Time[3][2] = new String("behavior"); document.MM_Time[3][2].frame = 11; document.MM_Time[3][2].value = "MM_showHideLayers('document.layers[\\\'dec2\\\']','document.all[\\\'dec2\\\']','show')"; document.MM_Time[3][3] = new String("behavior"); document.MM_Time[3][3].frame = 14; document.MM_Time[3][3].value = "MM_showHideLayers('document.layers[\\\'dec4\\\']','document.all[\\\'dec4\\\']','show')"; document.MM_Time[3].lastFrame = 14; 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> </head> <bgsound id="BackgroundSound" type="audio/midi" src="../audio/Party Time.mid" repeat="1" loop="-1"> <body id="Main" LINK="#FFFFFF" VLINK="#FFFF00" ALINK="#00FF00" bgcolor="#F0E8E0" background="../image/come-background.gif" onLoad="MM_timelinePlay('Timeline1');MM_timelinePlay('Timeline2')"> <div id="Layer1" class="ParentLayer" style="position:absolute; width:100px; height:66px; z-index:38; left: 18px; top: 357px"> <div align="center"> <a id="Link1" name=""> <img id="uImage01" src="../image/video_frame.gif" width="176" height="136" class="Moveable01"> </a> </div> </div> <div id="Layer2" class="ParentLayer" style="position:absolute; width:64px; height:55px; z-index:37; left: 628px; top: 396px; visibility: inherit"> <div align="center"> <a id="Link2" name=""> <img id="uImage02" src="../image/baloon.gif" width="278" height="430" class="Dynamic01"> </a> </div> </div> <div id="Layer21" class="ParentLayer" style="position:absolute; width:30px; height:30px; z-index:2; left: -2px; top: -6px; visibility: hidden"> <a id="Link21" name=""> <img id="uImage03" class="Dynamic01" src="../image/come-top.gif" width="800" height="180" border="0"> </a> </div> <div id="Layer23" class="ParentLayer" style="position:absolute; width:154px; height:112px; z-index:68; left: 192px; top: 335px"> <a id="Link23" onMouseOver="MM_timelinePlay('Timeline4')"> <img id="uImage04" src="../image/crown.gif" border="0" class="Dynamic01" width="139" height="203"> </a> </div> <div id="Layer24" style="position:absolute; width:30px; height:33px; z-index:33; left: 306px; top: 242px" class="ParentLayer"> <a id="Link24" name=""> <img id="uImage05" class="Fixed02" src="../image/come-frame2.gif" width="40" height="218" border="0"> </a> </div> <div id="Layer28" style="position:absolute; width:163px; height:9px; z-index:32; left: 306px; top: 212px" class="ParentLayer"> <a id="Link28" name=""> <img id="uImage06" class="Fixed02" src="../image/come-frame1.gif" width="465" height="35" border="0"> </a> </div> <div id="Layer26" class="ParentLayer" style="position:absolute; width:21px; height:18px; z-index:34; left: 726px; top: 245px"> <a id="Link26" name=""> <img id="uImage07" class="Fixed02" src="../image/come-frame4.gif" width="51" height="218" border="0"> </a> </div> <div id="Layer27" class="ParentLayer" style="position:absolute; width:19px; height:14px; z-index:35; left: 307px; top: 468px"> <a id="Link27" name=""> <img id="uImage08" class="Fixed02" src="../image/come-frame3.gif" width="465" height="34" border="0"> </a> </div> <div id="Layer25" class="ParentLayer" style="position:absolute; width:425px; height:254px; z-index:26; left: 327px; top: 230px; background-color: #183898; layer-background-color: #183898; border: 1px none #000000"> <p> </div> <div id="Layer30" class="ParentLayer" style="position:absolute; width:30px; height:30px; z-index:28; left: 327px; top: 228px"> <a id="Link30" onMouseOver="MM_timelinePlay('Timeline3')"> <img id="uImage09" class="ImageHolder" src="../image/come-photo.jpg" width="425" height="254" name="uImage09;425;254" border="0"> </a> </div> <div id="Layer5" style="position:absolute; left:66px; top:-63px; width:12px; height:8px; z-index:51; visibility: inherit" class="ParentLayer"> <a id="Link5" name=""> <img id="uImage10" src="../image/cat2.gif" width="132" height="108" border="0" class="Dynamic01"> </a> </div> <div id="gift" style="position:absolute; left:610px; top:192px; width:12px; height:16px; z-index:52; visibility: hidden" class="ParentLayer"> <a id="LinkGift" name=""> <img id="uImage11" src="../image/gift.gif" width="125" height="85" border="0" class="Dynamic01"> </a> </div> <div id="hat" style="position:absolute; left:329px; top:88px; width:13px; height:19px; z-index:55; visibility: inherit" class="ParentLayer"> <a id="LinkHat" name=""> <img id="uImage12" src="../image/hat.gif" width="107" height="143" border="0" class="Dynamic01"> </a> </div> <div id="dec4" style="position:absolute; left:729px; top:147px; width:13px; height:21px; z-index:57; visibility: hidden" class="ParentLayer"> <a id="LinkDec4" name=""> <img id="uImage13" src="../image/dec4.gif" width="74" height="92" border="0" class="Dynamic01"> </a> </div> <div id="dec3" style="position:absolute; left:609px; top:139px; width:26px; height:15px; z-index:59; visibility: hidden" class="ParentLayer"> <a id="LinkDec3" name=""> <img id="uImage14" src="../image/dec3.gif" width="41" height="60" border="0" class="Dynamic01"> </a> </div> <div id="toy" style="position:absolute; left:266px; top:233px; width:14px; height:30px; z-index:60; visibility: hidden" class="ParentLayer"> <a id="LinkToy" name=""> <img id="uImage15" src="../image/toy2.gif" width="156" height="123" border="0" class="Dynamic01"> </a> </div> <div id="VideoBorder" class="ParentLayer" style="visibility:hidden; position:absolute; width:30px; height:30px; z-index:69; left: 0px; top: 0px; border-width:5px;"> </div> <div id="VideoLayer" class="ParentLayer" style="position:absolute; width:30px; height:30px; z-index:67; left: 26px; top: 366px"> <a id="Link66" name=""> <img id="uVideo01" class="TextHolder01" dynsrc="../video/Party.avi" width="160" height="120" repeat="1" loop="-1"> </a> </div> <div id="dec2" style="position:absolute; width:36px; height:37px; z-index:60; left: 475px; top: 120px; visibility: hidden" class="ParentLayer"> <a id="LinkDec2" name=""> <img id="uImage16" src="../image/dec2.gif" width="47" height="82" class="Dynamic01"> </a> </div> <div id="dec1" style="position:absolute; width:40px; height:49px; z-index:6; left: 187px; top: 184px; visibility: hidden" class="ParentLayer"> <a id="LinkDec1" name=""> <img id="uImage17" src="../image/dec1.gif" width="118" height="100" class="Dynamic01"> </a> </div> <div id="Layer4" style="position:absolute; left:-2px; top:-5px; width:30px; height:30px; z-index:3; visibility: hidden"> <a id="Link4" name=""> <img id="uImage17" src="../image/come-top2.gif" width="800" height="180" class="Dynamic01"> </a> </div> <div id="Layer12" class="ParentLayer" style="position:absolute; width:460px; height:40px; z-index:65; left: 8px; top: 133px"> <div align="left"> <a id="Link12" name=""> <p id="uText01" class="TextHolder01">Come to My Party</p> </a> </div> </div> <div id="Layer13" class="ParentLayer" style="position:absolute; width:310px; height:21px; z-index:17; left: 375px; top: 540px"> <div align="center"> <a id="Link13" name="http://www.novadevelopment.com"> <p id="uLogo01" align="right" class="Fixed01"> </a> </div> </div> <div id="Layer7" class="ParentLayer" style="position:absolute; width:331px; height:16px; z-index:71; left: 7px; top: 198px"> <div align="center"> <a id="Link7" name=""> <p id="uText02" class="TextHolder02">Time: 3:00 PM until?? (Sleepover)</p> </a> </div> </div> <div id="Layer8" class="ParentLayer" style="position:absolute; width:332px; height:12px; z-index:72; left: 7px; top: 225px"> <div align="center"> <a id="Link8" name=""> <p id="uText04" class="TextHolder04">Place: 1234 Applegate Drive #64</p> </a> </div> </div> <div id="Layer9" class="ParentLayer" style="position:absolute; width:332px; height:20px; z-index:73; left: 7px; top: 252px"> <div align="center"> <a id="Link9" name=""> <p id="uText05" class="TextHolder05">Pizza and soft drinks will be provided.</p> </a> </div> </div> <div id="Layer10" class="ParentLayer" style="position:absolute; width:301px; height:20px; z-index:74; left: 6px; top: 305px"> <div align="center"> <a id="Link10" name=""> <p id="uText06" class="TextHolder06">Don't forget to bring your sleeping bag.</p> </a> </div> </div> </body> <script language="JavaScript" src="../../WebCard.js"> </script> </html>