]*src=[\"']?([^>\"']+)[\"']?[^>]*>/i", $nm_file_front, $matches);
$nm_file_front_href = $matches[1][0];
$nm_file_back = getCarBasicThumbImage($cd_car, $nm_file_back, '차량후면', false, 'car_basic');
preg_match_all("/
![]()
]*src=[\"']?([^>\"']+)[\"']?[^>]*>/i", $nm_file_back, $matches);
$nm_file_back_href = $matches[1][0];
$nm_file_side1 = getCarBasicThumbImage($cd_car, $nm_file_side1, '운전석 측면', false, 'car_basic');
preg_match_all("/
![]()
]*src=[\"']?([^>\"']+)[\"']?[^>]*>/i", $nm_file_side1, $matches);
$nm_file_side1_href = $matches[1][0];
$nm_file_side2 = getCarBasicThumbImage($cd_car, $nm_file_side2, '조수석 측면', false, 'car_basic');
preg_match_all("/
![]()
]*src=[\"']?([^>\"']+)[\"']?[^>]*>/i", $nm_file_side2, $matches);
$nm_file_side2_href = $matches[1][0];
$nm_file_dashboard = getCarBasicThumbImage($cd_car, $nm_file_dashboard, '계기판', false, 'car_basic');
preg_match_all("/
![]()
]*src=[\"']?([^>\"']+)[\"']?[^>]*>/i", $nm_file_dashboard, $matches);
$nm_file_dashboard_href = $matches[1][0];
?>