function booktickets() {
	alert("Please Complete Your Contact Details on the Form on the right and we'll Rush You a Confirmation Email");
}
function newwindow(page) {
	window.open(page,'jav','width=500,height=500,resizable=yes');
}
var sec = "";
function getsec(frm) {
	if(window.XMLHttpRequest){
		var xhr = new XMLHttpRequest();
	} else if(window.ActiveXObject) {
		var xhr = new ActiveXObject("Microsoft.XMLHTTP");
	}
	xhr.onreadystatechange = function() {
		if(xhr.readyState == 4) {
			if (xhr.status == 200) {
				sec = xhr.responseText;
				formcheck(sec, frm);
			}
		}
	}
	xhr.open("GET", 'sec.php', true);
	xhr.send(null);
}
function formcheck(sec, frm) {
	var input = document.getElementById('secimg').value;
	if (sec == input) {
		frm.submit();
	} else {
		alert('Please Enter the Correct Secutiry Code');
	}
} 

function newwindow(page)
{
	window.open(page,'jav','width=300,height=300,resizable=no');
}
function newwindow_yt(page)
{
	window.open(page,'jav','width=500,height=400,resizable=no');
}
function addToFavorites() { 
	if (window.external) { 
		window.external.AddFavorite(urlAddress,pageName) 
	} else { 
		alert("Sorry! Your browser doesn't support this function."); 
	} 	
}
