﻿<!--
var headwidth = "100%";
var headfont = "11pt";
if (navigator.userAgent.indexOf("MSIE") != -1) {
    headwidth = "102%";
    headfont = "10pt";
}
document.write("<div align='center' style='position:absolute;left:0;top:0;z-index:1;width:" + headwidth + ";'><table width='100%' border='0' cellspacing='0' cellpadding='0' style='height:80;'><tr><td width='30%' style='color:white;font:italic 26pt Times New Roman,serif;padding-left:24px;'>Grief Chat<span style='font-size:12pt;'> .org<\/span><\/td><td align='center' style='color:white;font:italic 14pt Times New Roman,serif;line-height:24px;'>" + headermsg + "<\/td><td width='30%' style='color:white;font:italic " + headfont + " Times New Roman,serif;padding-right:24px;'>Chat rooms and message boards for those suffering from the death or illness of a loved one.<\/td><\/tr><\/table><\/div><div><img class='head1' src='http://griefchat.org/images/sky.jpg' height='100' style='position:absolute;left:0;top:0;z-index:0;width:" + headwidth + ";'><\/div><div style='margin-top:100;'><\/div>");

//-->