/* /wordpress/js/b2.js 01-17-12 13:55 */

var counter, search;
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"; 
Rico.loadModule('Accordion');
Rico.onLoad( function() {
new Rico.Accordion( $$('div.panelheader'), $$('div.panelContent'),
{panelHeight:200, hoverClass: 'mdHover', selectedClass: 'mdSelected'});
});

/*********************
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;
} /* end getStarted */

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


