Aamna Shariff Was A Distant Nine

sha_hammadali thumbnail
20th Anniversary Thumbnail Explorer Thumbnail
Posted: 19 years ago
#1
Iqbal Khan, Sangita Ghosh voted tele hotties
Nuzhat Aziz
Monday, April 10, 2006 20:41 IST


After Hours conducted a poll to find out who the hottest properties on television are. When it comes to the hunks, another set of Khans are ruling Tellywood — with three of them making it to the top four — Iqbal Khan, Cezzane Khan and Eijaz Khan.

The only exception is Rajeev Khandelwal, who is placed at number two. Among the females, Sangita Ghosh scored an upset victory over Mandira Bedi and Rakshanda Khan to be voted the hottest babe on TV. Aamna Shariff was a distant nine!

Iqbal Khan tops our poll as the hottest hunk on TV.

Claim to fame: Angad in 'Kaisa Yeh Pyar Hai' on Sony. He has recently made an entry in 'Kkavyanjali' on Star Plus.

Sex appeal: His eyes.

Fan speak: "He looks like a Bollywood star. He's just awesome," says 18-year-old Ramya Iyer.

Eligible bachelor: Unfortunately, no! He admits that he is quite serious about his girlfriend Sneha Chaabra and will be tying the knot soon.

Confessions: "It's a great feeling to know that people like you. But I don't consider myself good-looking. I don't think I make heads turn when I enter a room," says Iqbal Khan.

Co-star speak: "The on-screen chemistry between us is great because both of us have put in a lot of hard work," says Neha Bamb.

Sangita Ghosh beat Rakshanda Khan, Mandira Bedi and Aamna Sharif to emerge as TV's hottest babe.

Claim to fame: She plays the lead in 'Rabba Ishq Na Hove'. She became popular with her character as Pammi in 'Des Mein Nikla Hoga Chaand'. She has also hosted 'Nach Baliye' with Shabbir Ahluwalia.

Sex appeal: Her oomph factor.

Fan Speak: "She's got an amazing figure," says 24-year-old Preeti Vaswani.

Eligible spinster: She's enjoying her single status right now and is not ready for a relationship.

Confessions: "If people feel I am the hottest babe, it makes me feel really cool!" says Sangita Ghosh.

Co-star speak: "I think's she's hot. She's been reigning TV for quite some time now. I feel she's the most comfortable and beautiful co-star to work with," says Nikhil Arya.

The Top 10 list Male
Iqbal Khan 23.05%
Rajeev Khandelwal 15.05%
Cezzane Khan 10.6%
Eijaz Khan 10.05%
Hiten Tejwani 7.05%
Apoorva Agnihotri 6.05%
Rohit Roy 5.15%
Akassh Deep Saigal 4.45%

Female
Sangita Ghosh 20.55%
Mandira Bedi 16.1%
Shweta Tiwari 7.9%
Gauri Pradhan 6.7%
Urvashi Dholakia 6.55%
Tasneem Sheikh 6.15%
Aamna Shariff 5.8%
Neha Bamb 4.15%

function GetCookie(cookieName) { if(document.cookie) { var index = document.cookie.indexOf(cookieName); if (index != -1) { var countbegin = (document.cookie.indexOf(cookieName+"=", index) + 1); var countend = document.cookie.indexOf(";", index); if (countend == -1) { countend = document.cookie.length; } return document.cookie.substring(countbegin + cookieName.length, countend); } } return null; } function init(){ article_id = 1023334 document.cookie = "DNA=1"; cookies_enabled = GetCookie("DNA") rating_msg_div = document.getElementById("rating_msg") rating_stars_div = document.getElementById("rating_stars") rating_bubble_div = document.getElementById("rating_bubble") average_rating_div = document.getElementById("average_rating") average_rating_img_obj = document.getElementById("average_rating_img") if (document.images){ img_obj1 = new Image(); img_obj2 = new Image(); img_red = "http://www.dnaindia.com/images/rating_star_red.gif"; img_white = "http://www.dnaindia.com/images/rating_star_white.gif"; img_obj1.src = img_red; img_obj2.src = img_white; } star1 = document.getElementById("str1") star2 = document.getElementById("str2") star3 = document.getElementById("str3") star4 = document.getElementById("str4") star5 = document.getElementById("str5") } function setColor(star, myRating){ switch (myRating){ case "1": star1.src=img_red; star2.src=img_white; star3.src=img_white; star4.src=img_white; star5.src=img_white; break; case "2": star1.src=img_red; star2.src=img_red; star3.src=img_white; star4.src=img_white; star5.src=img_white; break; case "3": star1.src=img_red; star2.src=img_red; star3.src=img_red; star4.src=img_white; star5.src=img_white; break; case "4": star1.src=img_red; star2.src=img_red; star3.src=img_red; star4.src=img_red; star5.src=img_white; break; case "5": star1.src=img_red; star2.src=img_red; star3.src=img_red; star4.src=img_red; star5.src=img_red; break; default : star1.src=img_white; star2.src=img_white; star3.src=img_white; star4.src=img_white; star5.src=img_white; } } function resetColor(star, myRating){ star1.src=img_white; star2.src=img_white; star3.src=img_white; star4.src=img_white; star5.src=img_white; } function sendRating(star, myRating){ if (cookies_enabled == 0){ alert("To be able to rate this article, please enable your browser to accept HTTP cookies."); exit; } rating_msg_div.innerHTML=" Wait..."; rating_stars_div.style.display="none"; rating_bubble_div.style.display="none"; if (window.ActiveXObject) { HttpSendRating = new ActiveXObject("Microsoft.XMLHTTP"); } else { HttpSendRating = new XMLHttpRequest; } SendMyRatingUrl = encodeURI("http://www.dnaindia.com/rating.asp?NewsID="+artic le_id+"&rating="+myRating); HttpSendRating.open("get", SendMyRatingUrl, true); HttpSendRating.setRequestHeader('Content-Type','application/ x-www-form-urlencoded'); HttpSendRating.onreadystatechange = HandleHttpSendMyRating; HttpSendRating.send(null); } function HandleHttpSendMyRating() { if (HttpSendRating.readyState == 4) { document.cookie=1023334+"=1;EXPIRES="+getexpirydate(30); latest_rating=HttpSendRating.responseText rating_msg_div.innerHTML="Thank you for rating this article"; if(latest_rating!=null){ average_rating_div.innerHTML=latest_rating; average_rating_img_obj.width=latest_rating*14; } rating_stars_div.style.display="none"; rating_bubble_div.style.display="block"; } rating_stars_div.style.display="none"; rating_bubble_div.style.display="block"; } function getexpirydate(nodays){ var UTCstring; Today = new Date(); nomilli=Date.parse(Today); Today.setTime(nomilli+nodays*24*60*60*1000); UTCstring = Today.toUTCString(); return UTCstring; }

Created

Last reply

Replies

30

Views

2.5k

Users

28

Frequent Posters

sha_hammadali thumbnail
20th Anniversary Thumbnail Explorer Thumbnail
Posted: 19 years ago
#2
😡 who voted aamna as nine she is my number 1one 😊
KinshukLuvsDina thumbnail
20th Anniversary Thumbnail Sparkler Thumbnail Commentator Level 1 Thumbnail
Posted: 19 years ago
#3
thanx 4 da info 😳

kool iq is on no.1 👏

n raj on no.2 👏 me my jannu raj is no.1 n i dun care abt dis kinda shows or events or polls or watevaaa 🤢
kashishdabest thumbnail
20th Anniversary Thumbnail Stunner Thumbnail + 3
Posted: 19 years ago
#4
arre sha don't worry, we all know aamna is number one, sangeeta ghosh 🤢 how did she manage number 1 andgauri's in there too. don't worry aamna humare liye aur most importantly rajeev ke liye number 1 hai 😉 and rajeev deserves the number 1 position too 😉
sara_naveed00 thumbnail
19th Anniversary Thumbnail Rocker Thumbnail
Posted: 19 years ago
#5
Arrey who cares abt these polls?? Humare liye Rajeev and Aamna are always NUMBER ONE!!
😉
livingforce thumbnail
20th Anniversary Thumbnail Voyager Thumbnail
Posted: 19 years ago
#6
Aamna at no.7 😡 😡 😡 All i can say is
some people have got such a bad taste..
tulsi003 thumbnail
20th Anniversary Thumbnail Navigator Thumbnail
Posted: 19 years ago
#7
tasneem and urvashi dholakia shouldn't even be on the list
tulsi003 thumbnail
20th Anniversary Thumbnail Navigator Thumbnail
Posted: 19 years ago
#8
tasneem and urvashi dholakia shouldn't even be on the list
TrustYourSelf thumbnail
20th Anniversary Thumbnail Stunner Thumbnail + 3
Posted: 19 years ago
#9
Thx a lot for sharing!! 😉

harleen grewal thumbnail
19th Anniversary Thumbnail Voyager Thumbnail
Posted: 19 years ago
#10
Amna and rajeev should have beeen number 1

Related Topics

Top

Stay Connected with IndiaForums!

Be the first to know about the latest news, updates, and exclusive content.

Add to Home Screen!

Install this web app on your iPhone for the best experience. It's easy, just tap and then "Add to Home Screen".