﻿$(document).ready(function() {
    $("input[value='Skip payment']").hide();
    var instanceOne = new ImageFlow();
    instanceOne.init({ ImageFlowID: 'filmflow', aspectRatio: 1.5, reflections: false, imageCursor: "pointer", sliderWidth: 20, startAnimation: true });
    $("span[id$='lblBillingCountry']", "#billingAddrTable").parents().filter("tr:first").after($("input[id$='txtBillingZip']", "#billingAddrTable").parents().filter("tr:first"));
});
