#!/usr/home/pjrnet/usr/local/bin/tcl-mysql close stderr dup stdout stderr puts "Content-type: text/HTML\n" source common.tcl ############## # Header ############## source ${TEMPLATES}/header.tcl source ${TEMPLATES}/menu.main.tcl ############## # Body ############## puts { Ok, lets dispense with all the legal mumbo-jumbo and get down to the point.

This is my personal website. I am bulding it as a personal project to increase my programming skills.

You are free to use this website.

You are free not to use this website.

If you don't like this website or anything on this website, tuff.

If you want to sue me because you think you were damaged by my website, you need to get a life. If you were insulted by that last statement, then you are too sensitive. You need to turn off your computer, go outside, and be a part of the world, because you are spending too much time inside.

My High School Speech teacher said it best: "Nobody in this Universe can make you do anything. Your actions and the consequences of those actions are yours and yours alone.". This means, I am putting this website out here for you to use. Anything that might happen because you are using it is your responsibility, not mine. If you do not agree with this statement, then do not use this website.

} ############## # Footer ############## source ${TEMPLATES}/footer.tcl