/*  SKI's JavaScript for "terms" and such on the index/home page
 	<script language="javascript" src="j/home.js"></script>
*/

function terms() {
	alert("TERMS & CONDITIONS\n\nThe content of the pages of this web site is for general information and use only. It is subject to change without notice.\n\nNeither we nor any third parties provide any warranty or guarantee as to the accuracy, timeliness, performance, completeness or suitability of the information and materials found or offered on this web site for any particular purpose. You acknowledge that such information and materials may contain inaccuracies or errors and we expressly exclude liability for any such inaccuracies or errors to the fullest extent permitted by law.\n\nYour use of any information or materials on this web site is entirely at your own risk, for which we shall not be liable.\n\nThis web site contains material which is owned by or licensed to us. This material includes, but is not limited to, the design, layout, look, appearance and graphics. Reproduction is prohibited.\n\nAll trade marks reproduced in this web site which are not the property of, or licensed to, the operator are acknowledged on the web site.\n\nUnauthorized use of this web site may give rise to a claim for damages and/or be a criminal offense.\n\nFrom time to time this web site may also include links to other web sites. These links are provided for your convenience to provide further information. They do not signify that we endorse the web site(s). We have no responsibility for the content of the linked web site(s).");
}
function about() {
	alert("ABOUT US\n\nRhinoGATOR is a stealth-mode startup. No details will be made public at this time.");
}
function feedback() {
	alert("FEEDBACK\n\nSubmit all comments or questions via email to:\n\nski@rhinogator.com\n\n");
}
function privacy() {
	alert("PRIVACY POLICY\n\nYour information is simply, your information. We do not share it with anyone or any other organization.");
}
