//\//////////////////////////////////////////////////////////////////////////////////
//\  copyright 1.0  --  This notice must remain untouched at all times.
//\  Copyright ONLINEMEDIADESIGNS.COM 2005-2007. All rights reserved.
//\
//\  Last modified 2007-11-01.
//\
//\  Please give credit on sites that use copyright and submit changes of the script
//\  so other people can use them as well. This script is free to use, don't abuse.
//\//////////////////////////////////////////////////////////////////////////////////


<!--

    today=new Date();
    y0=today.getFullYear();

	var message="NorrisLakeLiving.com is an online leader on Norris Lake Communities and Homesites, including luxury lake homes and log cabin vacation homes offering water-skiing, wakeboarding, golf, boating, hiking trails, tennis, and equestrian facilities. To arrange a personal tour of any Norris Lake community or for information on available Tennessee lakefront property please call 877-9TN-LAKE."; 
	function click(e) {
	if (document.all) {
	if (event.button == 2) {
	alert(message);
	return false;
	}
	}
	if (document.layers) {
	if (e.which == 3) {
	alert(message);
	return false;
	}
	}
	}
	if (document.layers) {
	document.captureEvents(Event.MOUSEDOWN);
	}
	document.onmousedown=click;
// -->
