function searchbar(path){
if (path=null)
{
	path="./"
}
document.write('<table width="100%" cellpadding=0 cellspacing=0 bgcolor="#ffffff" align="center"><tr><td align="center"><form action="http://www.onlinebanksguide.com/search-result.html" id="cse-search-box"><div><input type="hidden" name="cx" value="partner-pub-1563466585307919:d6jfgy-b9zq" /><input type="hidden" name="cof" value="FORID:10" /><input type="hidden" name="ie" value="ISO-8859-1" /><input type="text" name="q" size="31" /><input type="submit" name="sa" value="Search" /></div></form><script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&amp;lang=en"></script></td></tr></table>')
}
	

	
function footer(path){
if(path==null) 
    {
		path="./"
	}
	document.write('<table width="1003" align="center" cellpadding="4" cellspacing="0" style="border-top:1px solid #D3D3D3;"><tr bgcolor="#1A85AF"><td colspan="3" height="10" class="bottomlinks_new" align="center"><a href="http://www.onlinebanksguide.com/about-us.html" class="bottomlinks_new">About Us</a> |  <a href="http://www.onlinebanksguide.com/disclaimer.html" class="bottomlinks_new">Disclaimer</a> |  <a href="http://www.onlinebanksguide.com/sitemap.xml" class="bottomlinks_new">Site Map</a> | <a href="http://www.onlinebanksguide.com/privacy-policy.html" class="bottomlinks_new">Privacy Policy | <a href="http://www.onlinebanksguide.com/resources.html" class="bottomlinks_new">Resources | <a href="http://www.onlinebanksguide.com/contact-us.html" class="bottomlinks_new">Contact Us</a><br></td>    </tr><tr><td></td></tr><tr><td width="100%" align="center" valign="top" bgcolor="#ffffff"><a href="http://www.navigateportals.com" class="leftheads"><br><img src="'+path+'images/navigate-portals-logo.jpg" border="0" width="261" height="98"></a><br><span class="hometext">&copy;Copyright 2009-2010 - Navigate Portals.  All Rights Reserved.</span></td>       </tr> </table>')
}



