with(document)
{
	write(
			"<div id='logo'>" +
			"<a href='index.htm'><img src='images/logo.png' /></a>" +
			"</div>"
	);
}
