// Solutions For Stress / Stress and Well Being Survey
function StrengthForCaring(){
var str='';
str+='<div id="header_container_img_container"><img src="images\/stories\/images\/_spacer.gif" alt="" border="0" hspace="0" vspace="0" id="header_container_img"><\/div>';
str+='<table width="708" border="0" cellspacing="0" cellpadding="0" class="header_container">';
str+='  <tbody>';
str+='    <tr>';
str+='      <td width="100%" align="left" valign="top">';
str+='        <table width="100%" border="0" cellspacing="0" cellpadding="0" class="header_border">';
str+='          <tbody>';
str+='            <tr>';
str+='              <td width="307" align="left" valign="top" class="header_newsbox_pad">';
str+='                <p class="header_title">Latest Recommendation<\/p>';
str+='                <p class="par_nil"><a href="http:\/\/www.strengthforcaring.com" target="_blank"><img src="images\/stories\/images\/header_banners\/header_box\/logo_strength_for_caring.jpg" width="240" height="27" border="0" style="padding:0; margin:-6px 0 -2px 0;" alt="www.strengthforcaring.com" title="www.strengthforcaring.com"><\/a><\/p><p class="header_text">The Place for Caregivers.<\/p>';
str+='                <p class="header_read_more" align="right" style="padding:0; margin:0;"><a href="http:\/\/www.strengthforcaring.com" target="_blank"><font class="header_read_more_brackets"><strong>&gt;&gt;&nbsp;&gt;&gt;<\/strong><\/font>&nbsp;Click here<\/a><\/p>';
str+='              <\/td>';
str+='              <td width="8" align="left" class="header_divider_bg"><img src="images\/stories\/images\/_spacer.gif" width="1" height="1"><\/td>';
str+='              <td width="387" align="left" valign="top" class="header_newsbox_pad">';
str+='                <p class="header_title">Latest News<\/p>';
str+='                <p class="header_text">Take our scientifically based Stress and Well-Being Survey for a highly accurate measure of your stress level&hellip;<\/p>';
str+='                <p class="header_read_more" align="right"><a href="#" onclick="openNewSurvey(); return false" ><font class="header_read_more_brackets"><strong>&gt;&gt;&nbsp;&gt;&gt;<\/strong><\/font>&nbsp;Read more<\/a><\/p>';
str+='              <\/td>';
str+='            <\/tr>';
str+='          <\/tbody>';
str+='        <\/table>';
str+='      <\/td>';
str+='    <\/tr>';
str+='  <\/tbody>';
str+='<\/table>';
document.write(str);
}
StrengthForCaring();