// Solutions For Stress / Stress and Well Being Survey
function SolutionsStress_WellBeingSurvey(){
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="315" align="left" valign="top" class="header_newsbox_pad">';
str+='                <p class="header_title">Latest Recommendation<\/p>';
str+='                <p class="header_text">Stressed, worried, angry or sleeplessness?<br>Get fast help at Solutions for Stress.<\/p>';
str+='                <p class="header_read_more" align="right"><a href="..\/index.php?option=com_content&task=view&id=66&Itemid=98"><font class="header_read_more_brackets"><strong>&gt;&gt;&nbsp;&gt;&gt;<\/strong><\/font>&nbsp;Read more<\/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="379" 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);
}
SolutionsStress_WellBeingSurvey();