// localization specific DOM edits

$(function(){
	// jQuery goes in here
	// basket page "add a backup DVD" display correct VAT inclusive price in select menu
	if ($("#cartArea").length>0) 
	{
		$("#cartArea .cartLockbox select option[value=3292556]").html("Backup DVD: £9.00")
	}
});
