Your shopping cart is empty!
$(document).ready( function() { $("#mce-EMAIL").focus( function() { if ( $(this).val()=="Email Address") { $(this).val(''); } }); $("#mce-EMAIL").blur( function() { if ( $(this).val()=="") { $(this).val('Email Address'); } }); });