document.writeln('<Div style="POSITION:absolute">');
document.writeln('<DIV id="PicFocus1" style="display: none"><a href="http://www.emz.com.cn/(jhfibovir3q12w55kemjnn3b)/book/web/html/work.aspx?BookID=26856"  target="_blank"><IMG src="/upData/GongGao/2010315121140535.jpg" width="202" height="170" border="0"></a></DIV>');document.writeln('<DIV id="PicFocus2" style="display: none"><a href="http://www.emz.com.cn/(jhfibovir3q12w55kemjnn3b)/book/web/html/work.aspx?BookID=26847"  target="_blank"><IMG src="/upData/GongGao/2010315121039968.jpg" width="202" height="170" border="0"></a></DIV>');document.writeln('<DIV id="PicFocus3" style="display: none"><a href="http://www.emz.com.cn/(s1434u45ae5hvo45wpe10xvi)/book/web/html/work.aspx?BookID=26840"  target="_blank"><IMG src="/upData/GongGao/20103915169891.jpg" width="202" height="170" border="0"></a></DIV>');document.writeln('<DIV id="PicFocus4" style="display: none"><a href="http://www.emz.com.cn/(s1434u45ae5hvo45wpe10xvi)/book/web/html/work.aspx?BookID=26835"  target="_blank"><IMG src="/upData/GongGao/201039151522337.jpg" width="202" height="170" border="0"></a></DIV>');	
document.writeln('	<DIV style="position:absolute;left:0px;top:155px; width:113px"> ');
document.writeln('		<table width="113" height="18" border="0" cellpadding="0" cellspacing="0"  background="images/num1.gif" id="PicMore">');
document.writeln('		<tr>');
document.writeln('		<td align="center" style="cursor:hand;" onClick="setPicFocus(1)"><span style="color:#FFFFFF; font-size:10px;">1</span></td>');
document.writeln('		<td align="center" style="cursor:hand;" onClick="setPicFocus(2)"><span style="color:#FFFFFF; font-size:10px;">2</span></td>');
document.writeln('		<td align="center" style="cursor:hand;" onClick="setPicFocus(3)"><span style="color:#FFFFFF; font-size:10px;">3</span></td>');
document.writeln('		<td align="center" style="cursor:hand;" onClick="setPicFocus(4)"><span style="color:#FFFFFF; font-size:10px;">4</span></td>');
document.writeln('		</tr>');
document.writeln('		</table>');
document.writeln('	</Div>');
document.writeln('</Div>');
var crPst , maxPst;
crPst=1;
maxPst=4;
function changePic()
{
	if (crPst>maxPst) crPst=1;
	setPicFocus(crPst);
	crPst++;
	setTimeout('changePic()',6000);
	
}
function setPicFocus(i)
{
 for (r=1;r<=maxPst;r++)
 {
 	document.getElementById("PicFocus"+r).style.display="none";
 }
 if (i>maxPst) i=1;
 document.getElementById("PicFocus"+i).style.display="block";
 document.getElementById("PicMore").style.background="url(http://www.emz.com.cn/images/num"+i+".gif)";
}
changePic();
