var estado = 0;
function clickk()
{	
	if(estado==0)
	{
		document.getElementById('click').style.color = '#fff';
		estado = 1;
	}else
	{
		document.getElementById('click').style.color = '#990000';
		estado = 0;
	}
setTimeout("clickk()",300);
}


/*var speed = 50 
var pause = 1500
var timerID = null
var bannerRunning = false
var ar = new Array()
ar[0] = ">>>> Wushu Long Hu Quan <<<<"
ar[1] = " ejemplo de texto 1 ....."
ar[2] = "..... ejemplo de texto 2 ....."

var currentMessage = 0
var offset = 0
function stopBanner() {
if (bannerRunning)
clearTimeout(timerID)
bannerRunning = false
}
function startBanner() {
stopBanner()
showBanner()
}
function showBanner() {
var text = ar[currentMessage]
if (offset < text.length) {
if (text.charAt(offset) == " ")
offset++ 
var partialMessage = text.substring(0, offset + 1) 
window.status = partialMessage
document.title = partialMessage
offset++ // IE sometimes has trouble with "++offset"
timerID = setTimeout("showBanner()", speed)
bannerRunning = true
} else {
offset = 0
currentMessage++
if (currentMessage == ar.length)
currentMessage = 0
timerID = setTimeout("showBanner()", pause)
bannerRunning = true
}
}
startBanner();*/




var cuenta=0;
var texto="* * * A R G E N T I N A   L O N G H U Q U A N    W U S H U   &   T A I C H I      -   www.WUSHULONGHUQUAN.com.ar * * *   ";
function scrolltexto () 
{
	window.status=texto.substring (cuenta,texto.length) +  texto.substring(0,cuenta);
 
 	if (cuenta < texto.length)
	{ 
		cuenta ++;
	}
	else
	{
 		cuenta=0;
 	}
 	
	setTimeout("scrolltexto()",150);
}

scrolltexto ();
 
 
var txt="                            ***ARGENTINA          LONGHUQUAN          WUSHU          &          TAICHI           -          www.WUSHULONGHUQUAN.com.ar          ***          ";
var espera=100;
var refresco=null;
function rotulo_title() 
{
	document.title=txt;
    txt=txt.substring(1,txt.length)+txt.charAt(0);
    refresco=setTimeout("rotulo_title()",espera);
}
rotulo_title();
 
 
 
/* relojdhtml.js compiled from X 4.0 with XC 0.27b. Distributed by GNU LGPL. For copyrights, license, documentation and more visit Cross-Browser.com */
var xOp7Up,xOp6Dn,xIE4Up,xIE4,xIE5,xNN4,xUA=navigator.userAgent.toLowerCase();if(window.opera){var i=xUA.indexOf('opera');if(i!=-1){var v=parseInt(xUA.charAt(i+6));xOp7Up=v>=7;xOp6Dn=v<7;}}else if(navigator.vendor!='KDE' && document.all && xUA.indexOf('msie')!=-1){xIE4Up=parseFloat(navigator.appVersion)>=4;xIE4=xUA.indexOf('msie 4')!=-1;xIE5=xUA.indexOf('msie 5')!=-1;}else if(document.layers){xNN4=true;}xMac=xUA.indexOf('mac')!=-1;function xGetElementById(e){if(typeof(e)!='string') return e;if(document.getElementById) e=document.getElementById(e);else if(document.all) e=document.all[e];else e=null;return e;}function xInnerHtml(e,h){if(!(e=xGetElementById(e)) || !xStr(e.innerHTML)) return null;var s = e.innerHTML;if (xStr(h)) {e.innerHTML = h;}return s;}function xStr(s){for(var i=0; i<arguments.length; ++i){if(typeof(arguments[i])!='string') return false;}return true;}
