<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs 
	title="Dictionary" 
	height="155" 
	description="This search tool wil search Dictionary (Dictionary.com, Wordweb, Wiktionary, Cambridge), iGoogle  Gadgets, Themes, Knol, Wikipedia, Microsoft Bing.com, Yahoo etc in a new Window. (Customizable)"  
	author ="Karthik"  
	author_email ="manikarthik84@gmail.com"  
	screenshot ="http://goooglegadgets.googlepages.com/alldictgadget_.png"  
	author_location ="India"   
	title_url="http://didiknow.com"  
	thumbnail="http://www.geocities.com/manikarthik84/gadgetsimg/alldictgadget.PNG" 
	author_affiliation="xmlgadgets.com"   
	author_photo="http://manikarthik84.googlepages.com/kar.png"  
	author_aboutme="I am 24 years old software engineer from Madurai, India. Interested in exploring all Google products."  
	author_link="http://xmlgadgets.com/"  
	author_quote="Luck favours those who do not include it in their plan."   
	render_inline="never"   
	category="Tools"  
	category2="communication">


		<Require feature="views" /> 
		<Require feature="analytics" /> 
     </ModulePrefs>

<UserPref name="dict" display_name="Default Dictionary" datatype="enum" default_value="0">
    <EnumValue value="0" display_value="===Dictionary==="/>
    <EnumValue value="1" display_value="Dictionary.com"/>
    <EnumValue value="2" display_value="Wordweb"/>
    <EnumValue value="3" display_value="Wiktionary"/>	
	<EnumValue value="4" display_value="Cambridge"/>

<EnumValue value="97" display_value="===More==="/>
    <EnumValue value="6" display_value="Wikipedia"/>
	<EnumValue value="21" display_value="Bing" />
	<EnumValue value="22" display_value="Yahoo" />
	<EnumValue value="14" display_value="Knol" />
    
  
<EnumValue value="98" display_value="===iGoogle==="/>

 
    <EnumValue value="11" display_value="iGoogle Gadgets"/>
    <EnumValue value="12" display_value="iGoogle Themes"/>

	

	
</UserPref>




 <Content type="html" view="home,default"> 
    <![CDATA[

<!-- ALm6fM2Orjr1sTMP7yoZvZIiSZcnv_wm2A6eoO0rwUJTg2X-GcuACJ-N5sM5EfQiueuiNbFjWqubLoawuKLx3D0i3OeGJE4qX3tX_8A_dVTgXugtS171lEZtsP1OT1SAAaaVbjEKuk8jtKs4I2JcmabsSI6btLS_fw== -->


     <script>
       _IG_Analytics("UA-1962844-27", "/newLocation");
     </script>

	<html>
<head>
<script type="text/javascript">

function navigateTo(dest) {
    var supported_views = gadgets.views.getSupportedViews();
    gadgets.views.requestNavigateTo(supported_views[dest]);
  };
  
  
function adclicked()
{
   _IG_Analytics("UA-1962844-27", "/adclicked");
}
function f1(mainform)
{
	var prefs = new _IG_Prefs(__MODULE_ID__);
	var d = __UP_dict__;

	if (d==1 || d==0)
	{
	   changeTo('mdict',mainform);
		//document.getElementById('mdict').selected = true;
	}
	else if (d==2)
	{
		   changeTo('mword',mainform);
		//document.getElementById('mword').selected = true;
	}
	else if (d==3 )
	{
		   changeTo('mwikt',mainform);
		//document.getElementById('mwikt').selected = true;
	}
	else if (d==4)
	{
		   changeTo('mcamb',mainform);
		//document.getElementById('mcamb').selected = true;
	}
	else if (d==5)
	{
			   changeTo('mwikt',mainform);
	//	document.getElementById('metym').selected = true;
	}
	else if (d==6)
	{
		   changeTo('wikip',mainform);
		//document.getElementById('wikip').selected = true;
	}
	else if (d==7)
	{
			   changeTo('mwikt',mainform);
	//	document.getElementById('wikia').selected = true;
	}
	else if (d==8)
	{
			   changeTo('mwikt',mainform);
	//	document.getElementById('gmaps').selected = true;
	}
	else if (d==9)
	{
			   changeTo('mwikt',mainform);
	//	document.getElementById('gnews').selected = true;
	}
	else if (d==10)
	{
			   changeTo('mwikt',mainform);
	//	document.getElementById('gbooks').selected = true;
	}
	else if (d==11)
	{
		   changeTo('gadgs',mainform);
//		document.getElementById('gadgs').selected = true;
	}
	else if (d==12)
	{
		   changeTo('gtheme',mainform);
//		document.getElementById('gtheme').selected = true;
	}
	else if (d==13)
	{
			   changeTo('mwikt',mainform);
	//	document.getElementById('gimgs').selected = true;
	}
		else if (d==14)
	{
	   changeTo('knol',mainform);
		//document.getElementById('knol').selected = true;
	}
			else if (d==15)
	{
			   changeTo('mwikt',mainform);
	//	document.getElementById('cuil').selected = true;
	}
		else if (d==21)
	{
		//document.getElementById('bweb').selected = true;
			   changeTo('bweb',mainform);
	}
		else if (d==22)
	{
		//document.getElementById('yahoo').selected = true;
			   changeTo('yahoo',mainform);
	}
	else
	{
		   changeTo('mdict',mainform);
		//document.getElementById('mdict').selected = true;
	}
	//chmainform(mainform);
	//_IG_AdjustIFrameHeight();
}

function chmainform(thisform)
{
	var site='';
	var sett=0;
	if(document.getElementById('mdict').selected == true)
	{
		site='mdict';
		sett=1;
	}
	else if(document.getElementById('mword').selected == true)
	{
		site='mword';
		sett=1;
	}
	else if(document.getElementById('mcamb').selected == true)
	{
		site='mcamb';
		sett=1;
	}
	else if(document.getElementById('mwikt').selected == true)
	{
		site='mwikt';
		sett=1;
	}
/*	else if(document.getElementById('metym').selected == true)
	{
		site='metym';
		sett=1;
	} */
	else if(document.getElementById('wikip').selected == true)
	{
		site='wikip';
		sett=1;
	}
	else if(document.getElementById('bweb').selected == true)
	{
		site='mslive';
		sett=1;
	}
	else if(document.getElementById('yahoo').selected == true)
	{
		site='yahoo';
		sett=1;
	}
	else if(document.getElementById('knol').selected == true)
	{
		site='knol';
		sett=1;
	}
/*	else if(document.getElementById('gmaps').selected == true)
	{
		site='gmaps';
		sett=1;
	}
	else if(document.getElementById('gnews').selected == true)
	{
		site='gnews';
		sett=1;
	}
	else if(document.getElementById('wikia').selected == true)
	{
		site='wikia';
		sett=1;
	}
	else if(document.getElementById('gbooks').selected == true)
	{
		site='gbooks';
		sett=1;
	}
	else if(document.getElementById('gimgs').selected == true)
	{
		site='gimgs';
		sett=1;
	}*/
	if (sett == 1)
	{
	    m = "<form style=\"background-color:#ffffff\" method=get  action=\"http://www.xmlgadgets.com/home.pl\"  onsubmit=\"window.open('http://xmlgadgets.com/home.pl?site=" + site + "&query=" +"'+document.forms[0].query.value);return false;\"    >";
		m += "<table border=0 align=center style=\"width:100%\"><tr><td valign=bottom> &nbsp;<input type=hidden name=site value="+site+"></td><td  valign=bottom width=100%>";
		m += "<input type=text style=\"FONT-WEIGHT: bold; COLOR: #0000a0; FONT-FAMILY:  Verdana;width:100%;\"  name=query   maxlength=50>";
	}
		
	else if(document.getElementById('gadgs').selected == true)
		{
		m = '<form style="background-color:#ffffff" method=get  action="http://www.google.com/ig/directory" target="_top">'
		m = m + '<table border=0 align=center style="width:100%"><tr><td valign=bottom> &nbsp;</td><td  valign=bottom width=100%>'
		m = m + '<input type=text style="FONT-WEIGHT: bold; COLOR: #0000a0; FONT-FAMILY:  Verdana;width:100%;"  name=q   maxlength=50>'		
		}

	else if(document.getElementById('gtheme').selected == true)
		{
			m = '<form style="background-color:#ffffff" method=get  action="http://www.google.com/ig/directory" target="_top">'
			m = m+ '<table border=0 align=center style="width:100%"><tr><td valign=bottom> &nbsp;<input  type="hidden" name="type" value="themes"></td><td valign=bottom width=100%>'
			m = m + '<input type=text style="FONT-WEIGHT: bold; COLOR: #0000a0; FONT-FAMILY:  Verdana;width:100%;"  name=q   maxlength=50>'		
		}
		
	/*else if(document.getElementById('knol').selected == true)
		{
			m = '<form style="background-color:#ffffff" method=get  action="http://knol.google.com/k/knol/system/knol/pages/Search" onsubmit="window.open(\'http://knol.google.com/k/knol/system/knol/pages/Search?restrict=general&q=\'+document.forms[0].q.value);return false;">'
			m = m+ '<table border=0 align=center style="width:100%"><tr><td valign=bottom> &nbsp;</td><td  valign=bottom width=100%>'
			m = m + '<input type="hidden" value="general" name="restrict"><input type=text style="FONT-WEIGHT: bold; COLOR: #0000a0; FONT-FAMILY:  Verdana;width:100%;"  name=q   maxlength=50>'		

		}
	else if(document.getElementById('cuil').selected == true)
		{
			m = '<form style="background-color:#ffffff" method=get  action="http://www.cuil.com/search" onsubmit="window.open(\'http://www.cuil.com/search?q=\'+document.forms[0].q.value);return false;">'
			m=m+'<table border=0 align=center style="width:100%"><tr><td valign=bottom> &nbsp;</td><td  valign=bottom width=100%>'
			m = m + '<input type=text style="FONT-WEIGHT: bold; COLOR: #0000a0; FONT-FAMILY:  Verdana;width:100%;"  name=q   maxlength=50>'		

		}
*/
	m += '&nbsp;</td><td valign=top><input type="submit" value="Search" >';
	thisform.innerHTML= m +'</td></tr></table>';
}
function changeTo(dest,formName)
{
    /*
    document.getElementById('imdict').border = 0;
    document.getElementById('imword').border = 0;
    document.getElementById('imwikt').border = 0;
    document.getElementById('imcamb').border = 0;
    document.getElementById('iwikip').border = 0;
    document.getElementById('ibweb').border = 0;
    document.getElementById('iyahoo').border = 0;
    document.getElementById('iknol').border = 0;
    document.getElementById('igadgs').border = 0;
    document.getElementById('igtheme').border = 0;
	*/

	if (dest == 'mdict')
	{
		document.getElementById('mdict').selected = true;
		//document.getElementById('imdict').border = 2;
	}
	else if (dest == 'mword')
	{
		document.getElementById('mword').selected = true;
		//document.getElementById('imword').border = 2;
	}
	else if (dest == 'mwikt')
	{
		document.getElementById('mwikt').selected = true;
		//document.getElementById('imwikt').border = 2;
	}
	else if (dest == 'mcamb')
	{
		document.getElementById('mcamb').selected = true;
		//document.getElementById('imcamb').border = 2;
	}
	else if (dest == 'wikip')
	{
		document.getElementById('wikip').selected = true;
		//document.getElementById('iwikip').border = 2;
	}
	else if (dest == 'bweb')
	{
		document.getElementById('bweb').selected = true;
		//document.getElementById('ibweb').border = 2;
	}
	else if (dest == 'gadgs')
	{
		document.getElementById('gadgs').selected = true;
		//document.getElementById('igadgs').border = 2;
	}
	else if (dest == 'gtheme')
	{
		document.getElementById('gtheme').selected = true;
		//document.getElementById('igtheme').border = 2;
	}
	else if (dest == 'knol')
	{
		document.getElementById('knol').selected = true;
		//document.getElementById('iknol').border = 2;
	}
	else if (dest == 'yahoo')
	{
		document.getElementById('yahoo').selected = true;
		//document.getElementById('iyahoo').border = 2;
	}
	chmainform(mainform);
}

</script>

</head>

<body onload="f1(mainform)">

<table style="width: 100%;">
  <tbody>
    <tr>
      <td style="height: 28px;"><b>Search </b> 
          <select onchange="chmainform(mainform);" style="font-size:12px;font-family:verdana;">
          <optgroup label="Dictionaries">
              <option id="mdict">Dictionary.com</option>
              <option id="mword">Wordweb</option>
              <option id="mwikt">Wiktionary</option>
              <option id="mcamb">Cambridge</option>
			  
          </optgroup> <optgroup label="More">
              <option id="wikip">Wikipedia</option>
              <option id="bweb">Bing</option>
	         <option id="yahoo">Yahoo!</option>
	         <option id="knol">Knol</option>
          </optgroup>

          </optgroup> <optgroup label="iGoogle">
              <option id="gadgs">Gadgets</option>
              <option id="gtheme">Themes</option>
          </optgroup>
          </select>
       
      </td>
    </tr>
	
    <tr>
	      <td> 
		  	   	   <div id="mainform" style="height:30px;"></div><!--
		   		 <img id="imdict" src="http://xmlgadgets.com/ig/img/dict.png" 			width=20 height=20 alt="D" border="0" style="cursor:pointer;" onclick="changeTo('mdict',mainform);" title="Dictionary.com"/>
 		   		 <img id="imword" src="http://xmlgadgets.com/ig/img/wweb.png" 			width=20 height=20 alt="W" border="0" style="cursor:pointer;" onclick="changeTo('mword',mainform);" title="Wordweb"/>
 		   		 <img id="imwikt" src="http://xmlgadgets.com/ig/img/wiktionary.png" 	width=20 height=20 alt="W" border="0" style="cursor:pointer;" onclick="changeTo('mwikt',mainform);" title="Wiktionary"/>
				 <img id="imcamb" src="http://xmlgadgets.com/ig/img/camb.png" 			width=20 height=20 alt="C" border="0" style="cursor:pointer;" onclick="changeTo('mcamb',mainform);" title="Cambridge"/>
				 <img id="iwikip" src="http://xmlgadgets.com/ig/img/wiki.png" 			width=20 height=20 alt="W" border="0" style="cursor:pointer;" onclick="changeTo('wikip',mainform);" title="Wikipedia"/>
				 <img id="ibweb" src="http://xmlgadgets.com/ig/img/bing.png" 			width=20 height=20 alt="B" border="0" style="cursor:pointer;" onclick="changeTo('bweb',mainform);"  title="Bing"/>
				 <img id="iyahoo" src="http://xmlgadgets.com/ig/img/yahoo.png" 			width=20 height=20 alt="Y" border="0" style="cursor:pointer;" onclick="changeTo('yahoo',mainform);" title="Yahoo!"/>
				 <img id="iknol" src="http://xmlgadgets.com/ig/img/knol.png" 			width=20 height=20 alt="K" border="0" style="cursor:pointer;" onclick="changeTo('knol',mainform);"  title="Knol"/>
				 <img id="igadgs" src="http://xmlgadgets.com/ig/img/igoogle.png" 		width=20 height=20 alt="G" border="0" style="cursor:pointer;" onclick="changeTo('gadgs',mainform);" title="iGoogle Gadgets"/>
				 <img id="igtheme" src="http://xmlgadgets.com/ig/img/ithemes.png" 		width=20 height=20 alt="G" border="0" style="cursor:pointer;" onclick="changeTo('gtheme',mainform);" title="iGoogle Themes"/>
				 -->
    	  </td>
    </tr>

  </tbody>
</table>
<hr>
<div>

<script type="text/javascript">
google_ad_client = "pub-6975220261207068";
google_ad_slot = "3562483703";
google_ad_width = 234;
google_ad_height = 60;
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>



</body>
</html>


   ]]> 
   </Content>
   
   <Content type="html" view="canvas"><![CDATA[
   
   
        <script>
       _IG_Analytics("UA-1962844-27", "/canvasView");
     </script>
	 
	 <HTML><HEAD>
<style type="text/css">
A:link{ text-decoration:none;color:#000088; }
A:visited{ text-decoration:none;color:#000088; }
A:active{ text-decoration:none;color:#000088; }
A:hover { text-decoration:none;color:#000088; }
</style> 

<SCRIPT type=text/javascript>
function clearbolds()
{
var dstyle = 'normal normal normal 11pt verdana';
var idarr = ['lgoogle','lgimg','lgmaps','lgnews','lgbooks','lgvideos','lgmovies','lgprod',
'lyahoo','lmslive','lyoutube','lrediff','letym','lcamb','lwweb','ldict','lwikip','lwikt','lwikia','lwbooks'];
for (var i in idarr)
	document.getElementById(idarr[i]).style.font = dstyle;
}
function boldit (thisid)
{
clearbolds();
var obj= document.getElementById(thisid);
obj.style.font = 'normal normal bold 11pt verdana';
}
function changeit(kwd,thisform)
{
//var prefs = new _IG_Prefs(__MODULE_ID__);
var site='';
var sett=0;
	if (kwd=='dict')
	{
		site='mdict';
		myhead = "Dictionary.com";
		sett=1;
	}
	else if (kwd=='wweb')
	{
		site='mword';
		myhead="Wordweb";
		sett=1;
	}
	else if (kwd=='camb')
	{
		site='mcamb';
		myhead='Cambridge.org';
		sett=1;
	}
	else if (kwd=='wikt')
	{
		site='mwikt';
		myhead='Wiktionary';
		sett=1;
	}
	else if (kwd=='etym')
	{
		site='metym';
		myhead='Etymology Online';
		sett=1;
	}
	else if (kwd=='wikip')
	{
		site='wikip';
		myhead='Wikipedia';
		sett=1;
	}
	else if (kwd=='gmaps')
	{
		site='gmaps';
		myhead='Google Maps';
		sett=1;
	}
	else if (kwd=='gnews')
	{
		site='gnews';
		myhead='Google News';
		sett=1;
	}
	else if (kwd=='wikia')
	{
		site='wikia';
		myhead='Wikia';
		sett=1;
	}
	else if (kwd=='gbooks')
	{
		site='gbooks';
		myhead='Google Books';
		sett=1;
	}
	else if (kwd=='gimg')
	{
		site='gimgs';
		myhead='Google Images';
		sett=1;
	}
	else if (kwd=='wbooks')
	{
		site='wbooks';
		myhead='Wiki Books';
		sett=1;
	}
	else if (kwd=='youtube')
	{
		site='utube';
		myhead='Youtube';
		sett=1;
	}
	else if (kwd=='yahoo')
	{
		site='yahoo';
		myhead='Yahoo!';
		sett=1;
	}
	else if (kwd=='google')
	{
		site='google';
		myhead='Google';
		sett=1;
	}
	else if (kwd=='gmovies')
	{
		site='gmovies';
		myhead='Google Movies';
		sett=1;
	}
	else if (kwd=='gvideos')
	{
		site='gvideos';
		myhead='Google Videos';
		sett=1;
	}
	else if (kwd=='gprod')
	{
		site='gprod';
		myhead='Google Products';
		sett=1;
	}
	else if (kwd=='mslive')
	{
		site='mslive';
		myhead='MSN Live';
		sett=1;
	}
	else if (kwd=='rediff')
	{
		site='rediff';
		myhead='Rediff';
		sett=1;
	}
	if (sett == 1)
	{
		m = "<form style=\"background-color:#ffffff\" method=get  action=\"http://www.xmlgadgets.com/home.pl\" target=\"_blank\">";
		m+= "<table border=0 align=center style=\"width:100%\"><tr><td valign=bottom> &nbsp;<input type=hidden name=site value="+site+"></td><td  valign=bottom width=100%>";
		m+= "<input type=text style=\"FONT-WEIGHT: bold; COLOR: #0000a0; FONT-FAMILY:  Verdana;width:100%;\"  name=query   maxlength=50>";
	}


else if(kwd=='gadgs')
	{
		m = '<form style="background-color:#ffffff" method=get  action="http://www.google.com/ig/directory" target="_top">'

m=m+'<table border=0 align=center style="width:100%"><tr><td valign=bottom> &nbsp;</td><td  valign=bottom width=100%>'

		m = m + '<input type=text style="FONT-WEIGHT: bold; COLOR: #0000a0; FONT-FAMILY:  Verdana;width:100%;"  name=q   maxlength=50>'		

myhead="iGoogle Gadgets"

//prefs.set('dict',9);
	}

else if(kwd=='gtheme')
	{
		m = '<form style="background-color:#ffffff" method=get  action="http://www.google.com/ig/directory" target="_top">'

m=m+'<table border=0 align=center style="width:100%"><tr><td valign=bottom> &nbsp;<input  type="hidden" name="type" value="themes"></td><td valign=bottom width=100%>'

		m += '<input type=text style="FONT-WEIGHT: bold; COLOR: #0000a0; FONT-FAMILY:  Verdana;width:100%;"  name=q   maxlength=50>'		

myhead="iGoogle themes"


	}

//m += '&nbsp;</td><td valign=top><input type="submit" value="Search" style="BORDER-RIGHT: #363 1px solid;  BORDER-TOP: #696 1px solid; FONT-WEIGHT: bold; FONT-SIZE: 80%; FILTER:  progid:DXImageTransform.Microsoft.Gradient  (GradientType=0,StartColorStr=\'#000055\',EndColorStr=\'#0000ee\'); BORDER-LEFT: #696 1px solid;  COLOR: white; BORDER-BOTTOM: #363 1px solid; FONT-FAMILY: \'trebuchet ms\',helvetica,sans-serif;  BACKGROUND-COLOR: #fed">';

m += '&nbsp;</td><td valign=top><input type="submit" value="Search" >';
thisform.innerHTML= '<font  style="font-size:32px;font-color:#000000;font-face:verdana;font-weight:bold;"><center>' + myhead+  '</center></font><div style="height:16px;"></div>'+m +'</td></tr></table>';


}
</SCRIPT>


<BODY onload="clearbolds();">
<CENTER>
<div style="height:40px;"></div>
<DIV id=mainform style="WIDTH: 450px;height:100px;">
<font  style="font-size:32px;font-color:#000000;font-face:verdana;font-weight:bold;">
<center> Google</center></font><div style="height:20px;"></div>
	<form style="background-color:#ffffff" method=get  action="http://www.xmlgadgets.com/home.pl" target="_blank">
		<table border=0 align=center style="width:100%"><tr><td valign=bottom> &nbsp;<input type=hidden name=site value=google></td><td  valign=bottom width="100%">

		<input type=text style="FONT-WEIGHT: bold; COLOR: #0000a0; FONT-FAMILY:  Verdana;width:100%;"  name=query   maxlength=50>
&nbsp;</td><td valign=top><input type="submit" value="Search" >
</td></tr></table><br>
</DIV>
<DIV id=sform>
<TABLE>
  <TBODY>
  <TR>

    <TD vAlign=top style="width:130px;"><B style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Google:</B> 
	
	<FONT 
      style="FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #0000cc; font-face: verdana">
      <UL >

        <LI id="lgoogle"><A style="CURSOR: hand" 
        onclick="changeit('google',mainform);boldit('lgoogle');" href="#">Google</A> 
        <LI id="lgimg" ><A style="CURSOR: hand" onclick="changeit('gimg',mainform);boldit('lgimg');" href="#">G 
        Images</A> 
        <LI id="lgmaps"><A style="CURSOR: hand" onclick="changeit('gmaps',mainform);boldit('lgmaps');" href="#">G 
        Maps</A> 
        <LI id="lgnews"><A style="CURSOR: hand" onclick="changeit('gnews',mainform);boldit('lgnews');" href="#">G 
        News</A> 
        <LI id="lgbooks"><A style="CURSOR: hand" onclick="changeit('gbooks',mainform);boldit('lgbooks');" href="#">G 
        Books</A> 
        <LI id="lgvideos"><A style="CURSOR: hand" onclick="changeit('gvideos',mainform);boldit('lgvideos');" href="#">G 
        Videos</A> 
        <LI id="lgmovies"><A style="CURSOR: hand" onclick="changeit('gmovies',mainform);boldit('lgmovies');" href="#">G 
        Movies</A> 
        <LI id="lgprod"><A style="CURSOR: hand" onclick="changeit('gprod',mainform);boldit('lgprod');" href="#">G 
        Products</A> </LI></UL></FONT>
		
		</TD>

    <TD vAlign=top style="width:130px;"><B style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Search</B> <FONT 
      style="FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #0000cc; font-face: verdana">
      <UL>
        <LI id="lyahoo"><A style="CURSOR: hand" 
        onclick="changeit('yahoo',mainform);boldit('lyahoo');" href="#">Yahoo!</A> 
        <LI id="lmslive"><A style="CURSOR: hand" 
        onclick="changeit('mslive',mainform);boldit('lmslive');" href="#">Live</A> 
        <LI id="lyoutube"><A style="CURSOR: hand" 
        onclick="changeit('youtube',mainform);boldit('lyoutube');" href="#">Youtube</A> 
        <LI id="lrediff"><A style="CURSOR: hand" 
        onclick="changeit('rediff',mainform);boldit('lrediff');" href="#">Rediff</A> </LI></UL></FONT></TD>

    <TD vAlign=top style="width:165px;"><B style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dictionaries:</B> <FONT 
      style="FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #0000cc; font-face: verdana">

      <UL>
        <LI id="ldict"><A style="CURSOR: hand" 
        onclick="changeit('dict',mainform);boldit('ldict');" href="#">Dictionary.com</A> 
        <LI id="lwweb"><A style="CURSOR: hand" 
        onclick="changeit('wweb',mainform);boldit('lwweb');" href="#">Wordweb</A> 
        <LI id="lcamb"><A style="CURSOR: hand" 
        onclick="changeit('camb',mainform);boldit('lcamb');" href="#">Cambridge</A> 
        <LI id="letym"><A style="CURSOR: hand" 
        onclick="changeit('etym',mainform);boldit('letym');" href="#">Etymology</A> </LI></UL></FONT></TD>

    <TD vAlign=top style="width:135px;"><B style="COLOR: #000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wiki:</B> <FONT 
      style="FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #0000cc; font-face: verdana">
      <UL>

        <LI id="lwikip"><A style="CURSOR: hand" 
        onclick="changeit('wikip',mainform);boldit('lwikip');" href="#">Wikipedia</A>
        <LI id="lwikt"><A style="CURSOR: hand" 
        onclick="changeit('wikt',mainform);boldit('lwikt');" href="#">Wiktionary</A> 
        <LI id="lwikia"><A style="CURSOR: hand" 
        onclick="changeit('wikia',mainform);boldit('lwikia');" href="#">Wikia</A> 
        <LI id="lwbooks"><A style="CURSOR: hand" onclick="changeit('wbooks',mainform);boldit('lwbooks');" href="#">Wiki 
        Books</A> 

</LI></UL></FONT></TD></TR></TBODY></TABLE></CENTER></FONT></DIV>




</BODY></HTML>

	 
	 
      ]]> 
   </Content>
</Module>

