// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

function swap_product_image(elem) {
  $('product_image').src = elem.src.gsub(/thumb/, 'main');
  return false;
}
