var strHeatherHTML;

strHeatherHTML = "<table align='center' border='0' cellspacing='0' cellpadding='0' width='750' id='Heather'>" +
 	 "<tr>" +
	 "<td background='" + strRootPath + "images/heather-bg.jpg' width='276'>" +
	 "<p>" +
	 "<img border='0' src='" + strRootPath + "images/heather-logo.jpg'></td>" +
	 "<td background='" + strRootPath + "images/heather-bg.jpg'>&nbsp;</td>" +
	 "<td background='" + strRootPath + "images/heather-bg.jpg' width='176'><img border='0' src='" + strRootPath + "images/heather-corner.jpg'></td></tr>" +
	 "</table>";

document.write(strHeatherHTML);
