$(function() {
$('.pics').cycle({ 
	fx:     'fade', 
	timeout: 4000
});
});

function clearDefault(el) {
if (el.defaultValue==el.value) el.value = ""
}
