<!-- Hide from JavaScript-Impaired Browsers

number_of_sponsors=4

var sctr=0;
var halt=0;
var isn=new Array();
for (i=0;i<number_of_sponsors;i++){
 isn[i]=new Image();
}


isn[0].src="img/banner/01.gif";
isn[1].src="img/banner/wireless-ham.gif";
isn[2].src="img/banner/banner_is0xda.gif";
isn[3].src="../img/banner/is0ezz.gif";

var durl=new Array();
durl[0]="http://www.cqis0.it";
durl[1]="http://wireless.has.it/";
durl[2]="http://www.schibot.org/is0xda";
durl[3]="http://www.cqis0.it/ars/vela/";


/* This script is set to rotate every 10 seconds.
   (5000=5 seconds, so 30000 would equal 30, etc)
   You should change the number in the setTimeout()
   call below for the number of seconds you wish. */
function rotateIt(){
 if (halt!=1){
  sctr++;
  if (sctr>number_of_sponsors-1){
   sctr=0;
   }
  document.sponsor.src=isn[sctr].src;
  setTimeout("rotateIt()",10000);
  }
 }

/* This code will work just fine with or without
   frames.  However, if you are in frames and wish
   to replicate the TARGET="_top" call to remove
   frames, change the location.href call to:
    parent.location.href=durl[sctr];
   below. */
function doIt(){
 halt=1;
 parent.location.href=durl[sctr];
 }

function dispIt(){
 window.status=durl[sctr];
 }


function w(stringa) { document.write(stringa) }
function testata(){
	w("<TABLE cellSpacing=0 cellPadding=0 width=772 align=center border=0>")
	w("<TR>")
	w("<TD rowspan=2 width=56><img src=img/romboars.gif></TD>")
	w("<TD valign=top width=87><img src=img/ars.gif><br><img src=img/ars2.gif></TD>")
	w("<TD valign=top align=right width=629><A HREF='http://www.cqis0.it' onClick='doIt();return false' onMouseover='dispIt();return true;'><IMG SRC='img/banner/01.gif' HEIGHT=60  NAME='sponsor' BORDER=0>&nbsp;</TD>")
	w("</TR>")
	w("<TR>")
	w("<TD colspan=2 background=img/tram1.jpg height=56>&nbsp;</TD>")
	w("</TR>")
	w("<TR>")
	w("<TD colspan=3 background=img/tram2.jpg height=70 align=right valign=bottom><table><tr><td><!--<img src=/cgi-bin/counter.exe?link=homears&style=startrek>--></td><td class=visite>&nbsp;<!--PAGINE VISIONATE dal 17/11/2002-->&nbsp;</td></tr></table></TD>")
	w("</TR>")
	w("<TR>")
	w("<TD colspan=3 class=sfondomenu>")
	w("<TABLE cellSpacing=1 cellPadding=0 align=center border=0 bgcolor=ffffff width=100%>")
	w("<tr>")
	w("<td class=sfondomenu width=12% align=center><a href=/ars target=_top class=linkmenu>&nbsp;Home Page&nbsp;</a></td>")
	w("<td class=sfondomenu width=12% align=center><a href=info/chisiamo/index.htm target=corpo class=linkmenu>&nbsp;Chi siamo&nbsp;</a></td>")
	w("<td class=sfondomenu width=12% align=center><a href=info/dovesiamo/index.htm target=corpo class=linkmenu>&nbsp;Dove siamo&nbsp;</a></td>")
	w("<td class=sfondomenu width=12% align=center>&nbsp;</td>")
	w("<td class=sfondomenu width=12% align=center>&nbsp;</td>")
	w("<td class=sfondomenu width=12% align=center>&nbsp;</td>")
	w("<td class=sfondomenu width=12% align=center><a href=http://www.cqis0.it/ars/protetto/ target=_blank class=linkmenu2>Area riservata Soci</a></td>")
	w("<td class=sfondomenu width=12% align=center><a href=mailto:is0myn@inwind.it class=linkmenu>&nbsp;Contattaci&nbsp;</a></td>")
	w("</tr>")
	w("</table>")
	w("</TD>")
	w("</TR>")
	w("</TABLE>")
}

// End Hiding -->

