var hellotext="X-MaD 0-)"
var thetext=""
var started=false
var step=0
var times=1

//Antilamer()
startanim()

//Anti lamer
//function Antilamer() {
//	if (parent.frames.length <= 1) {
//		//window.open('/x-mad/',target='_top');
//		alert("This is no a top page! - Top page is www.zolnetwork.com/x-mad/");
//	}
//}
//

function PopUP(URL,Altezza,Larghezza)
{
	window.open(URL, target="_blank","scrollbars=yes,height=" + Altezza +",width=" + Larghezza + ",left=" + ((screen.width  / 2) - (Larghezza / 2)) + ",top=" + ((screen.height / 2) - (Altezza / 2)));
}


//Animazione
function startanim() {
	  times--
      if (times==0)
      { 
        if (started==false)
        {
          started = true;
          window.status = hellotext;
          setTimeout("anim()",1); 
        }
        thetext = hellotext;
      }
}

function anim()
{
      step++
      if (step==19) {step=1}
      if (step==1)  {window.status='.'+thetext+'..........'}
      if (step==2)  {window.status='..'+thetext+'.........'}
      if (step==3)  {window.status='...'+thetext+'........'}
      if (step==4)  {window.status='....'+thetext+'.......'}
      if (step==5)  {window.status='.....'+thetext+'......'}
      if (step==6)  {window.status='......'+thetext+'.....'}
      if (step==7)  {window.status='.......'+thetext+'....'}
      if (step==8)  {window.status='........'+thetext+'...'}
      if (step==9)  {window.status='.........'+thetext+'..'}
      if (step==10) {window.status='..........'+thetext+'.'}
      if (step==11) {window.status='.........'+thetext+'..'}
      if (step==12) {window.status='........'+thetext+'...'}
      if (step==13) {window.status='.......'+thetext+'....'}
      if (step==14) {window.status='......'+thetext+'.....'}
      if (step==15) {window.status='.....'+thetext+'......'}
      if (step==16) {window.status='....'+thetext+'.......'}
      if (step==17) {window.status='...'+thetext+'........'}
      if (step==18) {window.status='..'+thetext+'.........'}
      if (step==19) {window.status='.'+thetext+'..........'}
      setTimeout("anim()",200);
}