เรื่องย่อ : Ransom | แรนซั่ม ค่าไถ่เฉือนคม
When a rich man's son is kidnapped, he cooperates with the police at first but then tries a unique tactic against the criminals.
มันคือฝันร้ายของผู้เป็นพ่อแม่ที่เกิดขึ้นกับ ทอม มัลเลน (กิ๊บสัน) มหาเศรษฐีเจ้าของธุรกิจสายการบิน
เมื่อเขาได้เห็น ภาพลูกชายถูกลักพาตัว ถูกมัดร่างกาย โดยที่ตนไม่สามารถช่วยเหลือได้
มัลเลนและภรรยา ยอมเสียเงินหลายล้านเพื่อเป็นค่าไถ่ชีวิตลูก
แต่หลังจากแผนส่งมอบเงินให้คนร้ายลงเอยด้วยความล้มเหลว
When a rich man's son is kidnapped, he cooperates with the police at first but then tries a unique tactic against the criminals.
มันคือฝันร้ายของผู้เป็นพ่อแม่ที่เกิดขึ้นกับ ทอม มัลเลน (กิ๊บสัน) มหาเศรษฐีเจ้าของธุรกิจสายการบินเมื่อเขาได้เห็น ภาพลูกชายถูกลักพาตัว ถูกมัดร่างกาย โดยที่ตนไม่สามารถช่วยเหลือได้
$(function () {
$(".close-ad").click(function(){
$("."+$(this).attr("value")).hide()
})
var $aWithId = $('#ytplayer');
if($aWithId.length){
setTimeout(loadyoutube,5000)
}
$("#youtubimg").click(function(){
loadyoutube()
})
function loadyoutube(){
if($("#youtubimg").length){
var youtube = '
';
$aWithId.html(
youtube
)
}
}
})