⚡ மெடிக்கல் கிரைம் த்ரில்லராக உருவாகியுள்ள ‘அதர்ஸ்’ – நவம்பர் 7 வெளியீடு | medical crime thriller others releasing on nov 7

✍️ |
மெடிக்கல் கிரைம் த்ரில்லராக உருவாகியுள்ள 'அதர்ஸ்' - நவம்பர் 7 வெளியீடு | medical crime thriller others releasing on nov 7
🔥 முக்கிய குறிப்புகள் – சுருக்கமாக
1
கிராண்ட் பிக்சர்ஸ் தயாரிப்பில் புதுமுகம் ஆதித்ய மாதவன், கவுரி கிஷன், அஞ்சு குரியன் பிரதான வேடத்தில் நடித்திருக்கும் படம் 'அதர்ஸ்'

2
மெடிக்கல் கிரைம் த்ரில்லராக உருவாகியிருக்கும் இப்படத்தை அறிமுக இயக்குனர் அபின் ஹரிஹரன் எழுதி இயக்கியுள்ளார்

3
அரவிந்த் சிங் ஒளிப்பதிவு செய்திருக்கும் இப்படத்துக்கு ஜிப்ரான் இசையமைத்துள்ளார்
[ADSENSE-RESPONSIVE-UNIT]

4
எடிட்டிங் பணிகளை ராமர் மேற்கொண்டுள்ளார்

5
பிரதீப் சண்டை காட்சிகளையும், சந்தோஷ் நடன அமைப்பையும் கையாண்டிருக்கின்றனர்

📌 கிராண்ட் பிக்சர்ஸ் தயாரிப்பில் புதுமுகம் ஆதித்ய மாதவன், கவுரி கிஷன், அஞ்சு குரியன் பிரதான வேடத்தில் நடித்திருக்கும் படம் ‘அதர்ஸ்’. மெடிக்கல் கிரைம் த்ரில்லராக உருவாகியிருக்கும் இப்படத்தை அறிமுக இயக்குனர் அபின் ஹரிஹரன் எழுதி இயக்கியுள்ளார். அரவிந்த்…


கிராண்ட் பிக்சர்ஸ் தயாரிப்பில் புதுமுகம் ஆதித்ய மாதவன், கவுரி கிஷன், அஞ்சு குரியன் பிரதான வேடத்தில் நடித்திருக்கும் படம் ‘அதர்ஸ்’. மெடிக்கல் கிரைம் த்ரில்லராக உருவாகியிருக்கும் இப்படத்தை அறிமுக இயக்குனர் அபின் ஹரிஹரன் எழுதி இயக்கியுள்ளார்.

அரவிந்த் சிங் ஒளிப்பதிவு செய்திருக்கும் இப்படத்துக்கு ஜிப்ரான் இசையமைத்துள்ளார். எடிட்டிங் பணிகளை ராமர் மேற்கொண்டுள்ளார். பிரதீப் சண்டை காட்சிகளையும், சந்தோஷ் நடன அமைப்பையும் கையாண்டிருக்கின்றனர்.

இப்படத்தில் முக்கிய கதபாத்திரங்களில் ‘முண்டாசுபட்டி’ ராமதாஸ், ‘நண்டு’ ஜகன், ஹரிஷ் பெரோடி, வினோத் சாகர், ஆர். சுந்தர்ராஜன் உள்ளிட்டோர் நடித்துள்ளனர். கடந்த சில வாரங்களுக்கு முன் இப்படத்தின் ஃபர்ஸ்ட் லுக் வெளியான நிலையில் தற்போது இப்படம் நவம்பர் 7-ம் தேதியன்று வெளியாகவிருப்பதாக படக்குழு அறிவித்துள்ளது.

'); newWin.print(); newWin.close(); setTimeout(function(){newWin.close();},10); } var emoteStarted = 0; $('.emoteImg').click(function() { var thisId = $(this).attr('data-id'); if(emoteStarted==0){ var totcnt = parseInt($('.emote-votes').attr('data-id')); if(totcnt==0){ $('.emote-votes').html('1 Vote'); $('.emote-votes').css('padding', '2px 5px'); }else{ var newtotcnt = totcnt + 1; $('.emote-votes').html(newtotcnt+' Votes'); } $('.emoteImg').each(function(idx, ele){ var s = parseInt($(this).attr('data-id')); var cnt = parseInt($(this).attr('data-res')); var tot_cnt = parseInt($(this).attr('data-count')) + 1; if(s==thisId){ cnt+=1; } cntPer = (cnt/tot_cnt)*100; var percnt = cntPer.toFixed(); if(s==thisId){ $('#emote-res-txt'+s).addClass('active-1'); $('#emote-res-cnt'+s).addClass('active'); } $('#emote-res-cnt'+s).html(percnt+'%'); $(this).removeClass('emoteImg'); }); emoteStarted = 1; $.ajax({ url: 'https://www.hindutamil.in/comments/ajax/common.php?act=emote&emid='+thisId, type: "POST", data: $('#frmReact').serialize(), success: function(response) { //document.location.reload(); } }); }else{ } }); $(window).scroll(function() { var wTop = $(window).scrollTop(); var homeTemplateHeight = parseInt($('#pgContentPrint').height()-200); var acthomeTemplateHeight = homeTemplateHeight; if(wTop>homeTemplateHeight){ if( related==1 ){ $('#related-div').html( $('.homePageLoader').html() ); $.ajax({ url:'https://api.hindutamil.in/app/index.php?key=GsWbpZpD21Hsd&type=related_article', type:'GET', data : { keywords:'', aid:'1378483' }, dataType:'json', //async: false , success:function(result){ let userData = null; try { userData = JSON.parse(result); } catch (e) { userData = result; } var data = userData['data']; console.log(data); var htmlTxt="

தொடர்புடைய செய்திகள்

"; $.each(data, function (i,k){ var str = k.web_url; var artURL = str.replace("https://www.hindutamil.in/", "https://www.hindutamil.in/"); var artImgURL = k.img.replace("/thumb/", "/medium/"); if(i>=4){ return false; } htmlTxt += ' '; }); htmlTxt += '
'; $('#related-div').html(htmlTxt); } }); related = 2; } } });



Source link

🔗 இந்தக் கட்டுரையை பகிருங்கள்

Pooja R

📚 தொடர்புடைய கட்டுரைகள்

'ஒரு கிடாயின் கருணை மனு'வில் என்னை நடிக்க வைக்க நினைத்தார்' - யோகி பாபு உருக்கம் late director suresh sangaiah wife shares the moment he received the cheque from yoghi babu

💡 ‘ஒரு கிடாயின் கருணை மனு’வில் என்னை நடிக்க வைக்க நினைத்தார்’ – யோகி பாபு உருக்கம் late director suresh sangaiah wife shares the moment he received the cheque from yoghi babu

🔥 முக்கிய குறிப்புகள் – சுருக்கமாக 1 நேற்று நடந்த இதன் பிரஸ் மீட்டில் பங்கேற்ற யோகி பாபு,…

ஹைக்கூ கவிதைப்போட்டி: "விழாவை லிங்குசாமி நடத்துவதில் உள்ள ஒழுக்கம் பிரமிக்க வைக்குது" - வியக்கும் கவிஞர். | director lingusamy's friend shares his experinece and memories of lingu function

⚡ ஹைக்கூ கவிதைப்போட்டி: “விழாவை லிங்குசாமி நடத்துவதில் உள்ள ஒழுக்கம் பிரமிக்க வைக்குது” – வியக்கும் கவிஞர். | director lingusamy’s friend shares his experinece and memories of lingu function

🔥 முக்கிய குறிப்புகள் – சுருக்கமாக 1 கவிக்கோ அப்துல் ரகுமான் பெயரில் இயக்குநரும் கவிஞருமான லிங்குசாமி நடத்தி…