<!--
function CercaTesto(testo,motore) {
document.ricerca.dove.name = ""
document.ricerca.qs.name = ""
document.ricerca.special.name = ""

  if (motore == 0){
    alert("Selezionare un Motore di Ricerca");
    return false;
  }
	
  if (motore == 1){
	document.ricerca.qs.name = "q"
    document.ricerca.action = "http://it.altavista.com/cgi-bin/query?pg=q&sc=on&q=testo&kl=XX&what=it&search.x=35&search.y=10";
  }
  
  if (motore == 2) {
    document.ricerca.qs.name = "query"
    document.ricerca.action = "http://search-arianna.iol.it/abin/search?query=testo&startfrom=1&maxhits=10";
  }
  
  if (motore == 3) {
    document.ricerca.qs.name = "Keywords"
	document.ricerca.action = "http://www.godado.it/godado.pperl?sid=4300309833-974109450&Keywords=testo&p1=1&w1=0&Godado%21.x=10&Godado%21.y=11";
  }
  
  if (motore == 4) {
    document.ricerca.qs.name = "q"
    document.ricerca.action = "http://www.google.it/search?q=testo&restrict=italiano&btnG=Cerca+con+Google";
  }	
  
  if (motore == 5) {
    document.ricerca.qs.name = "qs"
    document.ricerca.action = "http://search.virgilio.it/search/cgi/search.cgi?db=v&ly=vs&vrs=0&qs=testo&op=and";
  }
  
    if (motore == 6) {
    document.ricerca.qs.name = "p"
    document.ricerca.action = "http://it.search.yahoo.com/search?p=testo";
  }
  
    if (motore == 7) {
    document.ricerca.qs.name = "q"
    document.ricerca.action = "http://search.msn.it/results.aspx?q=testo";
  }
  
    if (motore == 8) {
    document.ricerca.qs.name = "query"
    document.ricerca.action = "http://cerca.lycos.it/cgi-bin/pursuit?query=testo";
  }
    if (motore == 9) {
	document.ricerca.special.name = "q"
	document.ricerca.special.value = "site:www.arcadiaclub.com " + document.ricerca.qs.value 
    document.ricerca.action = "http://www.google.it/search?q=testo";
  }    
  return true;
}

function tempo() {
document.ricerca.oggi.value = " " + Date()
}

function ccaddbookmark() {

var bookmarkurl="http://www.arcadiaclub.com"
var bookmarktitle="-=[ ArcadiA Club ]=-"

	if (document.all)
	window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function apricheck() {
var C1
c1=0

while (true==true) {
c1++
if (document.getElementById("chk" + c1) == undefined) break

if (document.getElementById("chk" + c1).checked == true) {
window.open(document.getElementById("linku" + c1).href)
}
}
}

   //-->