»
EnglishFrenchVietnamese

Print - The Brutal Page-Cutter-Script - JavaScriptBank.com

Full version: jsB@nk » Text » The Brutal Page-Cutter-Script
URL: https://www.javascriptbank.com/the-brutal-page-cutter-script.html

The Brutal Page-Cutter-Script © JavaScriptBank.comDo you have a very, very boring HTML-page somewhere hidden inside your website? Lucky you! In that case this JavaScript is a great opportunity to shock your visitors. How? You will see! Very easy to configure. Made for IE4.x

Full version: jsB@nk » Text » The Brutal Page-Cutter-Script
URL: https://www.javascriptbank.com/the-brutal-page-cutter-script.html



CSS
<STYLE type=text/css>A {COLOR: #0000ff; FONT-FAMILY: Arial,Helvetica,sans-serif; FONT-WEIGHT: bold; TEXT-DECORATION: none}A:visited {COLOR: #0000ff; FONT-FAMILY: Arial,Helvetica,sans-serif; TEXT-DECORATION: none}A:hover {COLOR: #000088; FONT-FAMILY: Arial,Helvetica,sans-serif; TEXT-DECORATION: underline}</STYLE><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


JavaScript
<SCRIPT><!-- Beginning of JavaScript -// width and height of your naughty, naughty imagevar imgwidth=620var imgheight=500// number of slices the image is cutvar imgslices=8var step=5var vorzeichen=1var madeway=0var width_slice=Math.floor(imgwidth/imgslices)var cliptop=0var clipbottom=imgheightvar clipleft=0var clipright=width_slicevar x,yvar flag=0var boxvar message="<span style='width:600px;font-family:Verdana;font-size:9pt;color:000000'>The ancient part of The Old Burying Ground, set aside by the' first settlers of Southold on Long Island consists of one acre of level ground (the highest in the colony) laid out in sixteen neat rows running parallel from North to South and bordering the Main Road just west of the church.  <img src='../image/bong.gif' align=right>Here, in this peaceful setting, the echo from the past is to be felt most strongly. <a href='javascript:makeworm()'> Click here to run script .</a> Here a small group of sturdy, self-reliant God-fearing men left their imprint on American Life. Click here to kill this boooooring page.</a>Nine of the stones are raised, horizontal slabs or table stones, the resting place of some of the most prominent men of the first settlers, <img src='../image/bong.gif' align=left>including that of the Rev. John Youngs, organizer of the settlement in 1640.  he grave stones are for the most part either slate or brownstone covering a period from the second half of the 17th century through the 19th century. In many cases the family name is to be found in the same row side by side. There are many vacant spaces, clearly indicating a grave, but with no marker. in all probability time has destroyed the stone, for none had any footing.  The slate stones are the more interesting, for on them is a certain degree of artistry. Slate and brownstone were commonly used in early New England burying grounds and it is most likely that the stones in Southold came from the same source, and were even cut and finished there. From the varying degree of workmanship and wide range of spell.ina, there is evidence that more than one stonecutter was at work here. It is said that some of these markers came to America as ballast in sailing ships from England. There are few stones of the first settlers still standing, and according to Dr. Whitaker's History of Southold, all the women of that generation are in unmarked graves. There are, however, some very early marked stones of Mary Youngs, Eliz. Youngs and Mary Pain; also a comparatively new stone is there dated 1658 in memory of Helena Underhill, wife of Capt. John Underhill. The epitaphs are not too numerous, and these are for the most part similar to many found in other old burying grounds in New England, with the exception of the table stones.</span>"if (document.layers) {var left_pos=".left=";var top_pos=".top=";var doc="document.";var stl="";}if (document.all) {var left_pos=".pixelLeft=";var top_pos=".pixelTop=";var doc="";var stl=".style";}function handlerMM(e){x = (document.layers) ? e.pageX : event.clientXy = (document.layers) ? e.pageY : event.clientYflag=1}if (document.layers){document.captureEvents(Event.MOUSEMOVE);}document.onmousemove = handlerMM;var xpos=new Array()for (i=0;i<=imgslices;i++) {xpos[i]=-50}var ypos=new Array()for (i=0;i<=imgslices;i++) {ypos[i]=-50}function makeworm() {if (document.all && madeway<=500) {for (i=0; i<imgslices; i++) {    var thisspan = eval("document.all.span"+(i)+".style")thisspan.posTop+=(step*vorzeichen)vorzeichen=vorzeichen*-1    }madeway=madeway+stepvar timer=setTimeout("makeworm()",20)}else {clearTimeout(timer)}}function runit(){document.write('<body bgcolor=#FFFFFF>')for (i=0;i<=imgslices-1;i++) {    document.write("<span id='span"+i+"' style='position:absolute;visibility:visible; clip: rect("+cliptop+"px "+clipright+"px "+clipbottom+"px "+clipleft+"px)'>")document.write(message)    document.write("</span>")clipleft+=width_sliceclipright+=width_slice}}// - End of JavaScript - --></SCRIPT><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<script>runit();</script><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->