// 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="position: absolute; right: 8px; top: 5px"><a href="javascript:;" onMouseover="moveup()" onMouseout="clearTimeout(moveupvar)"><img src="/themes/mc4u/img/scroll/up.gif" width=13" height="7" border="0"></a></div>')

document.write('<div style="position: absolute; right: 8px; top: 17px"> <a href="javascript:;" onMouseover="movedown()" onMouseout="clearTimeout(movedownvar)"><img src="/themes/mc4u/img/scroll/down.gif"  width=13" height="7" border=0></a></div>');
document.write('<div id="container" style="position:relative;margin-left:20px;width:730px;height:75px;overflow:hidden; clear: both; text-align: left;">')
document.write('<div id="contentscrol" style="position:absolute; top:0; left: 0;width:730px; font-site:12px;font-variant:normal;" >')

}

