
function redirect(page) {
	if(page == 'shopping')	{
		window.location = 'http://www.chilternitparts.com/';
	}
	if(page == 'checkout') {
		window.location = 'https://www.chilternitparts.com/secure/checkout';
	}
	if(page == 'google') {
		window.location = 'https://www.chilternitparts.com/googlecheckout';
	}
}