var animOpen = true; var animClose = true; $(document).ready(function(){ $('.firstlev').hover(function(){ $('ul',this).slideDown(200); }, function(){ $('ul',this).slideUp(200); }); $('input[type=text]').each(function() { var plch = $(this).attr('title'); $(this).css('color','#7cca8f') .focus(function(){ if($(this).val() == plch) { $(this).val('').removeAttr('style'); } }) .blur(function(){ if(!$(this).val()) { $(this).css('color','#7cca8f').val(plch); } }) .val(plch); }) $('.post_row h5 a').bind('mouseover',function(){ $(this).parent().parent().prepend('