function alert_phplist(msg){
	$.prompt(msg,
	{
		buttons:{'OK':true}, 
		show:'fadeIn',
		opacity: 0.5
	});
}

$(document).ready(function(){	
	$('#attribute1').example('Vaše ime');
	$('#email').example('Vaša e-mail adresa');
});
