function kiss(str) {
	if (str.length > 4) {
		alert(">4");
	} else {
	}
}

