<!--
function search(fname)
/*****************************************************************
	`description`
															 4/2/2000 3:43PM
*****************************************************************/
{
document.write ("<small><font color=red size=2 face=arial>");
document.write ("<br><br>&nbsp;&nbsp;Let Bollywood Fanorama do your search on these Search Engines:<br>&nbsp;&nbsp;");
document.write ("<a target=_blank href=http://www.altavista.digital.com/cgi-bin/query?pg=q&what=web&q=" + fname + ">Alta Vista</a> | ");
document.write ("<a target=_blank href=http://www.bollyvista.com/cgi-bin/directory/search.cgi?asite_url=http://www.angelfire.com/ab/fanorama/&asite_title=Bollywood%20Fanorama&bool=or&format=full&query=" + fname + "&submit=Search!>BollyVista</a> | ");
document.write ("<a target=_blank href=http://www.hotbot.com/?MT=" + fname + "&DU=days&SW=web>HotBot</a> | ");
document.write ("<a target=_blank href=http://www.infoseek.com/Titles?qt=" + fname + ">Infoseek</a> | ");
document.write ("<a target=_blank href=http://www.lycos.com/cgi-bin/pursuit?query=" + fname + "&maxhits=20>Lycos</a> | ");
document.write ("<a target=_blank href=http://ink.yahoo.com/bin/search?p=" + fname + ">Yahoo</a>");
document.write ("</font></small>");

}  // search
//-->