function autocomplete_off(s) { 	var f = document.getElementById(s);	f.setAttribute("autocomplete", "off"); }function purge_cookies(url){	window.location = url + 'custom_function=purge_cookies';}