var base_url = 'http://www.empirecatering.com.au/'; function confirmg(question,url) { var x = confirm(question); if (x) { window.location = url; } }