$(document).ready(function(){$("ul#nav li a, ul#lc-nav li a").css({"opacity":0}).hover(function(){$(this).stop().animate({"opacity":1},400);},function(){$(this).stop().animate({"opacity":0},250);});$('#paymentmethodddl').change(function(){if(($('#totallbl').text()!="$0.00")&&($(this).val()=="0GIFT")){alert('Please enter a giftcard number in the Promo Code box on the previous page\n or choose another Payment Method');$("option[value='1VISA'], this").attr("selected","selected");refreshPM(this);}});}); 
