<!-- ============ MARQUEE SCRIPT STARTS ============== -->

/*
Cross browser Marquee II- © Dynamic Drive (www.dynamicdrive.com)
For full source code, 100's more DHTML scripts, and TOS, visit http://www.dynamicdrive.com
Credit MUST stay intact
*/
//Specify the marquee's width (in pixels)
var marqueewidth="300px"
//Specify the marquee's height
var marqueeheight="150px"
//Specify the marquee's marquee speed (larger is faster 1-10)
var marqueespeed=1
//Pause marquee onMousever (0=no. 1=yes)?
var pauseit=1

//Specify the marquee's content
//Keep all content on ONE line, and backslash any single quotations (ie: that\'s great):

var marqueecontent='<font face="Verdana" size="1">WELCOME VISITORS!<br> <img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp;</font> <p><font face="Verdana" size="1">Please select from the following sections by clicking on the horizontal Menu Directory at the top of our page...<br> <img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp;</p> <p><a href="http://www.webwiser.com/about/index.html" target="_top">ABOUT US:<br> </a> <img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp; <ul> <li>WebWiser Inc., our company.</li> <li>Why Hire a Web Designer</li> <li>Portfolio</li> <li>Testimonial Kudos<br> <img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp;</li> </ul> <p><a href="http://www.webwiser.com/designing/index.html" target="_top">DESIGN:<br> </a><img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp; <ul> <li>WebWiser Inc.  Services.</li> <li>Customized Web Layouts &amp; Templates.</li> <li>Design, Development, and Maintenance.</li> <li>Unique Specially-Made Graphics.</li> <li>Free Web Graphics to use.</li> <li>Online Form to Request Quotation.<br> <img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp;</li> </ul> <p><a href="http://www.webwiser.com/steps/index.html" target="_top">THE STEPS:<br> </a><img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp; <ul> <li>The Steps to know before proceeding...</li> <li>How-to Section for New designers.</li> <li>Quick Links for Experienced web site owners.</li> <li>Domain registrations.</li> <li>Web Hosting recommendations.</li> <li>Marketing and Search Engines.<br> <img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp;</li> </ul> New updates added frequently.<br> <img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp; <p><a href="http://www.webwiser.com/links/index.html" target="_top">LINKS:</a>&nbsp;<br> <img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp; <ul> <li>Add Your Web Site Form.</li> <li>Report Broken Links.</li> <li>Link to WebWiser.com with<br> Instructions and Banner Graphics&nbsp;<br> <img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp;</li> </ul> <p>Shopping Section of Web Site Links:&nbsp;<br> <img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp;<img border="0" src="../images/spacer10x10.gif" width="10" height="10">&nbsp;</p> <ul> <li>Art</li> <li>Books</li> <li>Business</li> <li>Computing</li> <li>Design</li> <li>Electronics</li> <li>Finance</li> <li>Gifts</li> <li>Images</li> <li>Office</li> <li>Reference</li> <li>Software</li> <li>and Retail Shopping Specials!<br> <img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp;</li> </ul> <p><a href="http://www.webwiser.com/contact.htm" target="_top">CONTACT:</a>&nbsp;<br> <img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp; <ul> <li>WebWiser Inc.  Contact Information.</li> <li>General Online Form to Email us.</li> <li><a href="../subscribe/index.html">Subscribe to our Seasonal Newsletter</a>.<br> <img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp;</li> </ul> <p><a href="http://www.webwiser.com/help/index.html" target="_top">HELP:</a>&nbsp;<br> <img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp; <ul> <li>F.A.Q.</li> <li>Site Map of our main pages.<br> <img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp;</li> </ul> <p>CLIENTS<p>Please go to the Client Only section and log-in to your password-protected directory for other information.<br> <img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp;<br> Thank you for visiting WebWiser Inc.<br> <img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp;<br> If you find our information useful, please recommend us to others.<br> <img border="0" src="../images/spacer10x10.gif" width="10" height="10"> &nbsp;<br> If you have a web site please consider linking to us by <a href="http://www.WebWiser.com/links/index.html" target="_top"> clicking here</a>. <img border="0" src="../images/spacer10x10.gif" width="10" height="10"> '

////NO NEED TO EDIT BELOW THIS LINE////////////

marqueespeed=(document.all)? marqueespeed : Math.max(1, marqueespeed-1) //slow speed down by 1 for NS
var copyspeed=marqueespeed
var pausespeed=(pauseit==0)? copyspeed: 0
var iedom=document.all||document.getElementById
var actualheight=''
var cross_marquee, ns_marquee

function populate(){
if (iedom){
cross_marquee=document.getElementById? document.getElementById("iemarquee") : document.all.iemarquee
cross_marquee.style.top=parseInt(marqueeheight)+8+"px"
cross_marquee.innerHTML=marqueecontent
actualheight=cross_marquee.offsetHeight
}
else if (document.layers){
ns_marquee=document.ns_marquee.document.ns_marquee2
ns_marquee.top=parseInt(marqueeheight)+8
ns_marquee.document.write(marqueecontent)
ns_marquee.document.close()
actualheight=ns_marquee.document.height
}
lefttime=setInterval("scrollmarquee()",20)
}
window.onload=populate

function scrollmarquee(){

if (iedom){
if (parseInt(cross_marquee.style.top)>(actualheight*(-1)+8))
cross_marquee.style.top=parseInt(cross_marquee.style.top)-copyspeed+"px"
else
cross_marquee.style.top=parseInt(marqueeheight)+8+"px"
}
else if (document.layers){
if (ns_marquee.top>(actualheight*(-1)+8))
ns_marquee.top-=copyspeed
else
ns_marquee.top=parseInt(marqueeheight)+8
}
}

if (iedom||document.layers){
with (document){
if (iedom){
write('<div style="position:relative;width:'+marqueewidth+';height:'+marqueeheight+';overflow:hidden" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed">')
write('<div id="iemarquee" style="position:absolute;left:0px;top:0px;width:100%;">')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+marqueewidth+' height='+marqueeheight+' name="ns_marquee">')
write('<layer name="ns_marquee2" width='+marqueewidth+' height='+marqueeheight+' left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed"></layer>')
write('</ilayer>')
}
}
}

<!-- ============ MARQUEE SCRIPT ENDS ============== -->
