$(function(){

 $('#EditText').click(
	function(){ 
		alert('To edit\nlogin with "wikiuser", "virtual"');
        });
//alert('hee');
});