function advance (where) {	if (window.location.href.indexOf('services.com') != -1)         window.location.replace("http://services.ccagroup.co.uk/htbin/services.com?"+where);    else		window.location.href = where;}