function writeCopyright(){
	var j = "<table summary='Footer Information' width='100%' cellpadding='0' cellspacing='0' id='foot'>";
		j += "<tr>";
			j += "<td id='newsletter'></td>";
			j += "<td id='legal'></td>";
			j += "<td id='sitelinks'></td>";
		j += "</tr>";
		j += "<tr>";
			j += "<td><img src='space.gif' width='258' height='1' alt='' /></a></td>";
			j += "<td><img src='space.gif' width='482' height='1' alt='' /></a></td>";
			j += "<td><img src='space.gif' width='220' height='1' alt='' /></a></td>";
		j += "</tr>";
		j += "<tr>";
			j += "<td valign='top' class='newsletter'>";
				j += "<p>If you want periodic email from us the moment that anything special is going on, just fill out your email address below.</p>";
				j += "<form action='http://www.skisoutheast.com/fireblast2/fb.php' method='post' id='fireblast'>";
					j += "<input type='hidden' name='id' value='16' />";
					j += "<input type='hidden' name='action' value='fb' />";
					j += "<input type='hidden' name='submit' value='true' />";
					j += "<input type='hidden' name='qid' value='' />";
					j += "<input type='hidden' name='type' value='2' />";
					j += "<p>Email:";
					j += "<input type='text' name='email' class='input' maxlength='80' value='' />";
					j += "<input type='checkbox' name='mailingListId[35]' value='35' checked='checked' class='none' />";
					j += "<br /><input type='submit' value='Submit' class='button' />&nbsp;&nbsp;<a title='Unsubscribe' href='unsubscribe.htm' class='unsubscribe'>[unsubscribe]</a></p>";
				j += "</form>";
			j += "</td>";
			j += "<td valign='top' class='legal'>";
				j += "<p>Highcountrywebcams.com is a privately owned and operated website. It is not a part of any association and is a free service of <a title='Appnet' href='http://www.appnet.com' target='_blank'>appnet.com</a>.</p>";
				j += "<p>Use of our camera images without our prior approval is prohibited. Click here if you are interested in <a title='Link to Us' href='webcameras_linking.htm'>linking to us</a>.</p>";
				j += "<p>If you are in business and wish to have a webcam featured on your website, please call <a title='Appnet' href='http://www.appnet.com' target='_blank'>Appnet</a> at 828-963-7286 or <a title='Email Us' href='mailto:mike@appnet.com?subject=High%20Country%20Webcams'>email us</a>.</p>";
			j += "</td>";
			j += "<td valign='top' class='sitelinks'>";
				j += "<ul>";
					j += "<li><a title='Home' href='default.php'>Home</a></li>";
					j += "<li><a title='Cameras' href='cameras.htm'>Cameras</a></li>";
					j += "<li><a title='Visitors' href='events.php'>Visitors</a></li>";
					j += "<li><a title='Media' href='photo_list.php?table=photo&amp;mode=search&amp;archived=false'>Media</a></li>";
					j += "<li><a title='Contact' href='contact.htm'>Contact</a></li>";
				j += "</ul>";
			j += "</td>";
		j += "</tr>";
	j += "</table>";
	
	document.write(j);
}

writeCopyright();