// JavaScript Document

var br = "<br />";

var answer = confirm("If you have a slow internet connection and this page is taking too long to load, please click on the \" CANCEL \" button below to be taken to our alternate site that is optimized for slower internet speeds. \n \n Please click \" OK \" to continue to our premier, standard website, at www.grandwagoneer.com ")


	if (answer)
		{

	

		}	
	else
		{
                        window.location = "http://www.grandwagoneer.net/";
		}


function signupclick()
{
		alert("Thank you for registering and please don't worry that I would ever misuse your email address for spam, unsolicited marketing or any other purpose. I will never rent, sell, or share my list with anyone and will always respect your privacy and your time. And if you ever wish to unsubscribe from my list, you can respond to any email you get from me with the simple phrase 'Unsubscribe'");
}

function surveyclick()
{
		alert("Thank you for participating. We value your input. Come back and visit us again soon to see the results of this survey posted below");
}

function commentclick()
{
		alert("Thank you for your input. Your comments help us to improve this site and our restoration work.");
}

