/* 
  ------------------------------------------------
  Price Checking Code
  ------------------------------------------------
*/
$(document).ready(function() 
{
$('#check_price').click(function ()
{
$.get("price_check_uk_abs.htm"); 
});
});
