home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>Turkey World News</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> IMG { position:relative; } .TextHolder01{ cursor:hand; position:relative; font-family:"Arial", "Helvetica", "sans-serif"; font-size:22pt; font-weight:bold; text-align:center; color:#FFFF00; } .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: #003399; 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:10pt; font-weight:bold; color:#000000; ; font-style: italic} .SoundClip { cursor:hand; position:relative; } </style> <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_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_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_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(1); 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 = 28; 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["Layer8"]; else document.MM_Time[0][1].obj = document.all ? document.all["Layer8"] : null; document.MM_Time[0][1].keyFrames = new Array(1, 16, 27, 28); document.MM_Time[0][1].values = new Array(5); document.MM_Time[0][1].values[0] = new Array(459,460,462,463,464,466,467,468,470,471,472,474,475,476,478,479,477,475,473,471,469,467,465,463,462,460,459,460); document.MM_Time[0][1].values[0].prop = "left"; document.MM_Time[0][1].values[1] = new Array(102,102,102,103,103,103,103,103,104,104,104,104,104,105,105,105,105,104,104,104,103,103,103,103,102,102,102,102); 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][1].values[2] = new Array(90,86,83,79,76,73,69,66,62,59,56,52,49,45,42,39,35,32,29,25,22,19,16,12,9,6,3,0); document.MM_Time[0][1].values[2].prop = "width"; if (!ns) document.MM_Time[0][1].values[2].prop2 = "style"; document.MM_Time[0][1].values[3] = new Array(47,45,43,41,39,38,36,34,32,30,29,27,25,23,21,20,18,16,14,13,11,9,7,6,4,2,1,0); document.MM_Time[0][1].values[3].prop = "height"; if (!ns) document.MM_Time[0][1].values[3].prop2 = "style"; document.MM_Time[0][1].values[4] = new Array("25","25","25","25"); document.MM_Time[0][1].values[4].prop = "zIndex"; if (!ns) document.MM_Time[0][1].values[4].prop2 = "style"; document.MM_Time[0].lastFrame = 28; 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/Just Hopping Around.mid" repeat="1" loop="-1"> <body onLoad="MM_timelinePlay('Timeline1');MM_preloadImages('../image/aplsdw-1.gif','#967539811420')" background="../image/whtspt-1.gif" bgcolor="#FDC900"> <div id="Layer9" style="position:absolute; left:73px; top:99px; width:226px; height:167px; z-index:17" class="ParentLayer"> <a id="Link9" name=""> <img id="uImage01" src="../image/cmera-1.jpg" width="327" height="215" class="ImageHolder" name="uImage01;327;215"> </a> </div> <div id="Layer1" style="position:absolute; left:0; top:0; width:135px; height:162px; z-index:9"> <a id="Link1" name=""> <img id="uImage02" src="../image/scrmtv-1.gif" width="536" height="394" class="Fixed02"> </a> </div> <div id="Layer10" style="position:absolute; left:35px; top:6px; width:412px; height:88px; z-index:27" class="ParentLayer"> <a id="Link10" name=""> <p id="uText02" align="center" class="TextHolder02">"As usual for this time of year, thousands of turkeys have been reported missing!"</p> </a> </div> <div id="Layer3" style="position:absolute; left:65px; top:314px; width:356px; height:52px; z-index:28" class="ParentLayer"> <a id="Link3" name=""> <p id="uText01" align="left" class="TextHolder01">Turkey World News</p> </a> </div> <div id="Layer5" style="position:absolute; left:517px; top:398px; width:240px; height:35px; z-index:21" class="WebPageTitle"> <a id="Link5" name="http://www.novadevelopment.com"> <p id="uLogo01" align="right" class="Fixed01"> </a> </div> <div id="Layer2" style="position:absolute; left:317px; top:82px; width:233px; height:232px; z-index:19"> <a id="Link2" name=""> <img id="uImage03" src="../image/stptrk-1.gif" width="442" height="330" class="Fixed02"> </a> </div> <div id="Layer4" style="position:absolute; left:442px; top:117px; width:66px; height:64px; z-index:24"> <a id="Link4" name=""> <img id="uImage04" src="../image/rgtarw-1.gif" width="94" height="53" class="Dynamic01"> </a> </div> <div id="Layer6" style="position:absolute; left:476px; top:9px; width:115px; height:126px; z-index:18"> <a id="Link6" name="" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('document.layers[\'Layer6\'].document.Image1','document.Image1','../image/aplsdw-1.gif','#967539811420')"> <img id="uImage06" src="../image/crzysd-1.gif" width="151" height="202" border="0" name="Image1" class="Dynamic01"> </a> </div> <div id="Layer7" style="position:absolute; left:591px; top:8px; width:133px; height:110px; z-index:16"> <a id="Link7" name=""> <img id="uImage07" src="../image/wrldtv-1.gif" width="168" height="166" class="Fixed02"> </a> </div> <div id="Layer8" style="position:absolute; left:459px; top:102px; width:90px; height:47px; z-index:25"> <a id="Link8" name=""> <img id="uImage05" src="../image/2spts-1.gif" width="86" height="30" class="Fixed02"> </a> </div> </body> <script language="JavaScript" src="../../WebCard.js"> </script> </html>