﻿Cufon.replace(['#header a','h3#comments'], { fontFamily: 'helvetica', textShadow: '0px 0.5px rgba(51, 51, 51, 0.6)' });

jQuery(document).ready(function(){
jQuery(".box,.adauga_dorinta,.felicitari,.more-link,.hentry p a,.size-full,#adpubtop,textarea,input").corner("4px");

jQuery("#s").focus(function() {
	if( this.value == this.defaultValue ) {
		this.value = "";
	}
}).blur(function() {
	if( !this.value.length ) {
		this.value = this.defaultValue;
	}
});

});