for (var f=0; f<document.forms.length; f++)
	if (typeof(document.forms[f]['citycode']) != "undefined")
		document.forms[f]['citycode'].value = 'usamexicocanadaredwhitebluegreenwhitegreenredwhite';
