if (screen.width <= 641)
{
	var answer = confirm("Would you like to visit mobile site?")
	if (answer){
		window.location = "http://www.britaxae.com.au/mobile/index.html"
				}
	else {
		window.location = "http://www.britaxae.com.au/index2.html"
				}
}
