// JavaScript Document
function rusure(){
	if(confirm('Please check the details of the order carefully particularly the number of tickets ordered for each show as these cannot easily be changed once you confirm your order. If you wish to go back and make changes click the Cancel button below. Otherwise click OK to continue.'))
			   { return true;}
	return false
	
}
