var FirstForm;
var freemail;
var freeveb;

function StartSearch(){
	if (document.InputForm.SearchSelect.selectedIndex == 0) {
    	document.ayahoo.elements[0].value=document.InputForm.SearchWords.value;
	    document.ayahoo.submit();
	}
	if (document.InputForm.SearchSelect.selectedIndex == 1) {
    	document.aaltavista.elements[0].value=document.InputForm.SearchWords.value;
	    document.aaltavista.submit();
	}
	if (document.InputForm.SearchSelect.selectedIndex == 2) {
    	document.aexcite.elements[0].value=document.InputForm.SearchWords.value;
	    document.aexcite.submit();
	}
	if (document.InputForm.SearchSelect.selectedIndex == 3) {
    	document.alycos.elements[0].value=document.InputForm.SearchWords.value;
	    document.alycos.submit();
	}
	if (document.InputForm.SearchSelect.selectedIndex == 4) {
    	document.aorigo.elements[0].value=document.InputForm.SearchWords.value;
	    document.aorigo.submit();
	}
}


function show5(){
 if (!document.layers&&!document.all)
 return
 var Digital=new Date()
 var hours=Digital.getHours()
 var minutes=Digital.getMinutes()
 var seconds=Digital.getSeconds()
  if (hours>12){
 dn="PM"
 hours=hours-12
 }
 if (hours==0)
 hours=12
 if (minutes<=9)
 minutes="0"+minutes
 if (seconds<=9)
 seconds="0"+seconds
//change font size here to your desire
myclock="<b>"+hours+":"+minutes + ":"+seconds+"</b>"
if (document.layers){
document.layers.liveclock.document.write(myclock)
document.layers.liveclock.document.close()
}

else if (document.all)
liveclock.innerHTML=myclock
setTimeout("show5()",1000)
}

