mz=wennn.split("||");
var wennsz=mz.length-1
var ax = 1;document.write("<div id='ztmt' onmouseover=\"user_bylh_stop();\" onmouseout=\"user_bylh_start();\">"+mz[1]+"</div>");var user_bylh_timer= null;function user_bylh_start(){	user_bylh_timer = setTimeout("user_bylh_run()",5000);	return;}function user_bylh_run(){	ax++;	if(ax > wennsz) ax = 1;	document.getElementById("ztmt").innerHTML = mz[ax];	user_bylh_timer = setTimeout("user_bylh_run()",5000);    return;}function user_action_next(){	ax++;	if(ax > wennsz) ax = 1;	document.getElementById("ztmt").innerHTML = mz[ax];	user_bylh_stop();    return;}function user_action_last(){	ax--;	if(ax < 1) ax = wennsz;	document.getElementById("ztmt").innerHTML = mz[ax];	user_bylh_stop();    return;}function user_bylh_stop(){	if(user_bylh_timer!=null) clearTimeout(user_bylh_timer);	return;}user_bylh_start();
