var Rules = {
	 
		   
	    '#bath-test:click': function(element) {
			//setTimeout("change_quotation("+element.title+")",8500);
			alert("foo");
		   },
		   
		'#agourl:change': function(element) {
			//setTimeout("change_quotation("+element.title+")",8500);
			//alert(element.value);
			if(element.value == 'Bath'){
				window.location.href = 'http://bath.masonicladiesfestivals.co.uk';
			}else if(element.value == 'Blackpool'){
				window.location.href = 'http://blackpool.masonicladiesfestivals.co.uk';
			}else if(element.value == 'Bournemouth'){
				window.location.href = 'http://bournemouth.masonicladiesfestivals.co.uk';
			}else if(element.value == 'Brighton'){
				window.location.href = 'http://brighton.masonicladiesfestivals.co.uk';
			}
			else if(element.value == 'Cambridge'){
				window.location.href = 'http://cambridge.masonicladiesfestivals.co.uk';
			}else if(element.value == 'Cheltenham'){
				window.location.href = 'http://cheltenham.masonicladiesfestivals.co.uk';
			}else if(element.value == 'Cotswolds'){
				window.location.href = 'http://cotswolds.masonicladiesfestivals.co.uk';
			}else if(element.value == 'New_Forest'){
				window.location.href = 'http://new-forest.masonicladiesfestivals.co.uk';
			}else if(element.value == 'Oxford'){
				window.location.href = 'http://oxford.masonicladiesfestivals.co.uk';
			}else if(element.value == 'Stratford'){
				window.location.href = 'http://stratford.masonicladiesfestivals.co.uk';
			}
			//alert(element.value);
			

		   }
 		

 }
