function clearThis(f) {
  f.value = "";
}

// start jquery functions
$(function() {

$('#slideshow').cycle()
  
});
