
//Javascript

//alert('ok');
_t='';
_s=document.location.pathname;
if (_s=='/MembersArea.htm') _t='members_area/nav_members.swf';
else if (_s=='/HCHFIndex.htm') _t='about_us/nav_about.swf';
else if (_s=='/AboutUs.htm') _t='about_us/nav_about.swf';
else if (_s=='/8habits.htm') _t='eight_habits/nav_habits.swf';
else if (_s=='/ForParents.htm') _t='for_parents/nav_parents.swf';
else if (_s=='/ForKids.htm') _t='for_kids/nav_kids.swf';
else if (_s=='/ForSchools.htm') _t='for_schools/nav_schools.swf';
else if (_s=='/ContactUs.htm') _t='about_us/nav_about.swf';
else if (_s=='/SupportUs.htm') _t='about_us/nav_about.swf';
else if (_s=='/Index.htm') _t='about_us/nav_about.swf';
else if (_s=='/Default.htm') _t='about_us/nav_about.swf';



if (navigator.userAgent.indexOf('MSIE')>0) document.write('<div>');
else if (navigator.userAgent.indexOf('Firefox')>0)  document.write('<div style="margin-bottom:-4px">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write(' width="670" height="88">');
document.write('      <param name="movie" value="'+_t+'" />');
document.write('      <param name="quality" value="high" />');
document.write('      <embed src="'+_t+'" quality="high" pluginspage=');
document.write(' "http://www.macromedia.com/go/getflashplayer" ');
document.write(' type="application/x-shockwave-flash" width="670" height="88"></embed>');
document.write('    </object>');
document.write('</div>');