<!--
function writeHeader(signin_imagePath, signin_altTag, destinationLink) {
    homepageLink   = STROKE_SITE + '/portal/strokeconference/sc/' ;
    contactus_link = STROKE_SITE + '/portal/strokeconference/sc/contactus' ;
    logoutFormLink = STROKE_SITE + '/portal/sc_authentication/html/logoutForm.jsp' ;
    newDestinationLink = STROKE_SITE + destinationLink;

    if (signin_altTag == 'Sign In') {
       logOut="";
       buttonWidth='25';
       logoWidth='175';
    }
    else {
       logOut="<a href=" + logoutFormLink + "><img src='/sc_includes/images/interface/signout_str.gif' alt='Log Out' border='0'></a>";
       buttonWidth='0';
       logoWidth='112';
    }

document.write('<table width="794" border="0" cellspacing="0" cellpadding="0">');
document.write('  <tr>');
document.write('    <td><a href="',homepageLink,'"><img src="/sc_includes/images/interface/homepage2009_3_01.gif" width="404" height="109" alt="Stroke Conference 2009" border="0"></a></td>');
document.write('    <td><a href="',homepageLink,'"><img src="/sc_includes/images/interface/homepage2009_3_02.gif" width="214" height="109" alt="Stroke Conference 2009" border="0"></a></td>');
document.write('    <td><table border="0" cellspacing="0" cellpadding="0">');
document.write('        <tr>');
document.write('          <td><img src="/sc_includes/images/interface/spacer.gif" width="1" height="1"></td>');

document.write('          <td><a href="http://www.strokeassociation.org"><img src="/sc_includes/images/interface/homepage2009_3_03.gif" width="176" height="81" alt="American Heart Association / American Stroke Association" border="0"></a></td>');
document.write('        </tr>');
document.write('        <tr>');
document.write('          <td bgcolor="#ffffff"><img src="/sc_includes/images/interface/spacer.gif" width="1" height="30"></td>');
document.write('          <td align="right" valign="bottom" bgcolor="#ffffff"><a href="',newDestinationLink,'"><img src="',signin_imagePath,'" alt="',signin_altTag,'" border="0"><a href="',contactus_link,'"><img src="/sc_includes/images/interface/contactus.gif" alt="Contact Us" border="0"></a>',logOut);
document.write('          </td>');
document.write('        </tr>');
document.write('      </table></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td bgcolor="#99ccff"><img src="/sc_includes/images/interface/spacer.gif" width="1" height="1"></td>');
document.write('    <td bgcolor="#99ccff"><img src="/sc_includes/images/interface/spacer.gif" width="1" height="1"></td>');
document.write('    <td bgcolor="#99ccff"><img src="/sc_includes/images/interface/spacer.gif" width="1" height="1"></td>');
document.write('    <td colspan=3>');
//document.write('        <img align="left" src="/includes/images/interface/ltbluepixel.gif" width="810" height="1" border="0"></td>');
document.write('  </tr>');
document.write('</table>');
document.write('    <td>');
//document.write('        <img src="/sc_includes/images/interface/spacer.gif" width="',logoWidth,'" height="1" border="0">');
document.write('    </td>');
}
//-->
