function qqq() {
        if (document.nav.search.value==""){
                alert("Please enter at least one keyword to search");
                document.nav.search.focus();

        }
        else



   {
 var qques;
 qques = document.nav.search.value;
  window.location =  "../../../site_search.asp?search=" + qques + "&submit=Search&mode=anywords";
   }
   }
/////////////////


function qqq2() {
        if (document.nav.search.value==""){
                alert("Please enter at least one keyword to search");
                document.nav.search.focus();

        }
        else


   {
 var tttopic;
 var qques;
 var wheretoooo;
 qques = document.nav.search.value;

wheretoooo = document.nav.SSTopics[document.nav.SSTopics.selectedIndex].value;
tttopic = document.nav.SSTopics.options.selectedIndex;


out = "http://www.allaboutstuff.com/";

while (wheretoooo.indexOf(out)>-1) {
pos= wheretoooo.indexOf(out);
wheretoooo = "" + (wheretoooo.substring(0, pos) + wheretoooo.substring((pos + out.length), wheretoooo.length));
}

window.location =  "../../../site_search.asp?TopicNum=" + tttopic + "&WhereToSearch=" + wheretoooo + "&search=" + qques + "&submit=Search&mode=anywords";
   }
   }

