var rules = {
	'a[href*"/exit/car-insurance.html"]' : function(exitLink) {
		exitLink.onclick = function() {
			window.open('/exit/car-insurance.html', null, 'width=800,height=600,toolbar=0,resizable=1,scrollbars=1');
			return false;
		}},
	'a[href*"https://www.insure-systems.co.uk/newquote?AFFCLIE=Y175&PRDCLS=PC"]' : function(exitLink) {
	exitLink.onclick = function() {
		window.open('https://www.insure-systems.co.uk/newquote?AFFCLIE=Y175&PRDCLS=PC', null, 'width=800,height=600,toolbar=0,resizable=1,scrollbars=1');
		return false;
	}},	
	'a[href*"https://www.insure-systems.co.uk/newquote?AFFCLIE=Y350&PRDCLS=PC"]' : function(exitLink) {
		exitLink.onclick = function() {
			window.open('https://www.insure-systems.co.uk/newquote?AFFCLIE=Y350&PRDCLS=PC', null, 'width=800,height=600,toolbar=0,resizable=1,scrollbars=1');
			return false;
		}},	
	'a[href*"/exit/car-insurance-cashback.html"]' : function(exitLink) {
		exitLink.onclick = function() {
			window.open('/exit/car-insurance-cashback.html', null, 'width=800,height=600,toolbar=0,resizable=1,scrollbars=1');
			return false;
		}},
	'a[href*"/exit/car-insurance-default.html"]' : function(exitLink) {
		exitLink.onclick = function() {
			window.open('/exit/car-insurance-default.html', null, 'width=800,height=600,toolbar=0,resizable=1,scrollbars=1');
			return false;
		}},
	'a[href*"/exit/van-insurance.html"]' : function(exitLink) {
		exitLink.onclick = function() {
			window.open('/exit/van-insurance.html', null, 'width=800,height=600,toolbar=0,resizable=1,scrollbars=1');
			return false;
		}},
	'a[href*"/exit/exit-recommend.html"]' : function(exitLink) {
		exitLink.onclick = function() {
			window.open('/exit/exit-recommend.html', null, 'width=800,height=600,toolbar=0,resizable=1,scrollbars=1');
			return false;
		}},
	'a[href*"/exit/home-insurance.html"]' : function(exitLink) {
		exitLink.onclick = function() {
			window.open('/exit/home-insurance.html', null, 'width=800,height=600,toolbar=0,resizable=1,scrollbars=1');
			return false;
		}},
	'a[href*"/exit/pet-insurance.html"]' : function(exitLink) {
	exitLink.onclick = function() {
		window.open('/exit/pet-insurance.html', null, 'width=800,height=600,toolbar=0,resizable=1,scrollbars=1');
		return false;
	}},
	'a[href*"/exit/car-insurance-exit.html"]' : function(exitLink) {
		exitLink.onclick = function() {
			window.open('/exit/car-insurance-exit.html', null, 'width=800,height=600,toolbar=0,resizable=1,scrollbars=1');
			return false;
		}}
};

Behaviour.register(rules);