/******************************************
* Scrollable content script II- © Dynamic Drive (www.dynamicdrive.com)
* Visit http://www.dynamicdrive.com/ for full source code
* This notice must stay intact for use
******************************************/



iens6=document.all||document.getElementById
ns4=document.layers
//specify speed of scroll (greater=faster)

if(navigator.appName.indexOf("Netscape")>-1)
	var speed=7
		else
	var speed=5
				
	if (iens6){
		document.write('<div id="container" style="position:relative;width:620px;height:250px;overflow:hidden">')
		document.write('<div id="content" style="position:absolute;width:620px;left:0;top:0">')
		}
