function placeTimeStamp(date,time,pmExtra)
{
	var timestamp = "" ;
	if (pmExtra)
	{
		timestamp += ('<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="468" HEIGHT="28">');
		timestamp += ('<TR HEIGHT="3">');
		timestamp += ('<TD WIDTH="161" HEIGHT="3"><spacer type="block" width="161" height="3"></TD>');
		timestamp += ('<TD WIDTH="307" HEIGHT="3"><spacer type="block" width="307" height="3"></TD>');
		timestamp += ('</TR>');
		timestamp += ('<TR HEIGHT="18">');
		timestamp += ('<TD ROWSPAN="3">');
		timestamp += ('<IMG src="http://a188.g.akamaitech.net/f/188/920/1d/www.washingtonpost.com/wp-srv/images/pm_extra.gif" border="0" width="161" height="25"></TD>');
		timestamp += ('<TD HEIGHT="18" align="right"><b><font face="verdana, MS sans serif, aerial,  helvetica" size="-2" color="#CC0000">'+date+' </font><font face="verdana, MS sans serif, aerial,  helvetica" size="-2"> | </font> <font face="verdana, MS sans serif, aerial, helvetica" size="-2" color="#CC0000">'+time+'</font></b></TD>');
		timestamp += ('</TR>');
		timestamp += ('<TR HEIGHT="1">');
		timestamp += ('<TD HEIGHT="1" BGCOLOR="#CCCCCC"><spacer type="block" width="307" height="1"></TD></TR><TR HEIGHT="6"><TD HEIGHT="6"><spacer type="block" width="1" height="1"></TD></TR>');
		timestamp += ('</TABLE>');
	} else {
		timestamp += ('<table border="0" cellspacing="0" cellpadding="0" width="468">');
		timestamp += ('<tr height="8"><td height="8" width="468" colspan="3"><spacer type="block" width="468" height="8"></td></tr>');
		timestamp += ('<tr><td width="468" colspan="3"><b><font face="verdana, MS sans serif, arial,  helvetica" size="-2" color="#CC0000">');
		timestamp += (date+' </font><font face="verdana, MS sans serif, arial,  helvetica" size="-2"> | </font> <font face="verdana, MS sans serif, arial, helvetica" color="#CC0000" size="-2">');
		timestamp += (time+' <br></font></b></td></tr>');
		timestamp += ('<tr height="3"><td height="3" width="468" colspan="3"><spacer type="block" width="1" height="3"></td></tr>');
		timestamp += ('<tr height="1"><td height="1" width="468" colspan="3" bgcolor="#999999"><spacer type="block" width="468" height="1"></td></tr>');
		timestamp += ('<tr height="3"><td height="3" width="468" colspan="3"><spacer type="block" width="1" height="3"></td></tr></table>');
	}
	document.write(timestamp);
}
