function tconfirmation() {
	//var answer = confirm("The following page contains adult material which may be offensive to some people.\n\n\ Please click OK to proceed. CANCEL to stay on the existing page.")
	//if (answer){
		window.location = "order.asp";
	//}
}

function tconfirmationToys() {
	var answer = confirm("The following page contains adult material which may be offensive to some people.\n\n\ Please click OK to proceed. CANCEL to stay on the existing page.")
	if (answer){
		window.location = "toys.asp";
	}
}


