function rvoid(){
  return void(0);
}

function newPwd() {
  if ($('#emailFld').val() == '') {
    $('#loginErrorMsg').show().text('Please enter your email address');
  } else {
    $('#action').val('newPwd');
    $('#login').submit();
    tb_remove();
  }
}

$(document).ready(function(){
  $('#enter_now_ssa_btn').hover(function(){$(this).attr('src','images/contests/enter_now_ssa_hover.jpg');},function(){$(this).attr('src','images/contests/enter_now_ssa.jpg');});
  $('#enter_now_ssa_btn').click(function(){document.location.href = 'online_entry.php?type=ssa'; });
  $('#enter_now_lwa_btn').hover(function(){$(this).attr('src','images/contests/enter_now_lwa_hover.jpg');},function(){$(this).attr('src','images/contests/enter_now_lwa.jpg');});
  $('#enter_now_lwa_btn').click(function(){document.location.href = 'online_entry.php?type=lwa'; });
  $('#enter_now_btb_btn').hover(function(){$(this).attr('src','images/contests/enter_now_btb_hover.jpg');},function(){$(this).attr('src','images/contests/enter_now_btb.jpg');});
  $('#enter_now_btb_btn').click(function(){document.location.href = 'online_entry.php?type=btb'; });
  $('#enter_now_sb_btn,#enter_now_sb_lwa_btn,#enter_now_sb_btb_btn').hover(function(){$(this).attr('src','images/contests/enter_now_sb_hover.jpg');},function(){$(this).attr('src','images/contests/enter_now_sb.jpg');});
  $('#enter_now_sb_btn').click(function(){document.location.href = 'http://www.sonicbids.com/singersongwriterawards'; });
  $('#enter_now_sb_lwa_btn').click(function(){document.location.href = 'http://www.sonicbids.com/lyricwriterawards'; });
  $('#enter_now_sb_btb_btn').click(function(){document.location.href = 'http://www.sonicbids.com/breakingtheband'; });
});