$('.form-item input').each(function(){
$(this).attr('placeholder',$(this).prev().html());
});
$node = menu_get_object();
if (!$node || $node->type != 'news') {
$relap = array(
'#type' => 'html_tag',
'#tag' => 'meta',
'#attributes' => array(
'property' => 'relap:article',
'content' => 'false',
)
);
drupal_add_html_head($relap, 'relap');
}