document.write ("<i><font color=#aaffaa>Captain's log, Stardate </font><font color=#ffffaa>");
document.write (sd);
if (m < 10)
{
	document.write ("0",m);
}
else
{
	document.write (m);
}
document.write (".");
if (d < 10)
{
	document.write ("0",d);
}
else
{
	document.write (d);
}
document.write ('</font></i>');
if (navihantei () != 1 && wlp.match("stardate.html") == null)
{
	document.write ('<font color=#ffffff> \\ </font>');
}
