<script language="JavaScript1.2">
/*
Vertical Pausing News Scroller
Copyright David Miles (www.z3roadster.net/dreamweaver)
To add more shock to your site, visit www.DHTML Shock.com
*/
<!--
var scrollerwidth=162
var scrollerheight=130
var pausebetweenimages=5000
var vSlideContent=new Array()
vSlideContent[0]='<p>Horizontal Scrolling Layers</p><p>By David
Miles<br><a href="http://www.z3roadster.net/dreamweaver" target="_blank">www.z3roadster.net/dreamweaver</a></p><p>Damn,
this is snazzy.</p>'
vSlideContent[1]='<p>It sure is a good thing you decided to add more shock
to your site, by visiting <a href="http://www.dhtmlshock.com" target="_blank">DHTMLShock.com</a>.
We have the highest quality DHTML and JavaScripts around.</p><p>(Please
pardon our advertising propaganda.)</p>'
vSlideContent[2]='<p>3. Lorem ipsum dolor sit amet, consectetur adipscing
elit, sed diam nonnumy eiusmod tempor incidunt ut labore et dolore magna aliquam
erat volupat.</p><p>Et harumd dereud facilis est er expedit distinct.
Nam liber a tempor cum soluta nobis eligend optio comque nihil quod a impedit
anim id quod maxim placeat facer possim omnis es voluptas assumenda est, omnis
dolor repellend. Temporem autem quinsud et aur office debit aut tum rerum necesit
atib saepe eveniet ut er repudiand sint et molestia non este recusand.</p>'
vSlideContent[3]='4. still more text ...'
if (vSlideContent.length>1)
i=2
else
i=0
function locateObject(n, d) { //v3.0
var p,i,x;
if(!d) d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length)
{
d=parent.frames[n.substring(p+1)].document;
n=n.substring(0,p);
}
if(!(x=d[n])&&d.all) x=d.all[n];