// JavaScript Document
<!--
var accept_everyday = function()
{
	var isChecked = this.document.confirmbox.agreeBox.checked;
	if(isChecked)
	{			
			try {
				var pageTracker=_gat._getTracker("UA-5896208-2");
				pageTracker._trackPageview("/1729285733/goal");
		
				var firstTracker  = _gat._getTracker("UA-999126-4");
				firstTracker._trackPageview("Citizens/Revenue_Generator/AppClicks-Everyday");
				}catch(err){}
				setTimeout(window.open("https://www.rbsapplynow.com/RBS_InstantApp_ADM/Welcome.do?promoCode=CTZCH&sourceCell=CTEP001"), 100);
	}
	else
	{
		alert("You must agree to the terms and conditions to proceed. Please check the checkbox and then click the \"continue\" button to apply.");
	}
}
var decline_everyday = function()
{
	var isChecked = this.document.confirmbox.agreeBox.checked;
	if(isChecked)
	{
		alert("Please click on the \"accept\" button to proceed.");
	}
	else
	{
		alert("You must agree to the terms and conditions to proceed. Please check the checkbox and then click the \"continue\" button to apply.");
	}
}

var accept_green = function()
{
	var isChecked = this.document.confirmbox.agreeBox.checked;
	if(isChecked)
	{			
			try {
				var pageTracker=_gat._getTracker("UA-5896208-2");
				pageTracker._trackPageview("/1729285733/goal");
		
				var firstTracker  = _gat._getTracker("UA-999126-4");
				firstTracker._trackPageview("Citizens/Revenue_Generator/AppClicks-Everyday");
				}catch(err){}
				setTimeout(window.open("https://www.rbsapplynow.com/RBS_InstantApp_ADM/Welcome.do?promoCode=CTZCH&sourceCell=C0GS001"), 100);
	}
	else
	{
		alert("You must agree to the terms and conditions to proceed. Please check the checkbox and then click the \"continue\" button to apply.");
	}
}
var decline_green = function()
{
	var isChecked = this.document.confirmbox.agreeBox.checked;
	if(isChecked)
	{
		alert("Please click on the \"accept\" button to proceed.");
	}
	else
	{
		alert("You must agree to the terms and conditions to proceed. Please check the checkbox and then click the \"continue\" button to apply.");
	}
}

var accept_accelerator = function()
{
	var isChecked = this.document.confirmbox.agreeBox.checked;
	if(isChecked)
	{
		try
		{
		var pageTracker=_gat._getTracker("UA-5896208-2");
		pageTracker._trackPageview("/1729285733/goal");
	
		var firstTracker  = _gat._getTracker("UA-999126-4");
		firstTracker._trackPageview("Citizens/Revenue_Generator/AppClicks-Accelerator");
		}catch(err){}
		setTimeout(window.open("https://www.rbsapplynow.com/RBS_InstantApp_ADM/Welcome.do?promoCode=CTZCH&sourceCell=CTAC001"),100);
	}
	else
	{
		alert("You must agree to the terms and conditions to proceed. Please check the checkbox and then click the \"continue\" button to apply.");
	}
}
var decline_accelerator = function()
{
	var isChecked = this.document.confirmbox.agreeBox.checked;
	if(isChecked)
	{
		alert("Please click on the \"accept\" button to proceed.");
	}
	else
	{
		alert("You must agree to the terms and conditions to proceed. Please check the checkbox and then click the \"continue\" button to apply.");
	}
}
var accept_cashback = function()
{
	var isChecked = this.document.confirmbox.agreeBox.checked;
	if(isChecked)
	{
		try {
			var pageTracker=_gat._getTracker("UA-5896208-2");
			pageTracker._trackPageview("/1729285733/goal");
			
			var firstTracker  = _gat._getTracker("UA-999126-4");
			firstTracker._trackPageview("Citizens/Revenue_Generator/AppClicks-CustomCash");
	
		}catch(err){}
		setTimeout(window.open("https://www.rbsapplynow.com/RBS_InstantApp_ADM/Welcome.do?promoCode=CTZCH&sourceCell=CTCB001"),100);
	}
	else
	{
		alert("You must agree to the terms and conditions to proceed. Please check the checkbox and then click the \"continue\" button to apply.");
	}
}
var decline_cashback = function()
{
	var isChecked = this.document.confirmbox.agreeBox.checked;
	if(isChecked)
	{
		alert("Please click on the \"accept\" button to proceed.");
	}
	else
	{
		alert("You must agree to the terms and conditions to proceed. Please check the checkbox and then click the \"continue\" button to apply.");
	}
}
var accept_plat = function()
{
	var isChecked = this.document.confirmbox.agreeBox.checked;
	if(isChecked)
	{
		try {
				var pageTracker=_gat._getTracker("UA-5896208-2");
				pageTracker._trackPageview("/1729285733/goal");
	
				var firstTracker  = _gat._getTracker("UA-999126-4");
				firstTracker._trackPageview("Citizens/Revenue_Generator/AppClicks-Platinum");
	
		}catch(err){}
		setTimeout(window.open("https://www.rbsapplynow.com/RBS_InstantApp_ADM/Welcome.do?promoCode=CTP"),100);
	}
	else
	{
		alert("You must agree to the terms and conditions to proceed. Please check the checkbox and then click the \"continue\" button to apply.");
	}
}
var decline_plat = function()
{
	var isChecked = this.document.confirmbox.agreeBox.checked;
	if(isChecked)
	{
		alert("Please click on the \"accept\" button to proceed.");
	}
	else
	{
		alert("You must agree to the terms and conditions to proceed. Please check the checkbox and then click the \"continue\" button to apply.");
	}
}

-->