document . write
(
	"<table height=100%><tr><td>" +
	"<h1>Next stop...</h1>" +
	"<blockquote>" +
	'<p><big><b>' + resource_name + '</b></big><br>' +
	resource_url + "</p>" +
	"</blockquote>" +
	"<p>The link you have selected leads to a page on another web site. " +
	"It may become outdated, inaccurate, or change without notice.</p>" +
	'<h2 align=center><a href="' + resource_url + '" target=_top>[open in this window]</a>' +
	"&nbsp;" +
	'<a href="' + resource_url + '" target=_blank>[open in a new window]</a></h2>' +
	"</td></tr></table>"
);

