<!--
function bookmark(url,title){
  if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
  window.external.AddFavorite(url,title);
  } else if (navigator.appName == "Netscape") {
    window.sidebar.addPanel(title,url,"");
  } else {
    alert("Press CTRL-D (Netscape) or CTRL-T (Opera) to bookmark");
  }
}

Yahoo = "http://search.yahoo.com/bin/search?p=";
Alta = "http://www.altavista.com/cgi-bin/query?pg=q&what=web&fmt=&q=";
Dictionary = "http://dictionary.reference.com/search?q=";
Lycos = "http://search.lycos.com/?npl=&query=";
Webcrawler = "http://dpxml.webcrawler.com/info.wbcrwl/search/web/";
Everything2 = "http://www.everything2.com/index.pl?node=";
Freshmeat = "http://freshmeat.net/search/?q=";
Google = "http://www.google.com/search?q=";
IXQuick = "http://us.ixquick.com/do/metasearch.pl?cat=web&cmd=process_search&language=english&ff=&query=";
Pandia = "http://search.curryguide.com/execute/search/nph-web.cgi?query=";
Mamma = "http://www.mamma.com/Mamma?p1=1&timeout=4&qtype=0&query=";
Ask = "http://www.ask.com/web?q=";
Excite = "http://msxml.excite.com/info.xcite/search/web/";
DMOZ = "http://search.dmoz.org/cgi-bin/search?search=";
About = "http://search.about.com/fullsearch.htm?terms=";
var got=0;
var url = "";
var plus="";
var mag="";
function search4(item){
stringPlus();
resultsWindow=window.open();
resultsWindow.document.open();
resultsWindow.document.write("<head><title>Close this window "
+ "to return to Search Page</title></head>"
+ "<FRAMESET ROWS=50%,50%><FRAMESET COLS=50%,50%>"
+ "<FRAME NAME='frame0' SRC='" + computeFrameSrc(0) + "'>"
+ "<FRAME NAME='frame1' SRC='" + computeFrameSrc(1) + "'>"
+ "</FRAMESET><FRAMESET COLS=50%,50%><FRAME NAME='frame2' "
+ "SRC='" + computeFrameSrc(2) + "'><FRAME NAME='frame3' "
+ "SRC='" + computeFrameSrc(3) + "'></FRAMESET></FRAMESET>");
resultsWindow.document.close();
got = 0;
}
function search2(item){
stringPlus();
resultsWindow=window.open();
resultsWindow.document.open();
resultsWindow.document.write("<head><title>Close this window "
+ "to return to Total search</title></head><FRAMESET ROWS=50%,50%>"
+ "<FRAME NAME='frame0' SRC='" + computeFrameSrc(0) + "'><FRAME "
+ "NAME='frame1' SRC='" + computeFrameSrc(1) + "'></FRAMESET>");
resultsWindow.document.close();
got = 0;
}
function stringPlus() {
for (var j=0; j < window.document.choose4.text.value.length; j++) {
if (window.document.choose4.text.value.charAt(j) == " ")
mag += "+";
else mag += window.document.choose4.text.value.charAt(j);}
}
function numChecked(item) {
plus = escape(item.text.value);
var h=0;
num=0;
for (var l=0; l < item.check1.length; l++) {
if (item.check1[l].checked) {
h++;
if (h++ <= 4){
if (l == "0"){
num = 1;}
else if (l == "1") num = 2;
else if (l == "2") num = 3;
else if (l == "3") num = 4;
else if (l == "4") num = 5;
else if (l == "5") num = 6;
else if (l == "6") num = 7;
else if (l == "7") num = 8;
else if (l == "8") num = 9;
else if (l == "9") num = 10;
else if (l == "10") num = 11;
else if (l == "11") num = 12;
else if (l == "12") num = 13;
else if (l == "13") num = 14;
else if (l == "14") num = 15;
      }
   }
}
if (h == 2)
Results(num-1);
else if (h == 4)
search2(item);
else
search4(item);
}
function computeFrameSrc(num) {
var k=-1;
for (var j=got; j < document.choose4.check1.length; j++) {
if (document.choose4.check1[j].checked){
k++;
if (k++ <= num){
if (j == "0"){
url = Yahoo + plus;
got = 1;}
else if (j == "1"){
url = DMOZ + plus;
got = 2;}
else if (j == "2"){
url = About + plus;
got = 3;}
else if (j == "3"){
url = Alta + plus + "&mode=and";
got = 4;}
else if (j == "4"){
url = Dictionary + plus;
got = 5;}
else if (j == "5"){
url = Lycos + plus + "&backlink=217&maxhits=25";
got = 6;}
else if (j == "6"){
url = Excite + plus + "&category=default&mode=relevance&showqbe=1&display=html3,hb";
got = 7;}
else if (j == "7"){
url = Webcrawler + plus + "&maxHits=25";
got = 8;}
else if (j == "8"){
url = Everything2 + plus;
got = 9;}
else if (j == "9"){
url = Freshmeat + plus;
got = 10;}
else if (j == "10"){
url = Google + plus;
got = 11;}
else if (j == "11"){
url = IXQuick + plus;
got = 12;}
else if (j == "12"){
url = Pandia + plus + "&x=0&y=0&ac=pandia&adbg=ffffff&intprom=s&where=&lang=&match=&sum=n%3An&pp=16&sd=";
got = 13;}
else if (j == "13"){
url = Mamma + plus;
got = 14;}
else if (j == "14"){
url = Ask + plus;
got = 15;}
return url;
      }
   }
}
url = "javascript:void(0)";
return url;
}
function Results(place){
stringPlus();
resultsWin = window.open("","results");
if (place == "0")
url = Yahoo + plus;
else if (place == "1")
url = DMOZ + plus;
else if (place == "2")
url = About + plus;
else if (place == "3")
url = Alta + plus + "&mode=and";
else if (place == "4")
url = Dictionary + plus;
else if (place == "5")
url = Lycos + plus + "&backlink=217&maxhits=25";
else if (place == "6")
url = Excite + plus + "&category=default&mode=relevance&showqbe=1&display=html3,hb";
else if (place == "7")
url = Webcrawler + plus + "&maxHits=25";
else if (place == "8")
url = Everything2 + plus;
else if (place == "9")
url = Freshmeat + plus;
else if (place == "10")
url = Google + plus + "&hits=25&disp=Text+Only";
else if (place == "11")
url = Hotbot + plus;
else if (place == "12")
url = SearchCom + plus;
else if (place == "13")
url = Mamma + plus;
else if (place == "14")
url = Ask + plus;
resultsWin.location = url;
}
var quotes = new Array(16) // Add your quotes below
  quotes[0]="Your talents will be recognized and suitably rewarded.";
  quotes[1]="He who hurries cannot walk with dignity.";
  quotes[2]="Your success in life must be earned with earnest efforts.";
  quotes[3]="You love peace.";
  quotes[4]="A friend asks only for your time and not your money.";
  quotes[5]="You will soon inherit a piece of land.";
  quotes[6]="Your luck is about to change.";
  quotes[7]="Things will soon go your way.";
  quotes[8]="He who stands on toilet is high on pot.";
  quotes[8]="Everybody is ignorant, only on different subjects.";
  quotes[9]="Fortune favors the brave.";
  quotes[10]="There is nothing permanent except change.";
  quotes[11]="You haven't failed until you give up.";
  quotes[12]="Your ability to juggle many tasks will take you far.";
  quotes[13]="Broke is only temporary; poor is a state of mind.";
  quotes[14]="Begin nothing until you have considered how it is finished.";
  quotes[15]="A huge fortune at home is not as good as money in use.";
function fortune(objID) {
  var rand_int = Math.floor(Math.random()*16); // Get a number for picking the quote
  document.getElementById(objID).innerHTML=(quotes[rand_int]); // Put the quote in the box
}
function numbers(objID) {
  var space = ('      ') // Spacer for between numbers
  var rand_inta = Math.floor(Math.random()*100); // Get first number
  var rand_intb = Math.floor(Math.random()*100); // Get second number
  var rand_intc = Math.floor(Math.random()*100); // Get third number
  var rand_intd = Math.floor(Math.random()*100); // Get fourth number
  var rand_inte = Math.floor(Math.random()*100); // Get fifth number
  document.getElementById(objID).innerHTML=(rand_inta+space+rand_intb+space+rand_intc+space+rand_intd+space+rand_inte); //Print it all into the second box
}
//-->