document.write("<DIV id=flying0 style='DISPLAY: block; Z-INDEX: 100; POSITION: absolute; left: 6px; top: 147px'>");

if(ad_float_type!="swf")
	document.write("<a href='" + ad_float_url + "' target = '_blank'><img src='" + ad_float_src + "' WIDTH="+ad_float_width+" HEIGHT="+ad_float_height+"  border = 0></a>");
else
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+ad_float_width+'" height="'+ad_float_height+'">');
	document.write('   <param name="movie" value="' + ad_float_src + '">');
	document.write('   <param name=quality value=high>');
	document.write('   <param name=wmode value=transparent');
	document.write('   <embed src="' + ad_float_src + '" FlashVars="' + ad_float_url + '" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+ad_float_width+'" height="'+ad_float_height+'"></embed>');
	document.write('</object>');
}

//<a href="++http://www.xiaban.com/Customer/Reg/RegCard.aspx" target="_blank"><IMG src="http://www.xiaban.com/Main/JS/card.gif" WIDTH=150 HEIGHT=163 border=0></a></DIV>');
document.write('</DIV><DIV id=flying1 style="DISPLAY: block; Z-INDEX: 100; POSITION: absolute"></DIV>');
document.write('<DIV id=flying2 style="DISPLAY: block; Z-INDEX: 100; POSITION: absolute"></DIV>');
document.write('<DIV id=flying3 style="DISPLAY: block; Z-INDEX: 100; POSITION: absolute"></DIV>');
document.write('<DIV id=flying4 style="DISPLAY: block; Z-INDEX: 100; POSITION: absolute"></DIV>');
document.write('<SCRIPT> ');
document.write('var DivCount=3;');
document.write('var x=new Array(DivCount);');
document.write('var y=new Array(DivCount);');
document.write('var vx=new Array(DivCount);');
document.write('var vy=new Array(DivCount);');
document.write('var sx=new Array(DivCount);');
document.write('var sy=new Array(DivCount);');
document.write('var i,w,h;');

document.write('for (i=0;i<DivCount;i++)');
document.write('{');
document.write('x[i]=document.body.clientWidth*Math.random()+1-document.all["flying"+i].offsetWidth;');
document.write('y[i]=document.body.clientHeight*Math.random()+1-document.all["flying"+i].offsetHeight;');
document.write('vx[i]=Math.floor(9*Math.random()-5)+1;if(vx[i]==0)vx[i]=1;');
document.write('vy[i]=Math.floor(9*Math.random()-5)+1;if(vy[i]==0)vy[i]=1;');
document.write('sx[i]=Math.abs(vx[i]);');
document.write('sy[i]=Math.abs(vy[i]);');
document.write('}');
document.write('setTimeout("bounce()", 100);');
document.write('function bounce()');
document.write('{');
document.write('for(i=0;i<DivCount;i++){');
document.write('w=document.body.clientWidth-document.all["flying"+i].offsetWidth;');
document.write('h=document.body.clientHeight-document.all["flying"+i].offsetHeight;');
document.write('x[i]=x[i]+vx[i];');
document.write('if(x[i]>w){x[i]=w-1;vx[i]=-sx[i];}');
document.write('if(x[i]<0){x[i]=0;vx[i]=sx[i];}');
document.write('y[i]=y[i]+vy[i];');
document.write('if (y[i]>h){y[i]=h-1;vy[i]=-sy[i];}');
document.write('if (y[i]<0){y[i]=0;vy[i]=sy[i];}');
document.write('document.all["flying"+i].style.posLeft=x[i]+document.body.scrollLeft;');
document.write('document.all["flying"+i].style.posTop=y[i]+document.body.scrollTop;}');
document.write('setTimeout("bounce()",100);');
document.write('}');
document.write('</SCRIPT>');