<!-----------------------------------------------------------------------------
-	File Name:
-		Google FS Trans.htm
-
-	Description:
-		Google Free WebSearch Translator
-
-	Revision History:
-
-	This file contains proprietary and confidential information from WebAssist.com
-	corporation.  Any unauthorized reuse, reproduction, or modification without
-	the prior written consent of WebAssist.com is strictly prohibited.
-
-	Copyright 2003 WebAssist.com Corporation.  All rights reserved.
------------------------------------------------------------------------------>
<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<head>
<title><MMString:loadString id="Google_FS_Trans/title" /></title>
<SCRIPT SRC="../Shared/Google/FreeSearch/WA_XML.js"></SCRIPT>
<SCRIPT SRC="../Shared/Google/FreeSearch/GoogleFreeShared.js"></SCRIPT>
<SCRIPT SRC="Google FS Trans.js"></SCRIPT>
<script language="JavaScript">
//--------------- LOCALIZEABLE GLOBALS---------------
var GOOGLESEARCH = dw.loadString('Google_FS_Trans/GOOGLESEARCH');
var THREEW = dw.loadString('Google_FS_Trans/THREEW');
var basicAction  = dw.loadString('Google_FS_Trans/basicAction');
var customAction = dw.loadString('Google_FS_Trans/customAction');
//--------------- END LOCALIZEABLE   ---------------

function getTranslatorInfo(){
   returnArray = new Array(8);
   returnArray[0] = "WAGF";
   returnArray[1] = "WAGoogleFree";
   returnArray[2] = "0";
   returnArray[3] = "2";
   returnArray[4] = basicAction;
   returnArray[5] = customAction;
   returnArray[6] = "bystring";
   returnArray[7] = 1;
   return returnArray; 
}

</script>
</head>

<body>
</body>
</html>
