// 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 style="padding-top:5px; padding-right:10px; text-align: right;"><a href="#" onMouseover="moveup()" onMouseout="clearTimeout(moveupvar)"><img src="/images/up.gif" width=13" height="7" border="0"></a></div>')

document.write('<div style="padding-top:5px; padding-right:10px; text-align: right;"> <a href="#" onMouseover="movedown()" onMouseout="clearTimeout(movedownvar)"><img src="/images/down.gif"  width=13" height="7" border=0></a></div>');
document.write('<div id="container" style="width:560px;height:130px;overflow:hidden; clear: both; text-align: left;">')
document.write('<div id="contentscrol" style="position:relative; width:560px; left:0; top:0; font-site:12px;font-variant:normal;" >')

}
