/**
 *  this is used to handle the several wordings in the languages
 */
$(document).ready(function(){

	$("#fiveSeconds").click(function () {
		removeInput('fiveSeconds', 'Your emailaddress, please!');
		return false;
    });
	
});
