$(document).ready(function(){
$('img[src="/v/vspfiles/templates/eastcoasttvs/images/headings/heading_shoppingcart.gif"]').replaceWith('<span class="title">My Shopping Cart</span>');
$('input.v65-cart-login-input').removeAttr('style');
$('a[href="login_sendpass.asp"]').removeAttr('style');
$('img.v65-cart-item-remove-image').attr('src', '/v/vspfiles/templates/eastcoasttvs/images/buttons/btn_cart_remove.png');
$('input#v65-cart-coupon-entry-details-button').replaceWith('<input id="v65-cart-coupon-entry-details-button" type="submit" value="Apply" name="btnCouponCode" class="redbutton smallbutton">');
$('input#btnRecalculate').attr('src', '/v/vspfiles/templates/eastcoasttvs/images/buttons/btn_recalculate.png').replaceWith('<input type="submit" value="Recalculate" name="btnRecalculate" id="btnRecalculate" class="graybutton smallbutton">');
$('input.btn_checkout_guest').replaceWith('<input type="submit" name="btn_checkout_guest" class="btn_checkout_guest blackbutton" value="Proceed to Checkout">');
$('input[src="v/vspfiles/templates/eastcoasttvs/images/buttons/btn_checkout_login.gif"]').replaceWith('<input type="submit" name="btn_checkout_login" class="btn_checkout_login blackbutton" value="Login and Checkout">');
$('input#btnSubmitOrder').replaceWith('<input type="submit" class="blackbutton largebutton" value="Place Order" id="btnSubmitOrder" name="btnSubmitOrder">');
$('img[src^="/v/vspfiles/templates/eastcoasttvs/images/cart"]').remove();
$('img[src^="/v/vspfiles/templates/eastcoasttvs/images/coupon"]').remove();
$('td[background^="/v/vspfiles/templates/eastcoasttvs/images/coupon"]').remove();
$('img#v65-onepage-breadcrumb-image').replaceWith('<span class="onepagecheckout">One Page Checkout</span>');
$('img[src="v/vspfiles/templates/eastcoasttvs/images/headings/one-page-checkout_billing.gif"]').replaceWith('<span class="checkouttitle">Billing Information</span>');
$('img[src="v/vspfiles/templates/eastcoasttvs/images/headings/one-page-checkout_shipping.gif"]').replaceWith('<span class="checkouttitle">Shipping Information</span>');
$('img[src^="v/vspfiles/templates/eastcoasttvs/images/headings/"]').remove();
$('img[src^="/v/vspfiles/templates/eastcoasttvs/images/headings/"]').remove();
$('img[src^="v/vspfiles/templates/eastcoasttvs/images/OrderReview/Icon_"]').parent().remove();
$('td.v65-cart-coupon-entry-lines').remove();
$('table#v65-onepage-ContentTable font[color="#FF0000"]').attr('color', '#A90329');
$('img#secure_volusion_checkout').remove();
});
