<!--
//Script Author: James Gabel(james.gabel@usa.net).
//Date: 01-27-98
//Use all you want provided you leave in the comments.-->

<!-- Used by  http://www.startfaqe.com  *//2000 -->


function netsearch(formname) 

{
   var a1
   var a2
   var b1
   var b2
   var c1
   var c2
   var d1
   var d2
   var e1
   var e2
   var f1
   var f2
   var g1
   var g2
   var h1
   var h2
   var i1
   var i2
   var j1
   var j2
   var k1
   var k2
   
   var TEXT
   var noENGINE
   var haveTEXT

   TEXT=formname.TEXT.value;
   noEngine=true;
   haveTEXT=true;

   if (TEXT==" ")
     {
     alert("Julutemi qkruani ndonje text!")
     haveTEXT=false
     }

   //ALTAVISTA
   a1=formname.altavista.checked;
   a2="http://www.altavista.com/web/results?itag=ody&q="+TEXT+"&kgs=0&kls=0site:startfaqe.com"; 
     if (a1)
       {
       noEngine=false
       if (haveTEXT)
         {
         newWindow=window.open(a2, "av","toolbar,location,status,scrollbars,resizable=1")
         }
       }
   
   //EXCITE
   b1=formname.excite.checked;
   b2="http://msxml.excite.com/info.xcite/search/web/"+TEXT+"&site:startfaqe.com";  
     if (b1)
       {
       noEngine=false
       if (haveTEXT)
         {
         newWindow=window.open(b2, "e","toolbar,location,status,scrollbars,resizable=1")
         }
       }  

   //HOTBOT
   c1=formname.hotbot.checked;
  
c2="http://www.hotbot.lycos.com/default.asp?query="+TEXT+"&ps=&loc=searchbox&tab=web&provKey=Ask+Jeeves&prov=Ask+Jeeves&www.startfaqe.com";
     if (c1)
       {
       noEngine=false
       if (haveTEXT)
         {
         newWindow=window.open(c2, "h","toolbar,location,status,scrollbars,resizable=1")
         }
       }  
    
   //ASK
   d1=formname.ask.checked;
  
d2="http://web.ask.com/web?q="+TEXT+"&qsrc=1&o=0&site:www.startfaqe.com";
     if (d1)
       {
       noEngine=false
       if (haveTEXT)
         {
         newwindow=window.open(d2, "as", "toolbar,location,status,scrollbars,resizable=1")
         }
       }  
    
   //LYCOS
   e1=formname.lycos.checked;
  
e2="http://search.lycos.com/default.asp?loc=searchbox&tab=web&query="+TEXT+"&site:www.startfaqe.com";
     if (e1)
       {
       noEngine=false
       if (haveTEXT)
         {
         newWindow=window.open(e2, "l","toolbar,location,status,scrollbars,resizable=1")
         }
       }  

   //MSN
   f1=formname.msn.checked;
   f2="http://search.msn.com/results.aspx?q="+TEXT+"&site:startfaqe.com&FORM=QBRE";
     if (f1)
       {
       noEngine=false
       if (haveTEXT)
         {
         newWindow=window.open(f2, "m","toolbar,location,status,scrollbars,resizable=1")
         }
       }       

  //YAHOO
  g1=formname.yahoo.checked;
  g2="http://search.yahoo.com/bin/search?p="+TEXT;
    if (g1)
      {
      noEngine=false
      if (haveTEXT)
         {
         newWindow=window.open(g2, "y","toolbar,location,status,scrollbars,resizable=1")
         }
       } 
	   
   //ALEXA   
   h1=formname.alexa.checked;
   h2="http://www.alexa.com/search?amzn_id=startfaqe-20&q="+TEXT+"&p=TBChrome";
   if (h1)
	   {
	   noEngine=false
       if (haveTEXT)
	     {
		 newWindow=window.open(h2, "al","toolbar,location,status,scrollbars,resizable=1")
         }
	   }
	
	//GOGGLE   
   i1=formname.google.checked;
   i2="http://www.google.com/search?q="+TEXT+"&btnG=K%EBrkim+me+Google&hl=sq";
   if (i1)
	   {
	   noEngine=false
       if (haveTEXT)
	     {
		 newWindow=window.open(i2, "g","toolbar,location,status,scrollbars,resizable=1")
         }
	   }

    //ALLTHEWEB  
   j1=formname.alltheweb.checked;
     j2="http://www.alltheweb.com/search?cat=web&cs=utf-8&q="+TEXT+"&_sb_lang=sq&domains=www.startfaqe.com";
   if (j1)
	   {
	   noEngine=false
       if (haveTEXT)
	     {
		 newWindow=window.open(j2, "aw","toolbar,location,status,scrollbars,resizable=1")
         }
	   }
	   
	//startfaqe
   k1=formname.s.checked;
     k2="http://www.startfaqe.com/cgi_bin/default.asp?search="+TEXT+"&submit=K%EBrko+&mode=allwords"; 
     if (k1)
       {
       noEngine=false
       if (haveTEXT)
         {
         newWindow=window.open(k2, "s","toolbar,location,status,scrollbars,resizable=1")
         }
       }   
	   
	   
   //noENGINE
     if (noEngine)
       {
       alert("JULUTEMI ZGJIDHENI NJE MOTORR KERKUS? Please select a search engine!")
       }  

// END SCRIPT
 
}

//Done Hiding-->
