// JavaScript Document
			 
/******************************************
* 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
******************************************/
var detect = navigator.userAgent.toLowerCase();
		
		var opera,moz,msie,w3c;
		var hiddencode;

function checkIt(string)
{
        place = detect.indexOf(string) + 1;
        thestring = string;
        return place;
}


iens6=document.all||document.getElementById
ns4=document.layers

//specify speed of scroll (greater=faster)
var speed=5

if (iens6){document.write('<div align="right" style="padding-top:5px; padding-right:10px;"><a href="javascript:;" onMouseover="moveup()" onMouseout="clearTimeout(moveupvar)"><span class="arrowUp">&nbsp;</span></a></div>')

document.write('<div align="right" style="padding-top:5px; padding-right:10px;"> <a href="javascript:;" onMouseover="movedown()" onMouseout="clearTimeout(movedownvar)"><span class="arrowDown">&nbsp;</span></a></div>');
document.write('<div id="container" style="position:relative;width:640px;height:90px;overflow:hidden">')
document.write('<div id="contentscrol" style="position:relative;width:640px;left:0;top:0; pading-left:10px;" align="left">')

}

