jQuery(document).ready(function(){
	jQuery('.productcol legend').text('Options');
	jQuery('.wpsc_variation_forms label:contains("Color")').text('Color');
	jQuery('.wpsc_variation_forms label:contains("Size")').text('Size');
	jQuery('.wpsc_shipping_quote_name_tablerate_0 label').html('Local Courier<br />arrives in 3 days<br />Up to S$80.00:     S$8.00<br />S$80.01 to S$150.00:     S$5.00<br />Exceeding S$150.01:     Free for one-way trip');
	jQuery('.wpsc_shipping_info td').text('Please choose one option below for shipping cost');
	jQuery('.custom_gateway label:contains("Moms R Us")').html('<label><input type="radio" value="wpsc_merchant_paypal_standard" checked="checked" name="custom_gateway" class="custom_gateway<label>​<label><input type="radio" value="wpsc_merchant_paypal_standard" checked="checked" name="custom_gateway" class="custom_gateway">Credit Card <img src="http://mexzstag.com/mumrus/wp-content/plugins/wp-e-commerce/images/paypal.gif" alt="Moms R Us" style="position:relative; top:5px;"></label>');
	jQuery('td.wpsc_checkout_form_20:contains("Remarks")').css('color','red');
	jQuery('.wpsc_checkout_form_9 label:contains("Enter your email address")').html('Enter your email address <span class="asterix">*</span>');
})



