/* b3.js 1.11 09-09-08 01:32 */

var search, counter = 0;
function getStarted()
{
var a, i;
if (top != self) top.location.replace(self.location.href.toLowerCase());
window.defaultStatus = "Phyllis M. Shapiro : Acupuncture and Chinese Herbology : New York, NY : 212-262-7448"; 
search = document.getElementById("s");
if (search != null) search.value = "Search, press enter";
counter = 0;
if ( !document.getElementsByTagName ) return true;
a = document.getElementsByTagName("a");
for (i = 0; i < a.length; i++)
{
if (a[i].getAttribute("href") && a[i].getAttribute("rel") == "external")
a[i].target = "_blank";
}

   return true;
} 

function prepSearch()
{
   if (counter++ == 0) search.value = "";
   return true;
}

function Goodbye()
{
   window.defaultStatus = ''; 
   return true;
} 


