
var currentURL = location.href;

if (/\?/.test(currentURL)) {
	currentURL = currentURL.replace(/\?.+/,"");
}	

document.write ("<a href='"+currentURL+"?userId=guest' title='If the form is prefilled with the wrong name, please click here to clear the form.'>Click here if this is not you</a>");
