function
aWrite()
{
	//All the HTML, XHTML, or whatever, has to be on one line or it will not work!
document.write('<html><head><title>My Web Page</title></head><body><div id=EchoTopic><p>aWrite 1.0.2 is a small simple JavaScript which writes a whole new web page at the click of a radio button. You can use it for check boxes, select menus, links, and more.</p></div></body></html>')
}