if (top.length != self.length)
      top.location.href = self.location.href;


  var clicksArray = new Array()
  
  function populatedFieldClick(fieldName) {
  	if (!clicksArray[fieldName]) {
	  clicksArray[fieldName] = true;
	  document.getElementById(fieldName).value = '';
	}
  }