$(document).ready(function(){

	$('#usermail').focus(function(){
		if($(this).val()=='e-mail')
			$(this).val('');
	}).blur(function(){
		if($(this).val()=='')
		{$(this).val('e-mail');
		}
	});

	$('#wlpeUsername').focus(function(){
		if(($(this).val()=='Користувач')||($(this).val()=='User'))
			$(this).val('');
	}).blur(function(){
		if($(this).val()=='')
		{$(this).val('');
		}
	});

	$('#wlpePassword').focus(function(){
		if(($(this).val()=='Пароль')||($(this).val()=='Password'))
			$(this).val('');
	}).blur(function(){
		if($(this).val()=='')
		{$(this).val('');
		}
	});

	$('.threecol .col2 h3').filter(':first').css('backgroundImage','url(./assets/templates/euro/design/line-gbg_.gif)');
	$('.even .col2 h3').filter(':first').css('backgroundImage','url(./assets/templates/euro/design/line-gbg_.gif)');
	$('.inner .col2 h3').filter(':first').css('backgroundImage','url(./assets/templates/euro/design/line-gbg_.gif)');
	
	$('.threecol .news h3').css('backgroundImage','url(./assets/templates/euro/design/line-gbg_.gif)');
	$('.threecol .periodic h3').css('backgroundImage','url(./assets/templates/euro/design/line-gbg_.gif)');
	
});
