document.open();document.writeln('<embed src="http://style4.info/eq/earthquake_p.swf" quality="high" bgcolor="#000000" width="160" height="275" name="earthquake_p" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');document.close();var eqflg = 1;function IsGecko(){    if(navigator){        if(navigator.userAgent){            if(navigator.userAgent.indexOf("Gecko/") != -1){                return true;            }        }    }    return false;}function eqw() {  if(x[cnt] != 0) moveBy(x[cnt],y[cnt]);  cnt++;  if(cnt < x.length) setTimeout("eqw()",itv);  else cnt = 0;}function earthquakew() {	itv = 100;	cnt = 0;	x = new Array( 6,-10,  4,-8, 10, -2, 8, -4,  2,-6,0);	y = new Array(-10,  4,-8, 6,-6, 8, -2, 10, -4,  2,0);	eqw();}function eqi(){	for(i=0;i<L;i++){		S=T[i].style;		S.position='relative';		S.left=Math.round(Math.random()*10-4)+'px';		S.top=Math.round(Math.random()*10-4)+'px'	}	if(eqflg == 1)setTimeout('eqi()',100);	else eqflg =1;}function earthquake() {	T=new Array();	//IsGecko();	//N='a|img|b|strong|i|small|big|span|font|q|s|u|strike|blink|acronym|em|sup|sub|cite|label|h1|h2|h3|object|body'.split('|');	if(IsGecko())N='a|img|b|strong|i|small|big|span|font|q|s|u|strike|blink|acronym|em|sup|sub|cite|label|h1|h2|h3'.split('|');	else N='a|img|b|strong|i|small|big|span|font|q|s|u|strike|blink|acronym|em|sup|sub|cite|label|h1|h2|h3|object|body'.split('|');	for(i=0;i<N.length;i++)for(E=document.getElementsByTagName(N[i]),j=0;j<E.length;j++)T.push(E[j]);	L=T.length;	eqi();	void(0);}function earthquakestop() {	eqflg = 0;}