var headerHTML =  '<div id="leftpane">'
    headerHTML += '<span id="lp-top">'
        headerHTML += '<span id="lp-right">'
        headerHTML += '<div style="background-color:#283F5A;border:1px solid #BABABA;border-width:1px 0px 0px 0px;height:42px">'
            headerHTML += '<table width="100%"  style="margin-top:-5px"><tr><td width="50%" ><h1><span style="color:white;margin-top:10px">connect @</span><img alt="Wolf Frameworks" style="border: 0px;vertical-align:middle" title="WOLF PaaS" src="images/WOLF-Small-Logo.png" /></h1></td><td align="right"><span style="font-size:1.5em;color:white" ></span></td><td align="right"><span><a href="http://connect.wolfframeworks.com/wf.forum.pages/feeds.aspx"><img src="images/rss_64.png" style="border:0px;margin-top:3px" width="42" alt="RSS Feeds" title="RSS Feeds"/></a></span></td></tr></table>'
            headerHTML += '</div>'
        headerHTML += '</span>'
    headerHTML += '</span>'
headerHTML += '</div>'

document.write(headerHTML)



