//  Disclaimer
//  03 AUG 2006
//  Charles C Burgess

function disClaimer() {

caveat = "Terms of Use:\n\n"

+	"In no event will this website\'s owner or creator be liable to any party for any direct,\n"
+	"indirect, incidental, special or other consequential damages for use of this website or\n"
+	"particular page, or any other hyperlinked website, including, without limitation, any\n"
+ 	"lost profits, business interruption, loss of programs or other data on your information\n"
+	"handling system or otherwise, even if this website\'s owner or creator has been expressly\n"
+ 	"advised of the possibility of such damages.\n\n"

+	"Links are meant for convenience only. No endorsement of any third party content, products,\n"
+	"or services is expressed or implied by any information, material, or content referred to or\n"
+	"included on, or linked from or to this website and\/or this particular page.\n\n"

+	"It is up to you to take precautions to ensure that whatever you select for your use is free\n"
+	"of such items as viruses, worms, trojan horses, malicious codes and other items of a\n"
+	"destructive and\/or intrusive nature.\n\n"

+	"Use of this website and\/or this particular page will be considered your acceptance of the\n"
+	"above terms. You indemnify and hold harmless this website\'s owner and creator and waive\n"
+	"any and all claims arising from viewing, downloading, or in any way using the content of\n"
+	"this website and\/or this particular page.";

alert(caveat);
}
