function initClick()
		{ var strArray=new Array();
					showId=Math.floor(Math.random()*2);
                    tempStr=strArray[showId];
                    strArray[showId]=strArray[0];
                    strArray[0]=tempStr;
					
					strss='<table width="91%" align="right"  border=0 cellspacing=0 cellpadding=0>'
+'<tr><td>'
+'<div id="icefable1" style="width:226;">'
+'<table width="226" border=0 cellspacing=0 cellpadding=0>'
+'<tr><td width="206" height="21"><img src="imges/uu.gif" width="13" height="13"><font style="padding-left:11px;">分期付款，创业公司的首要选择</font></td><td width="20" rowspan="4"></td></tr>'
+'<tr><td height="20" style="background-image:url(imges/bg-1.gif); background-repeat:repeat-x;background-position: center;"></td></tr>'
+'<tr><td height="21"><img src="imges/uu.gif" width="13" height="13"><font style="padding-left:11px;">分期付款，服务好再付款！</font></td></tr>'
+'<tr><td height="20" style="background-image:url(imges/bg-1.gif); background-repeat:repeat-x;background-position: center;"></td></tr>'
+'</table>'
+'</div>'
+'<div id="icefable2" style="position:absolute;z-index:1;visibility:hidden"></div>'
+'</td></tr>'
+'</table>';
document.all("gundong").innerHTML =strss;
marqueesHeight=81;
stopscroll=false;
icefable1.scrollTop=0;

with(icefable1){
  style.width=0;
  style.height=marqueesHeight;
  style.overflowX="visible";
  style.overflowY="hidden";
  noWrap=true;
  onmouseover=new Function("stopscroll=true");
  onmouseout=new Function("stopscroll=false");
}

preTop=0; currentTop=0; stoptime=0;
init_srolltext();

			
		}
		
		
		
		function init_srolltext(){
  icefable2.innerHTML="";
  icefable2.innerHTML+=icefable1.innerHTML;
  icefable1.innerHTML=icefable2.innerHTML+icefable2.innerHTML;
  setInterval("scrollUp()",1);
}
function scrollUp(){
  if(stopscroll==true) return;
  currentTop+=1;
  if(currentTop==83)
  {
  	stoptime+=1;
  	currentTop-=1;
  	if(stoptime==200)
  	{
  		currentTop=0;
  		stoptime=0;
  	}
  }
  else {  	
	  preTop=icefable1.scrollTop;
	  icefable1.scrollTop+=1;
	  if(preTop==icefable1.scrollTop){
	    icefable1.scrollTop=icefable2.offsetHeight-marqueesHeight;
	    icefable1.scrollTop+=1;
	  }
  }

}

function changeClass(myvalue)
	{      
      for(var i=0;i <= document.all["mytitle"].length -1 ;i++)
	  {	      
	      if(myvalue == i)
		  {
		     document.all["oneconent"][i].className="visbile";			
		     if(myvalue !=4)
			 { 
			     ///
				 document.all["mytitle"][i].className="myone";
			 }
			 else
			 {
			     document.all["mytitle"][i].className="myotherthree";
			 }
		  }
		  else
		  {
		     document.all["oneconent"][i].className="hidden";			 
		     if(i==4)
			 {
			    document.all["mytitle"][i].className="mythree";
			 }
			 else
			 {
			    document.all["mytitle"][i].className="mytwo";
			 }
		  }
		  
		  //显示内容		  
		
	  }
	}
