
$(document).ready(function() {  
      $('a#tv_prog_link').tooltip({track: true,delay: 0,showURL: false,fade: 0});     
      $('a#radio_link').tooltip({track: true,delay: 0,showURL: false,fade: 0});     
      $('div#was_voting').tooltip({track: true,delay: 0,showURL: false,fade: 0});     
      $('div#fav_message').tooltip({track: true,delay: 0,showURL: false,fade: 0});     
      $("#main_content").corner("20px");
      $("#content").corner("20px");
      $("td.teser_td").corner("15px");
      $("div .left_nav_menu").corner("cc:#555");
      $("div .menu_title").corner("top cc:#555");
      $("#footer").corner("round");
      $("#google_adsence_horizontal").corner("round");
      $("#title_text_online").corner("bottom");
      $("#comments_add_title").corner("round");
      $("#comments").corner("bottom 20px");
      $("#user_rating").corner("15px");
      $(".show_channel_title_category").corner("15px");
      $("#user_login").corner("15px"); 
      $("div.one_comment").corner("15px"); 
      $("#comments_add").corner("15px"); 
      $(".radioimage").corner("6px");
      $(".film div.image img").corner("4px");
      $("div.show_channel_object .version a.active").corner("4px");
      $('.inputlogin').focus(function() { if ($(this).val() =='login') $(this).val('');  });$('.inputlogin').blur(function() { if ($(this).val() =='') $(this).val('login');  });  $('.inputpass').blur(function() { if ($(this).val() =='') $(this).val('****');  });    $('.inputpass').focus(function() { if ($(this).val() =='****') $(this).val('');  }); });