

var page = document.URL.substr(document.URL.lastIndexOf("/"),6).toLowerCase();


if (page == "/lib3w"){
              document.write('<div style="float:right; width:170px; height:810; border:#d5dedd 1px solid;"><iframe src="sidebar_women.htm" width="170" height="810" frameborder="0" scrolling="no"></iframe></div>');
              }    
else if (page == "/lib3h"){
              document.write('<div style="float:right; width:170px; height:810; border:#d5dedd 1px solid;"><iframe src="sidebar_heart.htm" width="170" height="810" frameborder="0" scrolling="no"></iframe></div>');
              }  
else if (page == "/lib3c"){
              document.write('<div style="float:right; width:170px; height:810; border:#d5dedd 1px solid;"><iframe src="sidebar_cancer.htm" width="170" height="810" frameborder="0" scrolling="no"></iframe></div>');
              }  
else if (page == "/lib3s") {
              document.write('<div style="float:right; width:170px; height:810; border:#d5dedd 1px solid;"><iframe src="sidebar_senior.htm" width="170" height="810" frameborder="0" scrolling="no"></iframe></div>');
              }  
else if (page == "/lib3e") {
              document.write('<div style="float:right; width:170px; height:810; border:#d5dedd 1px solid;"><iframe src="sidebar_emergency.htm" width="170" height="810" frameborder="0" scrolling="no"></iframe></div>');
              } 
else if ((page == "/lib3p") || (page == "/lib3d")){
              document.write('<div style="float:right; width:170px; height:810; border:#d5dedd 1px solid;"><iframe src="sidebar_wellness.htm" width="170" height="810" frameborder="0" scrolling="no"></iframe></div>');
              } 
else if (page == "/lib3l") {
              document.write('<div style="float:right; width:170px; height:810; border:#d5dedd 1px solid;"><iframe src="sidebar_work.htm" width="170" height="810" frameborder="0" scrolling="no"></iframe></div>');
              } 
else if (page == "/lib3i") {
              document.write('');
              } 


else {
              document.write('<div style="float:right; width:170px; height:810; border:#d5dedd 1px solid;"><iframe src="sidebar_general.htm" width="170" height="810" frameborder="0" scrolling="no"></iframe></div>');
              }   



