var oldTop_887888, newTop_887888, Timer_887888, tmp_887888 = 0, maxwidth_887888;
var top_max, top_min;

function newsdefil_887888(){
	 var img_newsdefil_887888 = window.document.getElementById('img_newsdefil_887888');
	 if (img_newsdefil_887888 != null){
		 if (tmp_887888 == 0){
			 top_max = 200;
			 top_min = 0;
			 window.document.getElementById('defilbox_887888').style.top=top_max + 'px';
			 window.document.getElementById('defilbox_887888').style.visibility='visible';
			 maxwidth_887888 = img_newsdefil_887888.offsetTop;
			 maxwidth_887888 += top_max;
			 tmp_887888 = 1;
		 }
		 else{
			 maxwidth_887888 -= 2;
		 }
		 oldTop_887888 = window.document.getElementById('defilbox_887888').style.top;
		 pos = oldTop_887888.indexOf('p');
		 if (pos > 0)	{ oldTop_887888 = oldTop_887888.substring(0,pos)*1;}
		 else		{ oldTop_887888 = top_min;}
		 newTop_887888 = newTop_887888 * 1;
		 newTop_887888 = oldTop_887888 - 2;
		 if (maxwidth_887888 < top_min)	{newTop_887888 = top_max; tmp_887888 = 0; window.document.getElementById('defilbox_887888').style.visibility='hidden'}
		 window.document.getElementById('defilbox_887888').style.top = newTop_887888 + "px";
	 }
	 Timer_887888 = setTimeout("newsdefil_887888()", 100)
}

window.document.onload = newsdefil_887888();


